@charset "Shift_JIS";

/*_______________________________________________________

	Setting CSS
	written by Toyohiro Sugita
	ST CREATIVE INC.
	info@stcd.jp
	Last updated on 2007.05.19
	 
________________________________________________________*/

body.staff_blog #contents-nav {
	clear: both;
	text-align: center;
	margin: 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
}


div#mainArea p.context {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 160%;
}

body.staff_blog h3 {
	display: block;
	clear: both;
	width: 645px;
	border: none;
	text-align: left;
	padding: 5px;
	background-color: #DE9A2A;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

body.staff_blog div#mainArea h3 a {
	color: #fff;
	text-decoration: none;
}

body.staff_blog div#mainArea .timestamp {
	clear: both;
	padding: 3px 0;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 140%;
	color: #fff;
}

body.staff_blog div#mainArea .entry-body {
	clear: both;
	margin-bottom: 15px;
	}



body.staff_blog div#mainArea .entry-footer,
body.staff_blog div#mainArea #trackback,
body.staff_blog div#mainArea #comment {
	clear: both;
	position: static;
	margin-top: 5px;
	padding: 5px 0px;
	border-top: 1px solid #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	top: 0px;
	left: 0px;
}

body.staff_blog div#mainArea #contents-nav
body.staff_blog div.paginate {
	clear: both;
	text-align: center;
	margin: 15px 0px;
	padding: 10px;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
	background-color: #FFF5E6;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*-----------------------------------------------
ブログ共通 - トラックバックエリア
-----------------------------------------------*/

div#mainArea #trackback {
	clear: both;
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

div#mainArea #trackback_title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	border-left: solid 2px #DE9A2A;
	color: #DE9A2A;
	border-bottom: 1px solid #CCCCCC;
}

div#mainArea #trackback p.url {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
}

div#mainArea #trackback p.detail,
div#mainArea #trackback p.entry {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
}

div#mainArea #trackback p.posted {
	background: #f2f2f2;
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 0px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}

/*-----------------------------------------------
ブログ共通 - コメントエリア
-----------------------------------------------*/


div#mainArea #comment {
	clear: both;
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

div#mainArea #comment_title {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	border-left: solid 2px #DE9A2A;
	color: #DE9A2A;
	border-bottom: 1px solid #CCCCCC;
}

div#mainArea #comment p.entry {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 140%;
}

div#mainArea #comment p.posted {
	background: #f2f2f2;
	margin: 10px 0 15px 0;
	padding: 3px 0 3px 0px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}

body.staff_blog .pagenavi {
	clear: both;
	width: 655px;
	margin-top: 15px;
	padding: 10px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
}

/*-----------------------------------------------
共通お問い合わせ
-----------------------------------------------*/

#mainArea #information {
	clear: both;
	margin: 10px 0;
	padding-top: 10px;
}

#mainArea #information ul {
	position: relative;
	height: 67px;
}

#mainArea #information ul li {
	float: left;
	list-style-type: none;
}

#mainArea #information ul li#free_mail,
#mainArea #information ul li#free_report {
	position: absolute;
	width: 280px;
	height: 67px;
	text-indent: -9999px;
}

#mainArea #information ul li#free_mail a,
#mainArea #information ul li#free_report a {
	display: block;
	height: 67px;
}

#mainArea #information ul li#free_mail {
	left: 0px;
}

#mainArea #information ul li#free_report {
	right: 0px;
}

#mainArea #information ul li#free_mail,
#mainArea #information ul li#free_mail a {
	background: url(../../shared/image/contact02.jpg) no-repeat 0 0;
}

#mainArea #information ul li#free_report,
#mainArea #information ul li#free_report a {
	background: url(../../shared/image/report02.jpg) no-repeat 0 0;
}

#mainArea #information ul li#free_mail a:hover,
#mainArea #information ul li#free_report a:hover {
	background-position: 0px -67px;
}


