@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	font-size: medium;
	line-height: 2px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bk_container.jpg); /* 背景イメージを設定 */
	background-repeat: repeat-y; /* 背景イメージをY軸でリピート */
	background-position: right; /* 背景イメージ右寄せ */
}

#navibar {
	width: 100%;
	text-align: center;
	line-height: normal;
	/* 余白を削除 */
}


/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	background-image: url(images/btn01.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn01 a:hover {
	color: #000033;
	background-image: url(images/btn01o.jpg);
}

#navibar #btn02 a {
	background-image: url(images/btn02.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn02 a:hover {
	color: #000033;
	background-image: url(images/btn02o.jpg);
}

#navibar #btn03 a {
	background-image: url(images/btn03.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn03 a:hover {
	color: #000033;
	background-image: url(images/btn03o.jpg);
}

#navibar #btn04 a {
	background-image: url(images/btn04.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn04 a:hover {
	color: #000033;
	background-image: url(images/btn04o.jpg);
}

#navibar #btn05 a {
	background-image: url(images/btn05.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn05 a:hover {
	color: #000033;
	background-image: url(images/btn05o.jpg);
}

#navibar #btn06 a {
	background-image: url(images/btn06.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn06 a:hover {
	color: #000033;
	background-image: url(images/btn06o.jpg);
}

#navibar #btn07 a {
	background-image: url(images/btn07.jpg);
	display: block;
	height: 25px;
	width: 98px;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navibar #btn07 a:hover {
	color: #000033;
	background-image: url(images/btn07o.jpg);
}
/* ここからナビゲーションボタンの設定 */


#seachbar {
	text-align: center;
	width: 100%;
	background-color: #1c324e; /* 背景カラーの変更 */
	height: 30px;
	padding-top: 5px;
}

#content_left {
	height: 100%; /* 背景カラーの変更 */
	width: 140px;
	border: thin solid #999999;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	/* ボーダーの削除 */
	/* 余白の削除 */
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF; /* フォントカラーの変更 */
	text-align: center; /* テキストを中央揃えに設定 */
	background-image: url(images/subTitle01.jpg); /* 背景イメージの設定 */
	display: block; /* 表示をブロックに設定 */
	height: 27px; /* 高さの設定 */
	width: 142px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content_left a { /* 左コンテナのリンクボタンの設定 */
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 28px;
	display: block;
	text-indent: 15px;
}

#content_left a:hover { /* 左コンテナのリンクボタンの設定 */
	text-decoration: none;
	color: #666699;
	background-image: url(images/btnover_category.jpg);
}

#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px;
	/* 背景カラーの削除 */
}

#content_right h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(images/subTitle02.jpg); /* 背景イメージの設定 */
	height: 26px; /* 高さの設定 */
	width: 180px; /* 幅の設定 */
	padding-top: 5px;
	margin-left: 10px;
}

#hotevent {
	margin-top: 20px;
	text-align: center;
}


/* ここから右カラムの設定 */
#content_right #topics a {
	text-decoration: none;
	height: 20px;
	width: 165px;
	display: block;
	background-image: url(images/topics_up.jpg);
	padding-top: 7px;
	padding-left: 15px;
	margin-bottom: 1px;
	font-size: 14px;
	color: #000033;
	float: none;
	padding-bottom: 0px;
	margin-top: 4px;
	line-height: normal;
}

#content_right  #topics  a:hover {
	background-image: url(images/topics_over.jpg);
}

#hotevent p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#hotevent {
	background-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	width: 200px;
}

#hotevent img {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* ここまで右カラムの設定 */


/* ここから中央カラムの設定 */
#content_center {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color: #FFFFFF;
}

#content_center .maintopic {
	height: 160px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .maintopic img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content_center .maintopic h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
/* ここまで中央カラムの設定 */


#footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	background-color: #1C324E; /* 背景カラーの変更 */
	padding-top: 5px;
}
body {
	font-size: medium;
	line-height: 16px;
	margin: 0px;
}

