@charset "UTF-8";

/* index.html */

#mainArea h3 {
	margin-bottom: 30px;	
}

#mainArea #index-snavi {
	width: 756px;
	margin: 0 auto 33px;	
}

#mainArea #index-snavi li {
	float: left;	
}

#mainArea #cts02 dl {
}

#mainArea #cts02 dl dt {
	float: left;
}

#mainArea #cts02 dl dd {
	margin-bottom: 2px;	
}

#mainArea #cts02-img {
	float: right;
}

#mainArea #cts02-img p {
	margin-top: 7px;	
	color: #666;	
}

#mainArea #cts03-flow {
	padding: 30px 0 0 10px;	
}

#mainArea #cts03-l {
	float: left;
	width: 420px;
	margin-top: 36px;
}

#mainArea #cts03-img {
	float: right;
	margin-top: 24px;
}

#mainArea .cts04-img01 {
	float: left;
	padding-left: 10px;	
}

#mainArea .cts04-img02 {
	float: right;
	padding-right: 10px;
}


/* accordion */



#acc h4{
	cursor:pointer;	
	width: 800px;
	height: 88px;
	display:block;
	text-indent:-9999px;
	margin-bottom: 27px;
}

#acc h4:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#acc .acc-section {
	overflow:hidden;
}

#acc #cts01 h4 {
	background: url(../img/index_cts01.jpg) no-repeat;
}

#acc #cts01 .acc-selected {
	background: url(../img/index_cts01_c.jpg) no-repeat;
}




#acc #cts02 h4 {
	background: url(../img/index_cts02.jpg) no-repeat;
}

#acc #cts02 .acc-selected {
	background: url(../img/index_cts02_c.jpg) no-repeat;
}

#acc #cts03 h4 {
	background: url(../img/index_cts03.jpg) no-repeat;
}

#acc #cts03 .acc-selected {
	background: url(../img/index_cts03_c.jpg) no-repeat;
}

#acc #cts04 h4 {
	background: url(../img/index_cts04.jpg) no-repeat;
}

#acc #cts04 .acc-selected {
	background: url(../img/index_cts04_c.jpg) no-repeat;
}

#acc #cts05 h4 {
	background: url(../img/index_cts05.jpg) no-repeat;
}

#acc #cts05 .acc-selected {
	background: url(../img/index_cts05_c.jpg) no-repeat;
}


#acc h6 {
	cursor:pointer;		
	text-align: center;
	margin: 30px 0 45px;
}


