@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     コンテントページのスタイル設定
 File name:      content.css
 Last update:    2009.12.10
----------------------------------------------------------- */
body#contents{
	background-image:url(../images/body_bg_2nd.png);
	background-repeat:repeat-x;
}
#content #main{
	width:586px;
	float:left;
}
#content #sub{
	width:289px;
	float:right;
}
body#contents p#main_pic{
	margin-bottom:30px;
}

/*----------------------------------------------------
ニューストップ
----------------------------------------------------*/

body#contents #content div.entry_list{
	margin-bottom:30px;
}
body#contents #content div.entry_list h2{
	margin-bottom:16px;
}
body#contents #content div.entry_list ul{
	margin-bottom:3em;
	font-size:88%;
}
body#contents #content div.entry_list ul li{
	border-bottom:1px dotted #ccc;
	line-height:1.8em;
}
body#contents #content div.entry_list ul li img{
	vertical-align:middle;
	margin-right:10px;
}
body#contents #content div.entry_list p.more{
	text-align:right;
	font-size:75%;
	border-top:1px solid #CCC;
}
.more a{
	background-image:url(../images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:8px;
}

/*----------------------------------------------------
記事
----------------------------------------------------*/
#content div#main h2{
	margin-bottom:40px;
}
#content div.entry h2{
	margin-bottom:20px;
}
#content div.entry h3{
	border-left:5px solid #0089ca;
	border-bottom:1px solid #d1d1d1;
	padding:2px 0 2px 7px;
	font-size:113%;
	font-weight:bold;
}
#content div.entry div.meta{
	font-size:63%;
	margin-bottom:30px;
}
#content div.entry p.date{
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	width:12em;
	text-align:center;
	float:left;
	padding:5px;
}
#content div.entry p.cat{
	border-right:1px solid #d1d1d1;
	width:16em;
	text-align:center;
	float:left;
	padding:5px;
}
#content div.entry div.entry_body,
#content div.entry ul{
	font-size:88%;
	clear:both;
	margin-bottom:30px;
}
#content div.entry ul.banner{
}
#content div.entry ul.banner li{
	float:left;
}
#content div.entry ul.banner li.firstChild{
	margin-right:14px;
}
/*----------------------------------------------------
サブ
----------------------------------------------------*/
#sub div#archives h2,
#sub div#category h2{
	margin-bottom:6px;
}
#sub div#archives{
	margin-bottom:20px;
}
#sub div#archives ul,
#sub div#category ul{
	font-size:75%;
	padding:0 5px;
}
#sub div#archives ul li,
#sub div#category ul li{
	list-style-type:disc;
	border-bottom:1px dotted #666;
	list-style-position:inside;
	line-height:2em;
}
	

