@charset "UTF-8";

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

 Style Info:     各ページの共通スタイル設定
 File name:      common.css
 Last update:    2009.10.23
----------------------------------------------------------- */

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
body{
	font-family:"Hiragino Maru Gothic Pro" ,"HG丸ゴシックM-PRO" ,verdana ,arial ,sans-serif;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-color:#ececec;
}
#wrapper{
	width:950px;
	margin:0 auto 0 auto;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header{
	padding:16px 0 10px 0;
	position:relative;
}
h1{
	margin-bottom:26px;
}
#header ul#globalNavi li{
	float:left;
}
#header div#search{
	background-image:url(../images/head_search_bg.png);
	background-repeat:no-repeat;
	width:288px;
	height:46px;
	position:absolute;
	left: 611px;
	top: 80px;
}
#header ul#headWebService {
	position:absolute;
	width:130px;
	left: 766px;
	top: 7px;
}
#header ul#headWebService li{
	float:left;
}
#header ul#headWebService li.twit{
	margin-right:13px;
}
#header p.ug{
	position:absolute;
	top:138px;
	left:786px;
}
#header p.balloon{
	position:absolute;
	left: 198px;
	top: 99px;
	width:86px;
	height:53px;
	background-image:url(../images/navi_regist_balloon.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#header #search{
	position:relative;
}
#header #search span.search_text input{
	position:absolute;
	height:21px;
	width:181px;
	border:none;
	left: 12px;
	top: 10px;
	font-size:125%;
	padding:5px;
}
#header #search span.search_btn{
	position:absolute;
	left: 210px;
	top: 9px;
}
p.mainPic{
	margin-bottom:20px;
}
/*----------------------------------------------------
	コンテンツ領域
----------------------------------------------------*/

#content{
	margin-bottom:32px;
}
#mainCol{
	width:709px;
	float:left;
}
#subCol{
	width:225px;
	float:right;
}

/*----------------------------------------------------
	メインカラム
----------------------------------------------------*/
#mainCol h2{
	margin-bottom:13px;
	background-image:url(../images/h2_bg.png);
	background-repeat:no-repeat;
	height:41px;
	padding:8px 0 0 20px;
	color:#FFF;
	font-size:125%;
}

	/*----------------------------------------------------
		エントリー
	----------------------------------------------------*/
	#mainCol .entry{
		background-image:url(../images/entry_bottom.png);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#mainCol .entry h3{
		background-image:url(../images/h3_bg.png);
		background-repeat:no-repeat;
		height:37px;
		padding:12px 0 0 19px;
		color:#FFF;
		font-size:94%;
	}
	#mainCol .entryContent{
		background-color:#FFF;
		padding:16px 37px 1em 37px;
		font-size:81%;
		line-height:1.6em;
	}
	#mainCol .entryContent ul{
		padding-left:2em;
		margin-bottom:1em;
	}
	#mainCol .entryContent ul li{
		font-size:100%;
		line-height:1.6em;
		list-style-type:disc;
	}
	#mainCol .entry p.entryBottom{
		margin-bottom:0;
	}
	#mainCol p.pagetop{
		text-align:right;
		margin-right:30px;
	}
	#mainCol .entryContent h4{
		font-size:115%;
		border-bottom:2px solid #474747;
		margin-bottom:1em;
	}
	#mainCol .entryContent h5{
		font-size:108%;
		color:#363;
	}
	


	
/*----------------------------------------------------
	サブカラム
----------------------------------------------------*/
#subCol #ads{
	margin-bottom:12px;
	width:225px;
}
#subCol #ads p{
	margin-bottom:0;
}
#subCol #ads p.adsBottom img{
	vertical-align:top;
}
#subCol #ads iframe{
	background-color:#FFF;
	width:205px;
	padding:0 10px 0 10px;
}
#subCol #guest{
	background-color:#FFF;
}
#subCol #guest h2{
	margin-bottom:13px;
}
#subCol #guest ul{
	text-align:center;
}
#subCol #guest ul li{
	margin-bottom:18px;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer{
	clear:both;
	background-color:#474747;
}
#footerInner{
	width:950px;
	margin:auto;
	position:relative;
	padding:19px 0 80px 0;
}
#footerInner ul#footer_navi{
	margin-bottom:6px;
}
#footerInner ul#footer_navi li{
	float:left;
	margin:0 19px 0 0;
}
#footerInner address{
	clear:both;
	margin-bottom:14px;
}
#footerInner ul#footerWebService li{
	float:left;
	margin-right:5px;
}
#footerInner p.footerUg{
	position:absolute;
	top:95px;
}

#footerInner .wordpress{
	position:absolute;
	left: 767px;
	top: 18px;
}

/*----------------------------------------------------
	固定ページ
----------------------------------------------------*/
.page #mainCol .entryContent h3{
	background-image:none;
	height:100%;
	padding:0;
	font-size:115%;
	border-bottom:2px solid #474747;
	margin-bottom:1em;
	color:#000;
}
.page #mainCol .entryContent h4{
	font-size:108%;
	color:#363;
	border:none;
}
p.pageHead{
	background-image:url(../images/pagehead_bg.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:0;
}


/*----------------------------------------------------
	汎用
----------------------------------------------------*/
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=60);
}

th{
	border-bottom:1px solid #dd8200;
	padding:5px 5px 5px 0;
	vertical-align:top;
	white-space:nowrap;
}
td{
	border-bottom:1px solid #a8a8a8;
	padding:5px 5px 5px 0;
	vertical-align:top;
}
.input textarea,
.input input{
	border:1px solid #878787;
	padding:3px;
}
.note{
	color:#F00;
}
.end{
	text-decoration:line-through;
}