@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 0000-00-00
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);
@import url(page_common.css);

/* reset ----------*/
html { background:none;}

/* info6_container ----------*/
#info6_container { width:820px; margin:0 auto; padding-bottom:30px;}
#info6_container h2 { font-size:16px; font-weight:bold; margin-bottom:10px;}

/* info6_t ----------*/
#info6_t { width:820px; padding:20px 0; height:40px; position:relative;}
#info6_t h1 { font-size:24px; font-weight:bold; text-align:center;}
#info6_t ul { position:absolute; top:25px; right:0;}
#info6_t ul li { display:inline; margin-right:10px;}

/* section ----------*/
.section table { width:820px; border:1px solid #ccc; border-collapse:collapse;}
.section table th { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:10px; font-weight:bold; text-align:center;}
.section table th.th0 { width:50%;}
.section table th.th1 { width:15%;}
.section table td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:10px;}

