@charset "utf-8";

/* -----------------------------------------------------------
 File name:     style-blog.css
 Style Info:     FLATzブログCSS
----------------------------------------------------------- */
/* -----------------------------------------------------------
import
----------------------------------------------------------- */
/* default Style*/
@import url("default.css");

/* thickbox*/
@import url("thickbox.css");

/*------------------------------------------------------------
	Link
----------------------------------------------------------- */

a:link {color:#e64700;text-decoration:underline;font-weight:bold;}
a:visited {color:#e64700;text-decoration:underline;font-weight:bold;}
a:hover {color:#e64700;text-decoration:none;font-weight:bold;}

/* -----------------------------------------------------------
ヘッダー、ナビゲーション
----------------------------------------------------------- */

/* #mainbg
----------------------------------------------------------- */
#mainbg {
	text-align: center;
	background-color: #efefef;
	background-image: url(images/blog/bg_main_head.jpg);
	background-repeat: repeat-x;
}

#mainbg:after { /*clearFix*/
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* #header
----------------------------------------------------------- */
#header {
	width: 800px;
	margin:0px auto;
	text-align:left;
}

#header:after { /*clearFix*/
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* #logo */
#logo {
	float: left;
	width:500px;
	height: 110px;
}

#logo h1 {
	color:#666666;
	line-height: 1.2em;
	display: block;
	margin-top: 10px;
	height: 20px;
	font-size: small;
}

#logo span a {
	color:#666666;
	line-height: 1.2em;
	display: block;
	height: 20px;
	font-size: small;
}

#logo h2 {
	background:url(images/blog/logo.jpg) no-repeat;
	width:140px;
	height:50px;
	display: block;
	margin:0px;
	top: 50px;
	position: absolute;
}
#logo h2 a {
	width:140px;
	height:50px;
	display: block;
}

/*  #information
----------------------------------------------------------- */
#information {
	float: right;
	width: 290px;
	height: 110px;
}

#information #contact {
	float:right;
	width: 290px;
	text-indent:-9999px;
	margin-bottom:10px;
}

#information #contact span {
	margin:0px;
	width: 290px;
	height: 35px;
	display: block;
	padding: 0px;
}

#information #contact span.tel {
	background:url(images/blog/head_tel.jpg) no-repeat;
}

#information #contact span.contact,#information #contact span.contact a {
	background:url(images/blog/head_contact.jpg) no-repeat;
}

/* #h-nav
----------------------------------------------------------- */
#h-nav {
	width: 290px;
	display: block;
	text-indent:-9999px;
}

#h-nav li,#h-nav li a {
	background-repeat: no-repeat;
	height: 15px;
	float:left;
}

#h-nav li.access,#h-nav li.access a {
	background-image: url(images/blog/headnav_01.jpg);
	width: 115px;
}

#h-nav li.privacy,#h-nav li.privacy a {
	background-image: url(images/blog/headnav_02.jpg);
	width: 155px;
}

#h-nav li.sitemap,#h-nav li.sitemap a {
	background-image: url(images/blog/headnav_03.jpg);
	width: 95px;
}

/* #g-nav
----------------------------------------------------------- */
#g-nav {
	width: 800px;
	display: block;
	height: 45px;
	margin: 0px auto;
	text-indent:-9999px;
}
#g-nav li,#g-nav li a {
	background-repeat: no-repeat;
	height: 45px;
	float:left;
	}

#g-nav a:hover {
	background-position:0px -45px;
}

#g-nav li.home,#g-nav li.home a {
	background-image: url(images/blog/gnav_01.jpg);
	width: 80px;
}

#g-nav li.service,#g-nav li.service a {
	background-image: url(images/blog/gnav_02.jpg);
	width: 90px;
}

#g-nav li.corporate,#g-nav li.corporate a {
	background-image: url(images/blog/gnav_03.jpg);
	width: 90px;
}

#g-nav li.news,#g-nav li.news a {
	background-image: url(images/blog/gnav_04.jpg);
	width: 80px;
}

