@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :suruga (admin)
 style info :トップページへ、適用
 .topBody
 .tab
 .accodion
 .free_tag
=================================================================== */
/* -----------------------------------------------------------
	.topdody
		トップページ
----------------------------------------------------------- */
#contents {
	width: 880px;
	margin: 200px auto 0;
	padding: 20px 20px 25px;
}

#main{
	border: 1px solid #ddd;
	padding: 0;
	margin-right:10px;
}
.topBody h2{
	font-size:120%;
	margin-bottom:10px;
}
.topBody .headline_img{
	width:548px;
	height:78px;
	margin: 34px 0 0 -440px;
	position:absolute;
	left:50%
	
}
/*
tab 
------------------------------------------------------------*/
.notabNav li.del_tab a{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	top:-9999px;
}
.tabContainer {
}
.tabContainer div {
	min-height:200px;
	background-color:#fff; 
	color:#555;
}

.tabContainer ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.notabNav li {
	float:left;
	background: url(../img/top/tab_link.jpg) no-repeat right top; 
}
.notabNav li.tab1 {
	width:214px;
}
.notabNav li.tab2 {
	width:211px;
	background: url(../img/top/tab_link.jpg) no-repeat right top; 
}
.notabNav li.tab3 {
	background: url(../img/top/tab_link_hoge.jpg) no-repeat right top; 
	width:215px;
}

.notabNav li a {
	background:#d1e9ff url(../img/top/tab1_link.jpg) no-repeat right top; 
	display:block;
	padding:.3em .6em;
	border:0;
	color:#40659a;
	font-weight:bold;
	text-decoration:none;
}
.notabNav li a {
	background:none; 
}
.tab_box{
	float:left;
	width:200px;
	padding:10px 0 10px 10px;
}
#tab1-1 {
	clear: left;
}
.tab_box h3 ,tab_box p{
	padding:5px 0 0;
}
/*
.notabNav li.tab1 .active,
.tab1 a:hover {
	background: url(../img/top/tab1_act.jpg) no-repeat right top; 
}
.notabNav li.tab2 .active,
.tab2 a:hover  {
	background: url(../img/top/tab_act.jpg) no-repeat right top; 
}
.notabNav li.tab3 .active,
.tab3 a:hover  {
	background: url(../img/top/tab_act_hoge.jpg) no-repeat right top; 
}
*/
.notabNav li .active a {
	color:#555; 
}

/*
accodion
------------------------------------------------------------*/
.accordion {
}
.accordion dt {
	height:29px;
	padding:10px 6px 0; 
	background: url(../img/top/sub_headline.png) no-repeat center center ; 
	color:#234e86; 
	font-weight:bold; 
	cursor:pointer; 
}
.accordion dt:hover {
	background:#fff url(../img/top/sub_headline_o.png) no-repeat center center;
	color:#dde7eb;
}
.accordion .open {
	background:#fff url(../img/top/sub_headline_act.png) no-repeat center center;
}
.accordion dd {
	overflow:hidden; background:#fff;
}
.accordion span {
	display:block;  
	margin:10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #9bbece;
	border-top:none; 
	color:#9bbece;
}
.accordion span small{
	font-size:80%;
}
#sub{
	margin-top:0;
}
