@charset "Shift_JIS";

/* ========BASIC======== */


body {
	margin:0;
padding:0;
font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:12px;/*フォントサイズfirefox用*/
	*font-size:90%;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:90%;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	line-height:1.4em;
letter-spacing:1.4px;
background:#f6f6f6;}
	

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:red;
text-decoration:none;
}

img{
border:0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
}

em, strong {color: red
}


/* ========TEMPLATE FRAMEWORK======== */
div#wrapper  {
width:730px;
margin:0 auto;
text-align:left;
padding:0px 10px 0 10px;
background:#fff url(image/bg.gif) 50% 50% repeat-y fixed;
}

div#header   {
width:700px;
height:110px;
margin:0 20px;
background:#fff url(image/bg_head.jpg) 0% 0% no-repeat;
padding-left:20px　
}

div#menu{
width:700px;
margin:0 20px;
padding-bottom:10px;
background:#fff url(image/bg_contents_head.gif) 100% 100% no-repeat;
}

div#contents {
width:700px;
clear:both;
margin:0 20px;
background:#fff url(image/bg_contents.gif) repeat-y;
border-bottom:1px solid #C3C3C3;
}

div#main{
width:160px;
float:left;
padding:0 10px;
}

div#sub{
width:500px;
float:right;
padding:0 9px;
}

div#footer{
width:700px;
padding:15px;
clear:both;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:small;
margin:0;
}

div#header p{
margin:0;
padding:10px;
font-size:small;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
float:left;
text-align:center;
margin:0;
padding:0;
}

div#menu li a{
display:block;
width:140px;
background:pink;
line-height:26px;
border-top:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
}

div#menu li a:hover{
background:green;
color:white;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */

div#main a:hover{
color:green;/*マウスが乗った時の通常のリンクテキストカラー*/
text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

div#main h2 {
background:url(gif/green.gif) 0% 0% no-repeat;
font-size:1em;
color:WHITE ;;
padding-left:20px　
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333;
}

div#main p{
margin:0 0 1em 0;
}


div#g_menu{
	float:left;
	width:160px;
	}
div#g_menu ul{
	list-style-type:none;
	margin:6px 0 0 0;
	}
div#g_menu ul li{
	border:1px solid #999999;
	margin:-1px 1px 0px 1px;
	}
div#g_menu ul li a{
	width:100%;
	height:30px;
	line-height:30px;
　　font-size:1em;
	background-color:#FFFFCC;
	color:#000000;
	display:block;
	text-indent:10px;	
	text-decoration:none;
	}
div#g_menu ul li a:hover{
	background-color:green;
	color:white;
	text-decoration:none;
	}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub a{
border-bottom:1px dotted  #333;
}

div#sub h2 {
font-size:1em;
color:#fff;
padding:2px;
font-weight:bold;
background:#666;
border-bottom:2px solid #9F1D20;
margin-bottom:2px;
}

div#sub h3 {
background:url(gif/green.gif) 0% 0% no-repeat;
font-size:1em;
color:WHITE ;;
padding-left:20px　
}

div#sub h4 {
background:url(gif/line2.jpg) 0% 0% no-repeat;
color:black;;
padding-left:20px　
}

div#sub h5 {
background:url(gif/line-blue.gif) ; padding: 3px;} 
font-size:1em;
color:black ;;
padding-left:30px　
}

div#sub h6 {

}

div#sub h7 {
background:pink;
font-size:1em;
color:black ;;
padding-left:20px　
}


/* ========WAKU CUSTOMIZE 6======== */
.block{ 
background:url(gif/line2.jpg) 0% 0% no-repeat;
color:black;;
padding-left:20px　
}

div#sub p{
margin:0 0 1em 0;
font-size:0.8em;
}

div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#sub dt{
font-weight:bold;
}

/* ========FOOTER CUSTOMIZE======== */
address{
background:#fff;
color:#333;
text-align:center;
font-size:0.8em;
}

/* ========WAKU  SOLID BLACK CUSTOMIZE======== */
.block2{ margin:0px;
border:1px solid black;
background:#FFFFCC;
padding:5px 5px 5px 5px;
text-align:left; }

/* ========WAKU  SOLID BLACK2 CUSTOMIZE======== */
.block3{ margin:0px;
border:1px solid blue;
padding:5px 5px 5px 5px;
text-align:left; }

/*テーブルセット*/
#tbl_setA{
	border:#006666 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#006666 solid 1px;
	background:url(image/bg_th_a.gif);
	padding:6px;
	color:#003333;
	text-align:center;
	}
#tbl_setA td{
	border:#006666 solid 1px;
	padding:6px;
	}
	
@media print{

#container{
	width:820px;
	}
}