@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
	index.html
-----------------------------------------------*/

/* CONTENTS SIDE
-----------------------------------------------*/
#contents {
	width: 670px;
	float:left;
	display:inline;
	padding-left:30px;
	margin-top:20px;
	color:#FFFFFF;
}
#col_l {
	width:330px;
	float:left;
	display:inline;
}
#col_r {
	width:330px;
	float:right;
	display:inline;
}
#contents p {
	margin:10px 30px 20px 30px;
	line-height:150%;
}
#contents ul {
	margin:10px 10px 0px 35px;
	list-style-type:none;
	line-height:180%;
}
.li_nomal {
	background:url(../common/images/arrow.gif) left center no-repeat;
	text-indent:20px;
}
.li_report {
	float:left;
	background:url(../common/images/arrow_report.gif) left center no-repeat;
	text-indent:17px;
	margin-right: 20px;
}
#contents a:link {
	color: #ffffff;
	text-decoration: none;
}
#contents a:visited {
	color: #eeeeee;
	text-decoration: none;
}
#contents a:hover {
	color:#FF9999;
	text-decoration: underline;
}
#contents a:active {
	color: #ffffff;
	text-decoration: none;
}

/* inner fade
-----------------------------------------------*/

ul#main_img {
	width:960px;
	height:279px;
	list-style:none;
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.fade {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}



/* FLIER SIDE
-----------------------------------------------*/
#flier {
	width: 260px;
	float:right;
	display:inline;
	margin-top:30px;
	color:#FFFFFF;
}

#flier img{
	margin:0 30px;
}

#flier p{
text-align:center
}