@charset "utf-8";



/********************************************/
/*					basic					*/
/********************************************/
* {
	margin:0 auto;
	padding:0;
	letter-spacing:0.08em;
	line-height:2.0em;
	font-family: "ヒラギノ明朝 Pro W4","Hiragino Mincho Pro","Times New Roman","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
}

body{
	font-size: 11px;
	color:#555555;
	margin:0;
	padding:0;
	height:100%;
	
}

#main a:link,
#main a:visited {
	color:#669d0e;
	text-decoration:none;
}

#main a:hover,
#main a:active {
	color:#669d0e;
	text-decoration:non;
}

#main .non a:link,
#main .non a:visited,
#main .non a:hover,
#main .non a:active {
	background:none;
}

h1,h2,h3,h4{
	margin:0 0 20px 0;
	padding:0;
	line-height:1em;
	line-height:1.4em;
	font-size:100%;
}

img {
	border: 0px;
}

p{
	margin:0 0 20px 0;
}

ul{
	margin:0 0 20px 0;
	list-style:none;
}

form,input,textarea,table{
	font-size: 100%;
	line-height:1.2em;
	color:#555555;
}

table{
	border-collapse:collapse;
}



/********************************************/
/*				position					*/
/********************************************/
#wrapper{
	position:relative;
	margin:0;
	padding:0;
	min-height:100%; 
	width:100%;
	background:url(../img/backHeaderTop2.jpg) repeat-x 0 0;
}
#index #wrapper{
	background:url(../img/backHeaderTop.jpg) repeat-x 0 0;
}
body > #wrapper {
	height:auto;
}
* html #wrapper{
	height:100%;
}

#contents{
	width:960px;
	padding:0 0 62px 0;
}

#header{
	position:relative;
	display:block;
	margin:0px 0 0 21px;
	padding:0;
	width:180px;
	height:740px;
	background-color:#fffae4;
	float:left;
	text-align:center;
}

#main{
	position:relative;
	width:699px;
	margin:50px 0 0 0;
	float:right;
}

#footer{
	position:relative;
	left:0;
	bottom:0;
	width:960px;
	height:52px;
	margin:0 auto;
	padding:0;

}


/********************************************/
/*				 header						*/
/********************************************/
#top{
	position:absolute;
}

h1{
	margin:50px 0 41px 0;
}

ul#globalMenu{
	position:relative;

}
#globalMenu li{
	margin:0;
	padding:0;
	line-height:1em;
	display:inline;
}


/********************************************/
/*				 main						*/
/********************************************/
h2{
	margin:0 0 30px 0;
}

.paragraph{
	margin:0 0 30px 0;
	width:317px;
	float:left;
}




/********************************************/
/*				 footer						*/
/********************************************/



#footer p#copy{
	position:relative;
	display:block;
	text-align:right;
	width:213px;
	height:10px;
	top:13px;
	margin:0 0 0 21px;
	float:left;
}

#footer p#links{
	position:relative;
	display:block;
	top:8px;
	height:10px;
	margin:0 0 0 21px;
	color:#669d0e;
	text-decoration:non;
}

#footer p#gotoTop{
	position:relative;
	display:block;
	margin:0 100px;
	top:1px;
	padding:0;
	width:25px;
	height:21px;
	float:right;
}


/********************************************/
/*				 index						*/
/********************************************/
/********************************************/
/*				crossfade					*/
/********************************************/
#fade{
	width:698px;
	height:320px;
}
#fade li {
	position:absolute;
	top: 0;
	left: 0;
	width:698px;
	height:320px;
	visibility: hidden;
}
#fade li img {
	display: block;
	width:698px;
	height:320px;
}

ul#fade{
	display:block;
	overflow:hidden;
	background:#ffffff;
}



/********************************************/
/*				 common						*/
/********************************************/
a.titleAnchor{
	padding:30px 0 0 0;
}

p#errMsg{
	margin:142px 0 0 0;

}

img.r {
	float: right;
	border: none;
	margin:0 0 25px 10px;
	vertical-align:top;
}

img.l {
	float: left;
	margin:0 10px 25px 0;
	vertical-align:top;
}

img.c {
	float: none;
	margin:0 auto;
	vertical-align:top;
	text-align:center;
	display:block;
}

.cl{
	float:none;
	height:0;
	overflow:hidden;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height:0;
	clear:both;
	display:inline-block;
}

span.ex,
span.accent{
	position:relative;
	display:inline;
	padding:0 0 0 15px;
	color:#ff8d8d;
	font-size:82%;
}
.notice{
	color:#b42800;
}


.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#wrapper #contents #main #coo .tableList tr th {
	text-align:left
}
#index #wrapper #footer #links a {
	color: #669d0e;
}
#wrapper #footer #links a {
	text-decoration: none;
	color: #669d0e;
	text-transform: none;
}