#g-nav li.contact,#g-nav li.contact a {
	background-image: url(images/blog/gnav_05.jpg);
	width: 170px;}

#g-nav li.recruit,#g-nav li.recruit a {
	background-image: url(images/blog/gnav_06.jpg);
	width: 90px;
}

#g-nav li.blog,#g-nav li.blog a {
	background-image: url(images/blog/gnav_07.jpg);
	width: 100px;
}

#g-nav li.yakan,#g-nav li.yakan a {
	background-image: url(images/blog/gnav_08.jpg);
	width: 100px;
}

/* -----------------------------------------------------------
フッター
----------------------------------------------------------- */

/* #footer
----------------------------------------------------------- */
#footerbg {
	background:#ffffff url(images/blog/bg_main_foot.jpg) repeat-x;
	margin:0px;
}

#footerarea{
	background:#ffffff url(images/blog/bg_foot.jpg) no-repeat;
	height: 220px;
	width: 800px;
	margin-left:60px;
	float:left;
	text-align:left;
}

*html body div#footerarea {
	background:#ffffff url(images/blog/bg_foot.jpg) no-repeat;
	height: 220px;
	width: 800px;
	margin-left:30px;
	float:left;
	text-align:left;
}

/*フッター共通要素はdefault.cssにあります*/

/* -----------------------------------------------------------
コンテンツエリア
----------------------------------------------------------- */

/* common
----------------------------------------------------------- */
.arrow-l a{
	background: url(images/common/arrow_l.gif)  no-repeat right;
	margin-top: 10px;
	padding-right: 25px;
	text-align: right;
	display: block;
	clear:both;
}

.arrow-u a{
	background: url(images/common/arrow_u.gif)  no-repeat right;
	margin-top: 10px;
	padding-right: 25px;
	text-align: right;
	display: block;
	clear:both;
}

.arrow-s a{
	background: url(images/common/arrow_s.gif) no-repeat;
	padding-left: 22px;
}

.bg-gray{
	background: url(images/common/bg_gray.gif);
}

/* h2
----------------------------------------------------------- */
h2 {
	text-indent: -9999px;
	width: 800px;
	height: 140px;
	margin: 0px auto;
}

h2.blog {background:url(images/blog/title_blog.jpg);}

/* #contents
----------------------------------------------------------- */
#contents{
	background:#FFFFFF url(images/blog/bg_contents.jpg) no-repeat;
	width: 800px;
	margin:0px auto;
	text-align:left;
}
	
#contents:after { /*clearFix*/
	content: ".";
	display: block;
	visibility: hidden;
	height: 1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
	
#contents .inner{
	padding-top: 30px;
	margin: 0px 30px;
}

/* #main
----------------------------------------------------------- */
#main {
	float: left;
	width:530px;
}

#main h3{
	background: url(images/common/h3_icon.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 20px 30px;
	color:#403232;
	font-size:x-large;
	font-weight:normal;
	line-height: 1.0em;
}

#main h3 a:hover{ color:#403232; }

#main h4{
	color:#700805;
	font-size: large;
	font-weight: bold;
	line-height: 1.5em;
}

#main h4 a:hover{ color:#700805; }


/* #sub
------------------------------------------------------------*/
#sub {
	float: right;
	width:190px;
}

/* search form */
#sub #searchform{
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 10px;
	text-align: center;
}
#sub #searchform p {
	padding:0;
	margin:0;
}
#sub #searchform p .form{
	width:120px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float:left;
}
#sub #searchform p .input{
	float:right;
}

/* sub nav */
#sub ul.s-nav { margin: 0px; }

#sub ul.s-nav li {
	background: url(images/common/snav_off.gif) no-repeat #eeeeee;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 5px 3px 15px;
	font-size:medium;
	font-weight:bold;
	line-height:1.4em;
	display: block;
}

#sub ul.s-nav li.he { background: url(images/common/snav_on.gif) no-repeat #EC5E00; }
#sub ul.s-nav li.he a {
	color:#ffffff;
	text-decoration:none;
}

