@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :INDEXコンテンツエリア関係 他
=================================================================== */
/* news icon */

.icon01 {
margin:0 10px -5px 0;
padding:0;
background:url(../cmn/img/newsicon01.jpg) no-repeat;
}

/*  */
body {
	}

#top_wrapper{
	width:950px;
	margin:21px auto 130px;
	overflow:hidden;
}

#top_left {
	float:left;
	width:250px;
	}

#top_right {
	float:right;
	width:680px;
	}

#top_main {
	width:1550px;
	margin:0 auto;
	position:absolute;
	width:1550px;
	left: 50%;
	margin-left:-775px;

	}

#top_right .shintyaku {
	padding-left:20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top: none;
}


#top_right .shintyaku dl {
	line-height:3.2;
	display:inline;

}

#top_right .shintyaku dt {
	width:80px;
	float:left;
	border-bottom:dotted #ccc 1px;

}

#top_right .shintyaku dd {
	padding-left:90px;
	border-bottom:dotted #ccc 1px;
}
#top_right .shintyaku dd.icon01 {
	padding:0 0 0 90px;
	margin:0;
	border-bottom:dotted #ccc 1px;
	background:url(../cmn/img/newsicon01.jpg) no-repeat 0 11px;
		margin:0 0 0 90px;
}

#top_right .shintyaku dd.icon02 {
	padding-left:90px;
	border-bottom:dotted #ccc 1px;
	background:url(../cmn/img/newsicon04.jpg) no-repeat 0 11px;
	margin:0 0 0 90px;
}

#top_right .shintyaku dd.icon03 {
	padding-left:90px;
	border-bottom:dotted #ccc 1px;
	background:url(../cmn/img/newsicon03.jpg) no-repeat 0 11px;
		margin:0 0 0 90px;
}

#top_right .shintyaku dd.icon04 {
	padding-left:90px;
	border-bottom:dotted #ccc 1px;
	background:url(../cmn/img/newsicon05.jpg) no-repeat 0 11px;
		margin:0 0 0 90px;
}

/* sub center */
#subcenter {
width:680px;
background:url(../img/subcenter_bodyback.gif) bottom no-repeat;
}

#subcenter .subtit {
margin:0 0 0 1px;
padding:0;
border:none;
}

#subcenter #phtsp {
margin:0 0 0 16px;
padding:0 0 10px 0;
}

#phtsp li {
float:left;
padding:0;
margin:0 6px 0 0;
}

#phtsp li p {
width:103px;
margin:3px 0 0 0;
font-size:0.95em;
line-height:140%;
text-align:center;
}

/* ページナビ */
ul.pager{
	text-align: left;
}

ul.pager li{
	display: inline;
}

ul.pager li a {
/*	color:#fff;*/
	line-height: 13px;
	display: -moz-inline-box;
	display: inline-block;
	padding: 0.20em 0.35em;
}
ul.pager li.current a {
	color:#0c3063;
	background: #fff;
}

em { font-style: oblique; }

