@charset "Shift_JIS";

/*----- reset -----*/
*{
margin:0;
padding:0;
}
/*----- end reset -----*/

/*----- font -----*/
body {font:13px/1.231 "‚l‚r ‚oƒSƒVƒbƒN",Osaka,arial,helvetica,sans-serif;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
/*----- end font -----*/

/*----- base style -----*/
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold; margin:0; padding:0;}
table,li,ul,dl,dt,dd,p{margin:0;padding:0;}
table {border-collapse:collapse;}
li{list-style:none;}
input:focus,textarea:focus{background-color:#ffffff}
/*----- end base style -----*/

/*----- deck base -----*/
body{
padding:0;
margin:0;
color:#333;
font-size:79%;
background:#fff;
line-height:170%;
}

img{
vertical-align:top;
}

a{
color:#666;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

a img{
border:none;
}
/*----------end deck base----------*/

/*----------deck option----------*/
.fLeft{
float:left;
}

.fRight{
float:right;
}

.cLeft{
clear:left;
}

.cRight{
clear:right;
}

.cBoth{
clear:both;
}

.tal{
text-align:left;
}

.tac{
text-align:center;
}

.tar{
text-align:right;
}

.mbLong{
margin-bottom:3em;
}

.mbMiddle{
margin-bottom:2em;
}

.mbShort{
margin-bottom:1em;
}

.mbNone{
margin-bottom:0;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb35{
	margin-bottom:35px;
}

.small{
font-size:85%;
}

.medium{
font-size:108%;
}

.big{
font-size:138.5%;
}

.red{
color:#CC0000;
}

.bold{
font-weight:bold;
}

.linkMark{
	background:url(../img/icon1.gif) no-repeat left center;
	padding:0 0 0 20px;
}

.clearfix:after {
    content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	position: relative;
}

* html .clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	min-height: 1%;
}

.clearfix {
	display: block;
}
/*----------end deck option----------*/


/*---------- main style ----------*/
#wrapper{
	width:900px;
	margin:0 auto;
}

#header{
	width:900px;
	height:133px;
	margin:0 0 25px 0;
	background:url(img/bg1.jpg) no-repeat;
	position:relative;
}

#logo{
	width:174px;
	height:133px;
	position:absolute;
	top:0;
	left:0;
}

#header1{
	width:465px;
	height:12px;
	position:absolute;
	top:41px;
	left:424px;
}

#header2{
	width:368px;
	height:18px;
	position:absolute;
	top:102px;
	left:521px;
}

#contents{
	width:800px;
	margin:0 50px 40px;
}

h2{
	border-left:1px solid #E89F9D;
	background:#F7E8E8;
	font-size:100%;
	font-weight:normal;
	padding:4px 10px;
	margin:0 0 12px 0;
}

.t1{
	width:800px;
	margin:0 0 40px 0;
}

.t1 th,.t1 td{
	padding:15px 10px;
	text-align:left;
}

.t1 th{
	width:160px;
	font-weight:normal;
	background:url(img/bg2.gif) bottom repeat-x;
}

.t1 td{
	background:url(img/bg3.gif) bottom repeat-x;
}

input{
	border:1px solid #ccc;
	padding:4px 3px;
	font-size:131%;
}

#form1,#form2{
	width:150px;
}

.formL{
	vertical-align:middle;
	margin:0 5px;
	width:70px;
}

.formS{
	vertical-align:middle;
	margin:0 5px;
	width:45px;
}

#formL1,#formL2,#formM1,#formM2,#formN1,#formN2{
	border:none;
}

#footer{
	border-top:solid 5px #516412;
	padding:10px 12px;
	font-size:93%;
}

.hosoku{
	color:#CC0000;
	margin:0 0 20px 12px;
}

.mR{
	margin:0 25px 0 0;
}

.mR2{
	margin:0 5px 0 0;
}

.mR3{
	margin:0 50px 0 0;
}


.box1{
	width:740px;
	overflow:hidden;
	padding:15px 30px;
	background:#ECEEE5;
	margin:0 0 40px 0;
}

.box1L{
	width:362px;
	float:left;
}

.box1R{
	width:350px;
	float:right;
}

.box1Text{
	margin-left:20px;
}

.box1Text span{
	margin-left:-20px;
}

.t2{
	width:800px;
	margin:0 0 20px 0;
}

.t2 th,.t2 td{
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #999999;
}

.t2 th{
	width:50px;
	padding:5px 10px 15px 12px;
	font-weight:normal;	
}

.t2 td{
	padding:0 0 10px 0;
}

.box2{
	overflow:hidden;
	width:670px;
	margin:0 0 10px 0;
}

.box2L{
	width:330px;
	float:left;
	overflow:hidden;
}

.box2R{
	width:330px;
	float:right;
	overflow:hidden;
}

.box2L2{
	width:20px;
	padding:5px 0 0 0;
	float:left;
}

.box2R2{
	width:300px;
	float:left;
}

.box3{
	width:800px;
	background:url(img/g3.gif) repeat-y;
	overflow:hidden;
	margin:0 0 20px 0;
}

.box3L{
	width:320px;
	float:left;
}

.box3R{
	width:423px;
	float:right;
	padding:15px;
	line-height:160%;
}

.t3{
	width:320px;
	margin:0 0 20px 0;
}

.t3 th,.t3 td{
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #999999;
}

.t3 th{
	width:50px;
	padding:0px 10px 15px 12px;
	font-weight:normal;	
}

.t3 td{
	padding:0 0 20px 0;
}

.t3Last{
	width:320px;
	margin:0;
}

.t3Last th,.t3Last td{
	text-align:left;
	vertical-align:middle;
}

.t3Last th{
	width:50px;
	padding:0px 10px 15px 12px;
	font-weight:normal;	
}

.t3Last td{
	padding:0 0 20px 0;
}

.t4{
	width:800px;
	margin:0 0 20px 0;
}

.t4 th,.t4 td{
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.t4 th{
	width:50px;
	padding:20px 10px 15px 12px;
	font-weight:normal;	
}

.t4 td{
	padding:15px 0 10px 0;
}

.t5{
	width:800px;
	margin:0;
}

.t5 th,.t5 td{
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #999999;
}

.t5 th{
	width:60px;
	padding:5px 0px 15px 12px;
	font-weight:normal;	
}

.t5 td{
	padding:0 0 10px 0;
}

.t6{
	width:800px;
	margin:0 0 25px 0;
}

.t6 th,.t6 td{
	text-align:left;
	vertical-align:top;
}

.t6 th{
	padding:15px 10px;
	width:200px;
	font-weight:normal;
	background:url(img/bg2.gif) bottom repeat-x;
}

.t6 td{
	padding:15px 0 15px 10px;
	background:url(img/bg3.gif) bottom repeat-x;
}

#formO1{
	width:560px;
	height:70px;
	border:1px solid #ccc;
	padding:4px 3px;
	font-size:131%;
	font-family:arial,helvetica,sans-serif;
}

.bt{
	text-align:center;
	font-size:70%;
	margin:0 0 35px 0;
}

h3{
	font-weight:normal;
	border-left:2px solid #E89F9D;
	padding:5px 0 5px 8px;
	margin:0 0 2px 0;
}

.tyuuiList{
	margin-left:1em;
}

.tyuuiList span{
	margin-left:-1em;
}
