@charset "UTF-8";

/* _____________________________________________________________________BASIC */

body{
	margin:0px;
	padding:0 0 50px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family: Verdana,Arial,Monaco,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ ゴシック',sans-serif;
	color:#0e123e;
	-webkit-text-size-adjust: 100%;
}

* html body{overflow: hidden;}

img{
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

p{
	margin:0px 0px 12px 0px;
	padding:0px;
}

ul{
	margin-top:0px;
	margin-bottom:5px;
	line-height:15px;
}


#main_contents ul{
	margin-top:0px;
	margin-bottom:5px;
	line-height:20px;
}


ul.arrow{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:20px;
}

ul.arrow li{
	margin:0px;
	padding:0px 0px 0px 17px;
	background:url('../img/common/icon_arrow.png') center left no-repeat;
}

ul.arrow li.pdf{
	margin:0px;
	padding:0px 0px 0px 17px;
	background:url('../img/common/icon_pdf_s.png') center left no-repeat;
}

hr{
	clear:both;
	border:none;
	height:1px;
	background:url('../img/common/dot_line.gif') repeat-x top;
	margin:15px 0px;
	padding:0px;
}


/* _____________________________________________________________________TOOLS */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.align_center{text-align:center;}
.align_right{text-align:right;}
.align_left{text-align:left;}
.f_right{float:right;}
.f_left{float:left;}
.right_image{margin:0px 0px 10px 10px;float:right;}
.left_image{margin:0px 10px 10px 0px;float:left;}
.clear{clear:both;margin:0px;padding:0px;font-size:1px;line-height:1px;}
.hidden{display:none !important;}
.nowrap{white-space:nowrap !important;}
.box_center{margin:auto !important;}
.photo{
	background:#ffffff;
	padding:3px;
	border:solid 1px #c4c4c4;
	-moz-box-shadow:2px 2px 3px #cccccc;
	-webkit-box-shadow:2px 2px 3px #cccccc;
	box-shadow:2px 2px 3px #cccccc;
}

.shadow{
	-moz-box-shadow: 2px 2px 3px 3px #cccccc;
	-webkit-box-shadow: 2px 2px 3px 3px #cccccc;
	box-shadow: 2px 2px 3px 3px #cccccc;
}

.rotation{
	transition:all 1s ease !important;
	-webkit-transition:all 1s ease !important;
}

.rotation:hover{
	transform:rotate(360deg) !important;
	-webkit-transform:rotate(360deg) !important;
}

.tolink{
	padding-right:14px;
	background:url('../img/common/icon_arrow.png') center right no-repeat;
}



/* Table */

dl.prolist{
	margin:0px;
	padding:0px;
}

dl.prolist dt{
	width:70px;
	margin:0px 0px 15px;
	padding:0 10px 0;
	border-right:double 3px #91b9f5;
	float:left;
}

dl.prolist dd{
	margin:0px 0px 15px;
	padding:0px 0px 15px 120px;
	border-bottom:dotted 1px #91b9f5;
}

dl.prolist dd ul{
	padding-left:0px;
	margin-left:0px;
}
dl.prolist dd li{
	padding-left:1em;
	margin-left:1em;
}

.graytable{
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}
.graytable th{
	padding:10px;
	background:#eeeeee;
	border:1px solid #cccccc;
	font-weight:normal;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
}
.graytable td{
	padding:10px;
	background:#ffffff;
	border:1px solid #dddddd;
	font-weight:normal;
	vertical-align:middle;
}


.yellowtable{
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}
.yellowtable th{
	padding:10px;
	background:#f9f8dc;
	border:1px solid #fcd98f;
	font-weight:normal;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
}
.yellowtable td{
	padding:10px;
	background:#ffffff;
	border:1px solid #fcd98f;
	font-weight:normal;
	vertical-align:middle;
}

.memberTable{
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}
.memberTable th{
	padding:5px 10px;
	background:#f9f8dc;
	border:1px solid #fcd98f;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
}
.memberTable td{
	padding:5px 10px;
	background:#ffffff;
	border:1px solid #fcd98f;
	font-weight:normal;
	vertical-align:top;
}

.operationTable table{
	width:295px;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}
.operationTable table:nth-child(odd){float:left;}
.operationTable table:nth-child(even){float:right;}

.operationTable table th{
	width:90%;
	padding:5px 10px;
	background:#f9f8dc;
	border:1px solid #fcd98f;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	vertical-align:middle;
}
.operationTable table td{
	padding:5px 5px;
	background:#ffffff;
	border:1px solid #fcd98f;
	font-size:1.5em;
	font-weight:normal;
	vertical-align:middle;
}

