﻿@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width:100%;    /* 全体の幅を設定●100%→94%→100% */
	margin-right: auto;
	margin-left: auto;
	background-image: url(bk_container.jpg); /* 背景イメージを設定 */
	background-repeat: repeat-y; /* 背景イメージをY軸でリピート */
	background-position: right; /* 背景イメージ右寄せ */
}

#navibar {
	width: 100%;
	text-align: center;
	/* 余白を削除 */
}

/* ここからタイトルテキスト設定●（追加） */
#title-1{
          margin:10px;
          color:#ffffff;
          font-size:260%;
          font-family:"times new roman";
}

/* ここからタイトルテキスト設定●（追加） */
#title-2{
          margin-top:35px;
          margin-right:20px;
          color:#ffffff;
          font-size:80%;
          font-family:"times new roman";
}

/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	background-image: url(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(btn01o.jpg);
}

#navibar #btn02 a {
	background-image: url(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(btn02o.jpg);
}

#navibar #btn03 a {
	background-image: url(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(btn03o.jpg);
}

#navibar #btn04 a {
	background-image: url(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(btn04o.jpg);
}

#navibar #btn05 a {
	background-image: url(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(btn05o.jpg);
}

#navibar #btn06 a {
	background-image: url(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(btn06o.jpg);
}

#navibar #btn07 a {
	background-image: url(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(btn07o.jpg);
}
/* ここからナビゲーションボタンの設定 */


#seachbar {
	text-align: center;
	width: 100%;
	background-color: #1c324e; /* 背景カラーの変更 */
	height: 30px;
	padding-top: 5px;
}

#content_left {
	height: 100%;
	background-color: #FFFFFF; /* 背景カラーの変更 */
	width: 152px; /* 横幅の変更●142px→152pxへ */
	margin-top: 10px;
	margin-left: 13px; /* 左マージンの変更● 17px→13pxへ */
	/* ボーダーの削除 */
	/* 余白の削除 */
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF; /* フォントカラーの変更 */
	text-align: center; /* テキストを中央揃えに設定 */
	background-image: url(subTitle01.jpg); /* 背景イメージの設定 */
	display: block; /* 表示をブロックに設定 */
	height: 21px; /* 高さの設定● 27px→21pxへ */
	width: 152px; /* 幅の設定 ●142px→152pxへ*/
	padding-top: 8px;
}

#content_left a { /* 左コンテナのリンクボタンの設定 */
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 23px; /* 高さの設定 ●28px→23pxへ */
	display: block;
	text-indent: 13px; /* インデントの設定 ●15px→13pxへ */
}

#content_left a:hover { /* 左コンテナのリンクボタンの設定 */
	text-decoration: none;
	color: #666699;
	background-image: url(btnover_category.jpg);
}

#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-left: 8px;   /* マージンの変更 ●margin-right:10px→margin-left:8pxへ 背景はHTMLで変更 */
	padding: 0px;   /* パディングの変更 ●padding:10px→padding:0pxへ */
	/* 背景カラーの削除 */
}

#content_right h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(subTitle02.jpg); /* 背景イメージの設定 */
	height: 26px; /* 高さの設定 */
	width: 180px; /* 幅の設定 */
	padding-top: 9px; /* 上余白の設定 */
}

#hotevent {
	margin-top: 20px;
	text-align: center;
}


/* ここから右カラムの設定 */
#content_right #topics a {
	text-decoration: none;
	height: 19px;
	width: 165px;
	display: block;
	background-image: url(topics_up.jpg);
	padding-top: 7px;
	padding-left: 15px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #000099;　　　/* 文字色の変更 →#000099へ*/
}

#content_right  #topics  a:hover {
	background-image: url(topics_over.jpg);
}

#hotevent p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#hotevent {
              width:180px;   /* 幅の指定　なし→width:180px*/
	background-color: #a2c0f7;  /* 背景色の変更#ffffff→ #a2c0f7*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#hotevent img {
	margin-bottom:10px;
	margin-top:10px;
}
/* ここまで右カラムの設定 */

/* ここから中央カラムの設定 */
#content_center {
height:100%;
width:95%;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
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;
}

#content_center .maintopic2 {
	height:96px;
	border:1px solid #CCCCCC;
	margin-bottom:6px;
}

#content_center .maintopic2 img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic2 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 6px;
}

#content_center .maintopic2 h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#content_centertbl {
height:100%;
width:95%;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
background-color:#FFFFFF;
font-size:90%;
}
/* ここまで中央カラムの設定 */


#footer {
	clear:both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 20px;                         /*●高さ変更25px→20px */
	background-color: #1C324E;   /* 背景カラーの変更 */
	padding-top: 5px;
}