@charset "utf-8";
/*==================================================================*/
/* 全体構造
/*==================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/haikei.jpg);
	background-repeat: repeat-x;
}

img		{border: 0;}
img.middle { vertical-align: middle; }

a	{
	color:	#0F2128;
	text-decoration: none;

	}

a:hover	{
	color:#BB4081;
    text-decoration: underline;

	}
a:link	{
	color:#0F2128;
	text-decoration: none;

	}
v:link	{
	color:	#0F2128;
	text-decoration: none;

	}
/*==================================================================*/
/* コンテナ
/*==================================================================*/
#conteiner	{
	width: 801px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/haikei_m.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#header	{
	margin: 0px;
	padding-top:60px;
	padding-right: 20px;
	height:80px;
	text-align: right;
	font-size: 11px;
	line-height: 150%;
	background-image: url(../images/haikei_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header p	{
	line-height: 11px;
	line-height: 150%;
}


#header a	{
	color: #666666;
	text-decoration: none;
}
#header a:hover	{
	color: #CC3300;
	text-decoration: none;
}


/*==================================================================*/
/*メイン｜変更分
/*==================================================================*/

div#main_c {
	margin-top: 10px;
	margin-bottom: 10px;
}


div#main_c h2	{
	padding-left: 15px;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	font-weight: bolder;
	/*background-color: #CC3399;*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px 0px 10px 20px;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#main_c h3	{
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;

}

div#main_c strong	{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

#main_c p {
	text-align: left;
	color: #666666;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0.5em;
	margin-left: 60px;
	font-size: 14px;
	line-height: 150%;
}

#main_c ul,ol	{
	font-size: 0.9em;
	margin-left: 80px;
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 1em;
}
#main_c li	
{
    font-size: 12px;

	line-height: 1.2em;
	color: #666666;
	margin-bottom: 10px;
}

#main_c table table{
	margin-left: 50px;
	margin-top: 10px;

}

#main_c table table td,th{
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	padding: 5px 10px;
}

#main_c table table td p{
		margin-left: 0px;
		font-size: 14px;
		line-height: 150%;
}

div#b_table table {
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

div#b_table td{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

div#b_table th{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

div#C_table table {
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

div#C_table td{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

div#C_table th{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}



/*==================================================================*/
/*メイン
/*==================================================================*/

#main	{
	width: 740px;
	clear:both;
	margin: 0;
	padding-bottom: 20px;
}
#main p	{
	text-align: left;
	color: #666666;
	margin-top: 0px;
	margin-right:30px;
	margin-bottom: 0.5em;
	margin-left: 60px;
}
#main strong	{
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}
/*イメージ画像の配置*/
div.mimage	{
	display:block;
	padding:0px;
	margin: 10px 0 0 10px;
}


#main h2	{
	padding-left: 15px;
	text-align: left;
	font-size: 1.4em;
	line-height: 2em;
	color: #333333;
	font-weight: bolder;
	/*background-color: #CC3399;*/
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main h2#top	{
	padding-left: 30px;
	text-align: left;
	font-size: 1.2em;
	line-height: 2em;
	color: #333333;
	font-weight: bolder;
	margin-top: 10px;
	background-image: none;
}


#main h3	{
	text-align: left;
	font-size:1.4em;
	line-height: 1.5em;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 30px;

}



#main ul,ol	{
	font-size: 0.9em;
	margin-left: 80px;
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 1em;
}
#main li	{
	line-height: 1.2em;
	color: #666666;
	margin-bottom: 10px;

}
.imagecenter	{
	text-align: center;
	margin-bottom: 10px;
}
/*==================================================================*/
/*段組み*/
/*==================================================================*/

div.hidari	{
	width:280px;
	float:left;
	text-align:left;
}
div.migi	{
	width:450px;
	float:right;
	text-align:left;
}




/*==================================================================*/


/*フッター*/
#footer	{
	clear:both;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	text-align: left;
	border-top-width: 1px;
	background-image: url(../images/haikei_b.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#footer h2{
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
#footer h3{
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	line-height: 150%;
	

}
#footer p{
	color: #666666;
	font-size: 10px;
	line-height: 180%;

}
#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #FF6666;
	text-decoration: underline;
}

.copyright {margin-top: 30px;}

/*==================================================================*/
/*　Headderメニュー
/*==================================================================*/

#globalNavi	{
	clear:both;
	height:30px;
	text-align: left;
	margin-left:20px;
	padding-top:4px;

	padding-bottom:1px;
	vertical-align: middle;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
}

#globalNavi ul {
	font-size: 13px;
	line-height: 28px;
}
#globalNavi li {
	display: inline;
	
}

#globalNavi a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 5px;
}




#globalNavi a#ac {
	display: block;
	float: left;
	color: #CC0000;
	padding-left: 28px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#globalNavi a:hover {
	color: #f69;
	border-bottom: 2px solid #f69;
}
/*リストの区切り線*/
.ku1 {
	width:50;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
}
.ku2 {
	width:60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
}
.ku3 {
	width:60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
}
.ku4 {
	width:60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
}
.ku5 {
	width:60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
	}
.ku6 {
	width:60;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right: 10px;
}
.ku7 {
	width:90;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-right:10px;
}




/*==================================================================*/
/*　段組み
/*==================================================================*/
/*2段組*/
.whidari	{
	float: left;
	width: 350px;
	text-align: left;
	padding:5px;
	display: block;

}
.wmigi	{
	float: right;
	width: 350px;
	text-align: right;
	padding:5px;
	display: block;

}
/*==================================================================*/
/*　固定枠
/*==================================================================*/
.waku	{
	padding: 5px;
	float: none;
	height: 290px;
	width: 700px;
	margin-right: 30px;
	margin-left: 30px;
	overflow: auto;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-position: left;
	/*
	scrollbar-base-color:#ffe8e8;
	scrollbar-track-color:#fcc;	/*naka*/
	/*
	scrollbar-face-color:#fcc;
	*/
	border-top-width: 5px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*==================================================================*/
/*　トップページのメニュー
/*==================================================================*/
#toppage	{
	clear:both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#toppage table	{
}
#toppage td	{
	font-size: 16px;
	line-height: 1.2em;
	color: #666666;
	text-align: center;
	vertical-align: top;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
	white-space: nowrap;
	height: 106px;
	width: 116px;
}
#toppage td.b1	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td.b2	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td.b3	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td.b4	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td.b5	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td.b6	{
	background-image: url(../images/kusuribin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#toppage td a{
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#toppage td a:hover{
	font-weight: bold;
	color: #CC3300;
}

.text8	{
	font-size: 0.9em;
}


/*---------- FONT Size */
.fontss_s{font-size:10px;line-height:100%;}
.fontss_.waku1 {
    width:500px;
    font-size:small;
	margin-top:15px;
	margin-left:15px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #666666;
}
.fonts_s{font-size:12px;line-height:125%;}
.fonts_m{font-size:12px;line-height:160%;}
.fontm_s{font-size:14px;line-height:125%;}
.fontm_m{font-size:14px;line-height:140%;}
.fontm_l{font-size:14px;line-height:180%;}

.fontl_s{font-size:16px;line-height:145%;}
.fontl_m{font-size:16px;line-height:160%;}
.fontl_l{font-size:16px;line-height:175%;}

.fontll_s{font-size:18px;line-height:170%;}
.fontll_m{font-size:18px;line-height:180%;}
.fontll_l{font-size:18px;line-height:205%;}

.waku2 {
    width:600px;
    font-size:small;
	margin-top:15px;
	margin-left:15px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #666666;
}