@charset "EUC-JP";
/*----共通設定----*/

*{
	margin:0px;
	padding:0px;
}

body{
	behavior:url("css/csshover.htc");
}

a,div,span,p,h1,h2,h3,h4,h5,h6,ul,li{
	overflow: hidden;
}
a{
	color:#336699;
}
a:link{
	color:#336699;
}
/*
a:visited{
	color:#663300;
}
*/
a:hover{
	color:#FF9900;
}
ul{
	list-style-type: none;	
}
img{
	border:none;
}



li{
	margin-top:30px;
}

/*----共通クラス----*/
/*配置など*/
	.clears{
		display:block;
		clear:both;
		visibility: hidden;
		height: 0px;
		margin: 0px;
		padding: 0px;
		*position: absolute;
	}
	.inner_10{
		margin:10px;
	}
	.a_right{
		text-align:right;
	}
	.a_center{
		text-align:center;
	}
	.f_left{
		float:left;
	}
	.f_right{
		float:right;
	}
/*文字関連*/
	.normal{
		font-size:80%;
	}
	.small{
		font-size:70%;
	}
	.ex-small{
		font-size:70%;
	}	
	.large{
		font-size:90%;
	}	
	.ex-large{
		font-size:100%;
	}	
	.bold{
		font-weight:700;
	}
	.blue{
		color:#0000cc;
	}
	.gray{
		color:#D3D3D3;
	}
	.pink{
		color:#FF8E8E;
	}

/* レイアツウト関連 */

#header{
	width:auto;
	height:auto;
	border-bottom:1px #DCDCDC solid;
}

#header h1{
	font-size:12px;

}


#outer{
	width:850px;
	height:auto;
	padding-left:60px;
	
}

#content-box{
	width:800px;
	height:auto;
	padding-top:50px;
	
}

#content-box h2 {
	font-size:14px;
}
#content-box h3 {
	font-size:14px;
}

#content-box p {
	margin-top:5px;
	margin-bottom:50px;
}

.disc{
	width:680px;
	margin-top:50px;

}

.h_disc{
	
}


#zukai {
	width:727px;
	height:414px;
	background-image:url(zukai_bg.jpg) ;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}

#zukai_left {
	padding:14px 0 0 38px;
	width:280px;
	float:left;
	text-align:center;
}

#zukai_right {
	padding:14px 30px 0 0 ;
	width:280px;
	float:right;
	text-align:center;
}


