@charset "utf-8";

body{background: url(img/bg.gif) repeat-y top center;}
div#wrapper{width: 970px;margin: 0 auto;text-align: left;line-height: 1.0;}
div#leftContents{width: 220px;float: left;}
div#mainContents{width: 730px;display: inline;float: right;}


div#leftContents h1{
	text-align: center;
        font-weight: bold;
        font-size: 20px;
	margin: 0px 0 10px 0;
        padding: 10px;
	display: block;
	color: #b22222;
	background: url(img/bg_blue.gif) repeat 0 0;

}

div#mainContents h2{
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0 20px 0;
        padding: 10px;
	display: block;
	color: #b22222;
	background: url(img/bg_blue.gif) repeat 0 0;
}
div#wrapper h3{
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0 20px 0;
        padding: 10px;
	display: block;
	color: #b22222;
	background: url(img/bg_blue.gif) repeat 0 0;
}




div#footer{
	clear: both;
	color: #333;
	margin-top: 45px;
	padding: 30px 0;
	border-top: 1px solid #efefef;
}
div#footer p#copyright{
	padding: 8px 0;
	text-align: center;
}

/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}



ul.menu_f01{ /* 上部メニュー */
	background-color: #F0F0F0;
	height: 40px;
	border-bottom: 5px solid #999999;
	margin: 0px;
	border-top: 2px solid #999999;
}


ul.menu_f01 li{
	float: left;
	border-right: 2px solid #999999;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 120px;
	padding: 15px 0px 0px;
	border-bottom: 5px solid #999999;
	font-size: 14px;
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #F0F0F0;
}


ul.menu_f01 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}


ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 15px 0px 0px;
	border-bottom: 5px solid #FF6699;
	background-color: #E8E8E8;
}

/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
	clear: left;
	width: 220px;
	padding: 0;
	margin: 10px 0;
	color: #FFF;
}



.menuInfo { /* サイドボックス内のメッセージボックス */
	background-image:url(images/cor230.gif);
	background-repeat:no-repeat;
	color:#333;
	margin:10px 0 0;
	padding:1px 0;
}



.menuInfo p {
	padding: 0 0 0 10px;
	margin: 1em 10px 1em 5px;
}


.subinfo {　/* サイドボックのメニュー */
	margin:0 0 10px;
	background-image: url(images/submenuback001.png);
	margin: 0px 0px 5px;
}



.subinfo .label { /* サイドボックのメニュー:ラベル */
	padding:3px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/sidemnu_labcak005.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 28px;
}


.subinfo ul{ /* サイドボックのメニュー:リスト */
	margin: 0px;
}


.subinfo li {
	padding: 0px;
	margin: 1px 0px 0px;
	font-size: 86%;
	color: #666666;
	list-style-type: none;
}


.subinfo li a{
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	text-decoration: none;
	display: block;
}


.subinfo li a:hover{
	border-left: 7px solid #FF6699;
	color: #FF6699;
	background-color: #F3F3F3;
}



.banner { /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 220px;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 15px 0px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/backS001.png);
	background-position: top;
	background-repeat: repeat-x;
}

