@charset "utf-8";

@import url("../commons/styles/default.css");
@import url("../commons/styles/common.css");

/* ===================================================================
 style info : 個別css
=================================================================== */

#container {
	background:#fff ;
	border-left: 1px solid #ccc;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#billing {
	background:url("../commons/img/pc/billing_gray.png") no-repeat 50% 120px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.panes {
	padding:0 20px 0 36px;
}


/* =Content-- */

#content {
	float: left;
	margin: 0 -160px 36px 0;
	width: 700px;
	min-height:400px;
}

#content,
#content input,
#content textarea {
	color: #333;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}

#content pre,
#content kbd,
#content tt,
#content var { line-height: 21px; }
#content code {}
#content dt,
#content th { color: #000; }
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { 
color: #000;
line-height: 1.5em
margin: 0 0 20px 0;
}

.hentry {
	padding: 0 40px 90px 0;
}

#content .entryHeader{
	display: block
}

#content .entry-title {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	padding:15px 0 0;
	margin-bottom: 0;
	background: url(../commons/img/pc/news-bar.gif) no-repeat 0 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #00aa72;
}

.entry-meta {
	color: #888;
	font-size: 1em;
}

.entry-content {
	clear: both;
	padding: 10px 0px;
}

.entry-content p {
	clear: both;
	padding: 10px 0px;
	font-size: 1em;
	line-height:1.8em;
}

.entry-content p a {
	color:#00aa72;
	text-decoration:underline;
}
.entry-content p img{
	max-width:80%;
	height: auto;
	padding:10px 0;
}
 

h2.archive-title {
	color: #000;
	font-size: 1em;
	font-family: "HelveticaNeue", "Lucida Grande","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック";
	line-height: 1em;
	padding:0 0 20px;
	margin-bottom: 2em;
}

h2.archive-title span{
	font-size: 1.2em;
	font-weight:bold;
	margin-top:-.2em;
	display:inline-block;
}


/* =Widget Areas -- */

#primary {
	float: right;
	overflow: hidden;
	width: 120px;
}

.widget-area ul {
	overflow:hidden;
}

.widget-container,
.widget {
	margin-bottom: 30px;
}
.widget-container h3,
.widget h3{ 
	margin-bottom: 2px;
}
.widget-container ul,
.widget ul{ 
	padding:4px 0 !important;
}
.widget-container ul li,
.widget ul li{
	padding: 4px 0 12px !important;
}
.widget-title { 
	display:block;
	height:12px;
}
.widget-area a:link,
.widget-area a:visited {
	color:#666;
	font-size:.85em;
	line-height:1.1em; 
	text-decoration:none;
}
.widget-area a:active,
.widget-area a:hover {
	color:#999;
	text-decoration: underline;
}
#recent-posts-3 h3 {
	text-indent:-9999px;
	background: url("./img/news-entry.png") no-repeat 0 0px;
}
#archives-3 h3 {
	text-indent:-9999px;
	background: url("./img/news-archive.png") no-repeat 0 0px;
}