@charset "utf-8";


/* テキスト・背景設定 */
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	background-color: #22396B;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
}
#main{
	background-image: url(../images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*文字サイズ*/
#main {
	font-size: 0.8em;
	line-height: 1.4em;
	}
body.fontL {
	font-size:115%;
	line-height: 115%;
}
body.fontM {
	font-size:100%;
	line-height: 100%;
	}
body.fontS {
	font-size:80%;
	line-height: 80%;
}

/* レイアウト */
#main{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.t_contents{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.contents {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.top_l{
	float: left;
	width: 685px;
}
.top_r{
	float: right;
	width: 200px;
}
.whatsnew{
	float: left;
	width: 490px;
	margin-bottom: 5px;
}
.weather{
	float: right;
	width: 190px;
	height: 150px;
	text-align: center;
}
.c_photo{
	float: left;
	width: 300px;
}
.bana{
	float: right;
	width: 380px;
}


/* リセット */
body ,ul ,dl ,h1 ,h2 ,h3 ,h4{
	margin: 0px;
	padding: 0px;
}
img {
vertical-align:bottom}

/* 見出し */
h2{
	font-size: 1.4em;
	line-height: 30px;
	color: #996666;
	background-image: url(../images/subttl.jpg);
	margin-top: 10px;
	padding-left: 25px;
}
h3{
	font-size: 1em;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990033;
	color: #CC3366;
	padding-left: 5px;
}

/* ヘッダー */
.logo{
	float: left;
	width: 320px;
}

.c_header{
	float: right;
	width: 580px;
	height: 50px;
}

.home_btn {
	width: 570px;
	float: right;
	height: 50px;
	text-align: right;
	padding-right: 10px;
	}

/* フォントサイズ */
.fontsize{
	height: 20px;
	width: 380px;
	float: right;
}
.fontsize li{
	float: right;
	list-style-type: none;
	padding-right: 5px;
}

/* 外国語 */
.abroad {
	height: 20px;
	width: 200px;
	float: left;
}
.abroad li{
	float: left;
	padding-right: 5px;
	list-style-type: none;
}
 
/* フッター */
#footer {
	background-color: #CCCCCC;
	background-image: url(../images/footer_bg.jpg);
	padding: 10px;
	margin-top: 5px;
	color: #333333;
	font-size: 10px;
	line-height: 12px;
}
#footer a {
	color: #FFFFCC;
}
.address{
	float: right;
	width: 260px;
}
.copyright{
	float: left;
	width: 580px;
}

/* ライン */
.line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 10px;
	margin-top: 10px;
	clear: both;
}

/* メニュー */
.menu li{
	list-style-type: none;
	float: left;
}

/* メニュー */
.side{	float: right;
	width: 230px;}
.sidettl{margin-bottom: 10px;}