.operationTable table:nth-child(odd){float:left;}
.operationTable table:nth-child(even){float:right;}

dl.dotlist{margin:0px 0px 5px;padding:0px;}
dl.dotlist dt{
	clear:both;
	width:100px;
	margin:0px;
	padding:5px 0px 5px 5px;
	color:#685507;
	float:left;
}

dl.dotlist dd{
	margin:0px;
	padding:5px 0px 5px 100px;
	border-bottom:dotted 1px #d4ae6a;
}


.pdf_link{
	display: inline-block;
	padding: 0px 30px 0px 0px;
	background: url("../img/common/icon_pdf.png") center right no-repeat;
}



/* _____________________________________________________________________H */


h1{
	position:fixed;
	top:120px;
	left:50%;
	width:210px;
	height:210px;
	margin:0px 0px 0px -440px;
	padding:0px;
	font-size:1px;
	line-height:1px;
	float:left;
}

h2{
	margin:0px 0px -30px -50px; 
	padding:0px;
	font-size:1px;
	line-height:1px;
	font-weight:bold;
}

h3{
	padding:0px 5px 1px;
	margin:0px 0px 10px;
	border-left:solid 10px #0d5f8f; 
	font-size:12px;
	line-height:16px;
	color:#0d5f8f;
}

h4{
	padding:0px 5px;
	margin:0px 0px 10px;
	font-size:12px;
	line-height:16px;
	color:#0d5f8f;
}

h5{
	padding:0px;
	margin:0px 0px 8px;
	font-size:12px;
	line-height:16px;
	color:#333333;
	font-weight:normal;
}

/* _____________________________________________________________________ TEXT */

.l{font-size:14px;line-height:22px;}
.m{font-size:12px;line-height:20px;}
.s{font-size:10px;line-height:16px;}
.xs{font-size:9px;line-height:14px;}
em{font-style:normal;font-weight:800;}

strong{font-style:normal;font-weight:800;}
strong.red{font-style:normal;font-weight:800; color:#ff0000;}
.text_black{color:#000000;}
.text_white{color:#FFFFFF;}
.text_brown{color:#92361D;}
.text_red{color:#FF0000;}
.text_gray{color:#555555;}
.text_pink{color:#f5a19d;}
.text_purple{color:#44467d;}



/* _____________________________________________________________________ LINK */

a:link{text-decoration:none;color:#007bc3;}
a:visited{text-decoration:none;	color:#007bc3;}
a:hover{text-decoration:underline;color:#007bc3;}
a:active{text-decoration:underline;color:#999999;}
a:hover img.bnrlink{
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: “alpha(opacity=50)”;
}

/* _____________________________________________________________________FRAME */

div#container{
	position:relative;
	width:100%;
	min-height:100%;
	min-width:960px;
	height: auto !important;
	height: 100%;
	margin:auto;
	padding:0px;
	text-align:center;
}

section#wrapper{
	position:relative;
	width:900px;
	margin:30px auto;
	padding:0px 0px 0px;
}

div#main_contents{
	width:600px;
	margin:0px;
	padding:50px 0px 70px;
	float:right;
	text-align:left;
}


/* _____________________________________________________________________NAVI */

/*Global-Navigation */

div#navi_wrapper{
	width:100%;
	background:url('../img/common/bg_nav.png') center bottom no-repeat;
	background-color:#e4d000;
	padding-top:13px;

}

nav{
	position:relative;
	width:960px;
	height:83px;
	margin:0px auto;
}

nav img#logo{
	position:absolute;
	top:9px;
	left:30px;
}

nav ul{
	position:absolute;
	bottom:3px;
	right:10px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:right;
}

nav ul li{
	display:block;
	margin:0px 0px;
	padding:0px;
	float:left;
}

ul.snav{
	position:absolute;
	margin:-20px 0px 0px;
	padding:0px 0px 0px;
	text-align:left;
	list-style:none;
}

ul.snav li{
	display:inline;
	margin:0px;
	padding:0px 5px;
}
	



/* _____________________________________________________________________HEADER／FOOTER */

/*Header*/


/*Footer*/

footer{
	position: fixed !important; 
	position:absolute;
	bottom:0px;
	left: 0;
	width:100%;
	height:50px;
	background:url('../img/common/bg_footer.png') top repeat-x #e4cf00;
	padding:20px 0px 0px;
	text-align:right;
}

footer img#copyright{margin-right:20px;}
	






