@charset "UTF-8";

/*================================================================
common
================================================================*/

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

index -

 01,wrapper
 02,header
 03,main
 04,contents
 05,side
 06,footer

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

body {
	background-color: #FFF;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.4;
	color: #333;
	font-family: Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

a         { color: #09F; text-decoration: none;}
a:visited { color: #639;}
a:hover   { color: #39F; text-decoration: underline;}

/*
01,wrapper
----------------------------------------------------------------*/
#wrapper {
	background: url(../img/bg.png) repeat-x top;
	background-color: #FFF;
}

/*
02,header
----------------------------------------------------------------*/
#header {
	height: 160px;
	text-align: center;
}
/*--------------------------------------------------------------*/
#header h1 {
	margin-bottom: 20px;
	padding: 40px 0 0;
	text-align: center;
}

/*
04,contents
----------------------------------------------------------------*/
#contents {
	width: 1000px;
	margin: 0 auto 25px;
	padding-top: 32px;
	overflow: hidden;
}
#contents ul {
	width: 1000px;
	text-align: left;
	overflow: hidden;
}
#contents ul li {
	display: inline;
	float: left;
	width: 310px;
	margin-left: 17px;
	padding-left: 17px;
	border-left: #DDD solid 1px;
}
#contents ul li#newly {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#contents ul li dl dt {
	margin-bottom: 20px;
}
#contents ul li dl dd {
	font-size: 1.2em;
}

/*
05,headLine
----------------------------------------------------------------*/
#headLine {
	padding: 25px 0;
	background-color: #e7e2d6;
	text-align: left;
}
#headLine #headLineInner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#headLine #headLineInner dl#contactBnr {
	float: right;
	width: 240px;
}
#headLine #headLineInner dl#contactBnr dt {
	margin-bottom: 7px;
}
#headLine #headLineInner dl#contactBnr dd {
	margin-bottom: 5px;
}
#headLine #headLineInner .headLineSec {
	position: relative;
	width: 740px;
}
#headLine #headLineInner .headLineSec h2 {
	height: 16px;
	margin-bottom: 10px;
	zoom: 1;
	font-size: 0.1%;
}
#headLine #headLineInner .headLineSec p.archiveBtn {
	position: absolute;
	top: 0;
	left: 105px;
	zoom: 1;
}
#headLine #headLineInner .headLineSec ul li {
	margin-bottom: 3px;
	font-size: 1.2em;
}
#headLine #headLineInner .headLineSec ul li span {
	float: left;
	display: block;
	width: 90px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 0.857em;
}
#headLine #headLineInner .headLineSec ul li a {
	color: #333;
}

#headLine #headLineInner #headLineTopics {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #d1c8b4 solid 1px;
}
#headLine #headLineInner #headLineReform p.archiveBtn {
	left: 130px;
}


/*
06,footer
----------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#footer #link {
	margin-bottom: 5px;
}
#footer #link a {
	color: #333;
}
/*2012/04/27 SEO*/
#header h1.top_top {
background:#177A3A;
height:20px;
padding:0;
font-size:12px;
color:#ffffff;
text-align:left;
text-indent:5px;
}
#headLine #headLineInner .headLineSec h2 {
	width:120px;
	height: 16px;
	display:block;
	margin-bottom: 10px;
	zoom: 1;
	font-size: 12px;
	font-weight:bold;
}
#headLine #headLineInner .headLineSec p.archiveBtn {
	position: absolute;
	top: 0;
	left: 120px;
	zoom: 1;
}
#headLine #headLineInner #headLineReform p.archiveBtn {
	left: 120px;
}