#sub .s-nav-end {
	background: url(images/common/bg_snav.gif) no-repeat;
	width: 190px;
	height: 5px;
	padding: 0px;
	margin-bottom: 10px;
}

/* #sub h3 */
#sub h3,#sub h3 a {
	height: 45px;
	width: 190px;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	display:block;
}

#sub div.subnav h3 { background: url(images/blog/h4_service.gif) no-repeat; }
#sub div.news h3 { background: url(images/blog/h4_news.gif) no-repeat; }
#sub div.blog h3 { background: url(images/blog/h4_blog.gif) no-repeat;}
#sub div.blog-category h3 { background: url(images/blog/h4_blog_category.gif) no-repeat;}
#sub div.yakan h3 { background: url(images/blog/h4_yakan.gif) no-repeat;}
#sub div.popular h3 { background: url(images/blog/h4_popular.gif) no-repeat;}

/* #sub ul li */
#sub ul {margin-bottom:10px;}

#sub ul li {
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
	padding:3px 5px;
	/*font-size:small;*/
	line-height:1.4em;
	display: block;
}

#sub ul li a {
	font-weight:normal;
}



/*------------------------------------------------------------
	記事部分
------------------------------------------------------------*/
.blogpage {padding-bottom:20px;}

.blogpage .breadcrumb {
	font-size:small;
	margin-bottom:10px;}

.blogpage h3 {}

.blogpage .item h2{
	background-image:none;
	height:auto;
	width:auto;
	padding:10px 0px;
	text-indent:0px;
	font-size:x-large;
	font-weight:bold;
}
.blogpage .item h3{}
.blogpage .item h3 a{color:#e64700;}

.blogpage .item .text h1,
.blogpage .item .text h2,
.blogpage .item .text h3,
.blogpage .item .text h4,
.blogpage .item .text h5,
.blogpage .item .text h6{
	background-image:none !important;
	background-repeat:no-repeat !important;
	height:auto; width:auto;
	padding:15px 0px 5px 0px !important;
	text-indent:0px;
	color:#403232 !important; }

.blogpage .item .text h1{
	font-size:x-large;
	font-weight:bold;
}
.blogpage .item .text h1 a{ color:#403232; }

.blogpage .item .text h2{
	font-size:x-large !important;
	font-weight:normal;
}
.blogpage .item .text h3{
	font-size:large !important;
	font-weight: bold !important;
	}
	
.blogpage .item .text h4{
	font-size:large !important;
	font-weight:normal !important;
	}
	
.blogpage .item .text h5{
	font-size:normal !important;
	font-weight:bold !important;
	}
	
.blogpage .item .text h6{
	font-size:normal !important;
	font-weight:normal !important;
	}

.blogpage .item .text ul { margin-left: 35px; }
.blogpage .item .text ul li {
	list-style-type:disc;
	list-style-position:outside;
}
	
.blogpage .item .text ol { margin-left: 35px; }	
.blogpage .item .text ol li {
	list-style-type:decimal;
	list-style-position:outside;
	}
	
.blogpage .item .text blockquote {
	background-color:#dddddd;
	margin:10px 0px;
	padding:10px 10px 5px 10px ;}
	
.blogpage .item .text code {
	background-color:#dddddd;
	margin:10px 0px;
	padding:10px 10px 5px 10px ;
	display:block;
	}
	
.blogpage .item .text pre {}

.blogpage textarea#comment{width:520px;}

.wp_pagenavi {
width:530px;
margin:0px auto 20px;}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	font-size:small;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e64700;
	color: #e64700;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	color: #FFFFFF;
	background-color: #e64700;
}
.wp-pagenavi span.pages {
	font-size:small;
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #e64700;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend  {
	font-size:small;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #e64700;
	color: #000000;
	background-color: #FFFFFF;
}



/* -----------------------------------------------------------
print.css
----------------------------------------------------------- */
/* default Style*/
@import url("default.css");
