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

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/contents.css");




/*-------------------------------------
 Information
---------------------------------------*/

#inform {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 0px;
}

/*ie7*/
*:first-child+html #inform {
	font-size:80%;
}
	
/*ie5-6*/
* html #inform {
	font-size:80%;
}


/**/


#inform ul {
	padding-top: 0px;
	list-style-type: none;
}
#inform ul li {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main-wrap h2 {
	margin-top: 30px;
	margin-bottom: 0px;
}
