@charset "UTF-8";

/* =======================================

	Layout CSS

========================================== */

html, body{}

body{line-height:1.5;}

/* h1 ~ h6 Config */
h2, h3, h4, h5, h6, {
	line-height:1.5;
}


/* ------------------------------------------

      #MAIN-Visual

------------------------------------------ */
#mainvisual {
	width:895px;
	margin:10px auto 13px;
}


/* ------------------------------------------

      #MAIN

------------------------------------------ */
#main{
}

	#main-top h2{
		background:url(../about/image/main-ttl-top.png) 0 0 no-repeat;
	}

	#main p{
	}
		
	#main h3{
		padding-top:30px;
		margin:0 0 20px -1px;
	}
	
	#main table {
		width:557px;
		margin-bottom:90px;
	}
	
	#main table tr{}
	
	#main table th{
		background:url(../image/list-icon01.png) 16px 20px no-repeat;
		width:92px;
		color:#2a395c;
		letter-spacing:1px;
		font-weight:bold;
		padding:14px 0 14px 25px;
		border-right:1px dotted #c7c7c7;
		border-bottom:1px dotted #c7c7c7;
	}
	
	* html #main table th{
		background-position:16px 22px;
	}
	
	*:first-child+html #main table th{
		background-position:16px 22px;
	}
	
	#main table td{
		width:424px;
		padding:14px 0 14px 15px;
		vertical-align:top;
		border-bottom:1px dotted #c7c7c7;
	}
	
	#main table .border-none {
		border-bottom:none;
	}
	

