@charset "utf-8";

/**
//=========================================//
//--------------header-------------------//
//=========================================//
*/



header {
	background:#ffffff;
	padding:5px 0 7px 0;
	border-bottom:#3261BF 2px solid;
	margin:0 0 5px 0;
}

header h1 a {
	display:block;
	text-align:center;
	width:320px;
	height:50px;
	overflow:hidden;
	margin:5px auto 0 auto;
	z-index:1;
	background-image:url(../images/top/logo.png);
	text-indent:-9999px;
	background-repeat:no-repeat;	
}



/**
//=========================================//
//--------------main-------------------//
//=========================================//
*/


#section_contents {
	margin : 10px 0 0 0;	
}



/* info
---------------------------------------------------- */
#info{
		margin : 0 10px 15px 10px;
clear:both;
}


#info li a{
display:block;
color:#444444;
font-size:15px;
line-height:1.5;
letter-spacing:-1px;
-webkit-background-size:23px 15px;
border-bottom:1px solid #c0c9cd;
overflow:hidden;
padding:8px 5px 17px 5px;
}

#info li a span{
color:#3261BF;
font-size:12px;
line-height:1.5;
}

#info li:last-child a{
border-bottom:none;
}
