@charset "Shift_JIS";

*{
	font-style:normal;
	font-weight:normal;
	font-family:sans-self;
	margin:0;
	padding:0;	
	list-style:none;
	border:none;
}



body {

	font-size:75%;
	line-height:150%;
	text-align:center;
	color:#666666;
	margin:0px;
	padding:0px;
}

a:link{
	color:#66CC33;
}
a:visited{
	color:#66CC33;
}
a:hover{
	color:#FFCC33;
	text-decoration:underline;
}

#BBox{
	width:950px;
	margin:0px auto;
	text-align:left;	
}

#header{
	width:950px;
	height:120px;
	background:url(../image/line.gif) center bottom no-repeat;
	margin-bottom:30px;
	
}

h1{
	float:left;
	padding:22px 0px 0px 0px;
}

#header ul{
	float:right;
	padding-top:40px;
}

#header ul li{
	float:left;
	padding-left:30px;
}

#main{
	clear:both;
	width:950px;
}

h2{
	text-align:center;
	padding-bottom:15px;
	border-bottom:#CCC dotted 1px;
}

#page_intro{
	width:950px;
	min-height:210px;
	padding:40px 0px;
}

#page_intro dt{
	float:left;
	width:280px;
}

#page_intro dd{
	float:right;
	width:650px;
}

#ss_contens{
	clear:both;
}


.contents_intro{
	float:left;
	width:465px;
	
	padding-bottom:15px;
}

.contents_intro2{
	float:right;
	width:465px;
	
	padding-bottom:15px;
}

.contents_intro h3,.contents_intro h4,.contents_intro2 h3,.contents_intro2 h4{
	float:left;
	width:200px;
}

.contents_intro dl,.contents_intro2 dl{
	float:right;
	width:245px;
}

#textonly,#textonly2,#textonly3,#textonly4,#textonly5,#textonly6{
	clear:both;
	width:465px;
}



#ss_contens dt{
	color:#66cc33;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}



#page_bottom{
	clear:both;
	width:950px;
	padding-top:70px;
}

#page_bottom dl{
	float:left;
	width:475px;
}

#page_bottom p{
	float:right;
	width:475px;
	text-align:right;
	padding-top:85px;
}

#footter{
	clear:both;
	width:950px;
	text-align:center;
	background:url(../image/line.gif) center top no-repeat;
	padding-top:10px;
}