* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

body {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
	border: none;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

.container {
	width: 760px;
	margin: 0 auto;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#top .container {
	width: 760px;
	margin: 0 auto;
	background-image: url(images/top_container_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

/* ヘッダー開始 */
.header {
	width: 760px;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.header h1 {
	font-size: 200%;
	font-weight: bold;
	padding: 30px 0 0 40px;

}

.header h1 a:link {
	color: #333333;
	text-decoration: none;
}

.header h1 a:visited {
	color: #333333;
	text-decoration: none;
}

.header h1 a:hover {
	color: #333333;
	text-decoration: none;
}

.header h2 {
	font-size: 80%;
	font-weight: normal;
	padding: 10px 0 0 60px;
	color: #333333;

}
/* ヘッダー終了 */

/* ヘッダーナビ開始 */
.header-navi {
	width: 760px;
	height: 40px;
	background-image: url(images/header_navi.jpg);
}

.header-navi a {
	color: #ffffff;
	font:60%;
}

.header-navi a:visited {
	color: #ffffff;
}

.header-navi a:hover {
	color: #ffffff;
}
/* ヘッダーナビ終了 */

/* サイドメニュー開始 */
.menu {
	width: 200px;
	text-align: left;
	float: left;
}

.menu-content {
	margin: 10px 5px;
	line-height: 1.5;
	font-size: 80%;
}

.menu ul {
	list-style: none;
	margin: 5px 0 10px 5px;
}

.menu ul li {
	list-style: none;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	border-left: 5px solid #6060BE;
	line-height: 1.5;
	font-size: 80%;
}

.menu-header {
	background-image: url(images/menu_title_bg.jpg);
	background-repeat: no-repeat;
	padding: 8px 0;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
/* サイドメニュー終了 */

/* メインコンテンツ開始 */
.main {
	width: 560px;
	text-align: left;
	float: right;
}

.main-inner {
	margin: 10px 20px 10px 20px;
}

p,p,ol,ul,blockquote {font-height:150%; font-family:monospace; }
p {font:100%; margin-top:30px; }
dt {font:bold 120%; margin-top:30px; }
dd,li {font:100%; margin-top:15px; }
h2 {font:bold 100%; margin-top:30px; }
h3 {font:bold; margin-top:30px; }
p,li,blockquote {font:normal 100%; margin-left:15px; margin-right:30px;}
blockquote {border:1px solid black; background:#ffeeff;
 padding:10px; margin-top:50px; margin-bottom:50px;}

/* トップページ使用部分 */
.contents {
	width: 420px;
	text-align: left;
	float: left;
}

.contents-inner {
	margin: 10px 15px;
}

.top-contents-header-2clm {
	background-image: url(images/top_contents_header_2clm.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding: 5px 0 10px 0;
	text-align: center;
}

.top-contents-header-3clm {
	background-image: url(images/top_contents_header_3clm.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding: 5px 0 10px 0;
	text-align: center;
}

.ad {
	width: 140px;
	text-align: center;
	float: left;
}

.ad p {
	margin: 10px 5px 15px 5px;
	font-size: 80%;
}
/* トップページ使用部分 */

.main ul {
	list-style:none;
	padding-bottom: 20px;
}

.main ul li {
	border-left: solid 10px #6060BE;
	border-bottom: solid 1px #6060BE;
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding: 3px 0 3px 10px;
}

.main dl {
	margin: 10px 0 20px 0;
}

.main dt {
	border-left: solid 10px #6060BE;
	border-bottom: solid 1px #6060BE;
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding: 3px 0 3px 5px;
}

.main dd {
	margin: 0 0 15px 0;
	font-size: 100%;
	line-height: 1.2;
}

.main blockquote {
	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #f1f1f3;
	font-size: 100%;
}

.content-nav {
	margin: 0 0 20px 0;
	font-size: 100%;
	text-align: left;
}

.contents-header
{
	background-color: #6060BE;
	margin: 0 0 15px 0;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 0 6px 15px;
}

.entry-header
{
	border-left: solid 10px #6060BE;
	border-bottom: solid 1px #6060BE;
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding: 3px 0 3px 10px;
}

.entry-body,
.entry-more,
.entry-excerpt
{
	font-size: 100%;
	line-height: 1.5;
	clear: both;
	margin: 10px 0 20px 0;
}

/* メインコンテンツ内　検索結果部分（検索結果テンプレートにて使用） */
#search-form {
	margin: 0 0 20px 0;
	line-height: 2.0;
	font-size: 100%;
}

.result-header
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	border-left: 5px solid #6060BE;
	line-height: 1.5;
}

.result-header a:link,
.result-header a:visited,
.result-header a:hover
{
	font-size: 100%;
	font-weight: bold;
}
/* メインコンテンツ内　検索結果部分（検索結果テンプレートにて使用） */
/* メインコンテンツ終了 */

/* フッター開始 */
.footer {
	width: 760px;
	height: 25px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}

.footer p {
	padding: 3px 0 0 0;
	font-size: 100%;
	color: #ffffff;
}
/* フッター終了 */
