@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/



/* general params
--------------------*/
#main h1{
display:inline;
line-height: 0;
text-align:center;
float:left;
}

#main p{
float:right;
}

#content {
border-bottom:none;
margin-top:0;
}

#content #index {
	float:right;
	width:680px;
	margin-top:40px;
}

#content #index p {
font-size:12px;
line-height:1.6;
margin:0 40px;
}

#content #index h2 {
margin:30px 20px 0 30px;
padding:0 0 5px 10px;
border-bottom:1px solid #EEEEEE;
}


#content #index ul {
}

#content #index ul li {
border-bottom:1px solid #EEEEEE;
margin:10px 20px;
padding-bottom:8px;
padding-left:40px;
font-weight:bold;
background-image:url(/special/common/images/arrow.gif);
background-repeat:no-repeat;
background-position: 15px -2px;
color:#666666;
}


#content #banner {
float:left;
width:278px;
margin-top:40px;
}

#content #banner h2 {
display:none;
}


#content #banner ul {
}

#content #banner ul li {
margin:7px 0 10px 40px;
}


#footer {
	border-top:none;
}
