@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body	{
	margin:0;
	padding:0;
	font-size:0.7em;
	line-height:160%;
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	

p, ul, ol, dl, dd, li, pre, boloquote, form, table, fieldset	{
	margin:0;
	padding:0;
}
img, fieldset, hr {
	border:none;
}
ul, li, dl, dt, dd	{
	list-style:none;
}

a img {
	border:0px;
}

a, a:link, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#0788d2;
	border:none;
	text-decoration:underline;
}
#contentsbg{
	margin:0 auto;
	width:1190px;
	background:url(../images/bg11902.jpg) no-repeat;
	
}
#header{
	width:782px;
	margin:0 auto;
	height:65px;
}

#wrapper{
	width:782px;
	margin:0 auto;
}

#wrapper #contents{
	width:782px;
	background:url(../images/sideshadow.png) repeat-y;
}

#contents .stit{
	padding-top:15px;
	padding-left:25px;

}

 ul	{
	margin:20px 0 20px 20px;
}
 ul li	{
	float:left;
_display:inline;
	margin:0 20px 20px 0px;
}

#what{
	padding-left:5px;
	position:relative;
}



#what .info_text{
	position:absolute;
	left:38px;
	top:97px;
	width:200px;
}


#what .info_text2{
	position:absolute;
	left:287px;
	top:97px;
	width:200px;
}



#what .info_text3{
	position:absolute;
	left:534px;
	top:97px;
	width:200px;
}

#what .info_text4{
	position:absolute;
	left:37px;
	top:222px;
	width:200px;
	line-height:120%;
}


#what .info_text5{
	position:absolute;
	left:287px;
	top:221px;
	width:200px;
}


#what .info_text6{
	position:absolute;
	left:534px;
	top:221px;
	width:200px;
}









/* clear
--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* for IE7 \*/
*+html .clearfix {
	display: inline-block;
}
