﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
div#header h2 {
	position:absolute;
	left: 5px;
	top: 49px;
}

#conts div#mainImg {
	margin-bottom: 20px;
}

#conts h2 {
	padding: 0 0 0 9px;
	margin: 0 0 20px;
	background: url(../image/common/bg_main_title.gif) left center no-repeat;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	clear: both;
}

div#conts h3,
div#conts h4 {
	background: url(../image/common/bg_main_title02.gif) repeat-x left center;
	line-height: 25px;
	color: #000;
	font-size: 14px;
	margin: 0 0 15px;
}

#conts p {
	margin-bottom: 20px;
}

#conts p.img {
	margin-bottom: 30px;
}

#conts div.cat p,
#conts div.img_right p,
#conts div.img_left p {
	margin: 0;
}

#conts div.img_left p.text {
	margin-bottom: 20px;
}

#conts div.img_right {
	overflow: hidden;
	zoom: 100%;
	margin-bottom: 22px;
}

#conts div.img_right p img{
	float: right;
	margin-left: 25px;
}

#conts div.cat {
	margin-bottom: 30px;
	overflow: hidden;
	zoom: 100%;
}

#conts div.cat div {
	float: left;
	width: 130px;
	margin-right: 20px;
}

#conts div.cat div.none {
	margin: 0;
}

#conts div.cat div p.picture {
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #666;
	width:120px;
	height:120px;
}

#conts div.cat div p.picture a {
	width:120px;
	height:120px;
	display: block;
	overflow:hidden;
}

#conts div.cat div p.more {
	text-align: right;
}

#conts div.img_left {
	overflow: hidden;
	zoom: 100%;
	margin-bottom: 30px;
}

#conts div.img_left p.picture img {
	float: left;
}

#conts div.img_left div {
	float: right;
	width: 420px;
}

#conts div.img_left div p.btn {
	text-align: right;
	margin-top: 5px;
}

div#conts p.pageTop {
	margin-bottom: 30px;
}

div#conts h4 {
	background: url(../image/common/bg_main_title02.gif) repeat-x left center;
	line-height: 25px;
	color: #000;
	font-size: 14px;
	margin: 0 0 15px;
}

div#conts ol {
	list-style: decimal outside;
	margin: 0 0 20px 17px;
	_margin-left: 25px;
}

.sbox_cen{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;}

html body .sbox_cen h1.stext_wht{
	margin:0 10px 0 0;}
	

/* RSS読み込み
---------------------------------------------------------*/	
ul#feed{height: 90px; overflow-x: hidden; overflow-y: scroll; margin: 0 0 22px;}
ul#feed li{border-bottom:1px dotted #CCCCCC;}
ul#feed dl{padding:4px;}
ul#feed dt{float: left; width: 110px;}
ul#feed dd{float: left; width: 460px;}

ul#feed li dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#feed li dl{display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html ul#feed li dl{ height:1%;}
ul#feed li dl{ display:block;}
/* End hide from IE-mac */
