@charset "UTF-8";

/*	sitemap
-------------------------------------------------------------------*/
#main{
	width:750px;
	float:left;
	padding-top:18px;
}
#sidebar{
	width:180px;
	float:right;
}
h1{
	width:750px;
	background:url(/img/common/h1_large.gif) no-repeat 0 0;
	height:45px;
	padding:8px 0 0 10px;
	font-size:120%;
	color:#FFF;
}
#main h2{
	background:url(/img/common/h2_large.gif) no-repeat 0 0;
	font-weight:bold;
	padding-left:15px;
	height:32px;
	line-height:32px;
	margin-bottom:10px;
}
#main h3{
	font-weight:bold;
	background:url(/img/common/line_dot.gif) repeat-x 0 100%;
	padding-bottom:5px;
	margin-bottom:15px;
	clear:both;
}
#main p,
#main ul{
	margin-bottom:15px;
}

#main ul li{
	float:left;
	width:33%;
}
#main h3 a{
	background:url(/img/icon/arrow.gif) no-repeat 0 2px;
	padding-left:13px;
}
#main ul li a{
	background:url(/img/icon/arrow_small.gif) no-repeat 0 40%;
	padding-left:7px;
}

/*==================================================================
	clearfix
===================================================================*/
#main ul:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
#main ul{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #main ul{
	height:1%;
	}
#main ul{
	display:block;
	}

