@charset "utf-8";

/* ////////////////////////////////////////////
 *                 MT & PARTS
 * //////////////////////////////////////////// */

/* header
------------------------------------------*/
.site-description{
	position: absolute;
	top: 13px;
	left: 0;
	color: #aaa;
	font-size: 77%;
}
.logo{
	position: absolute;
	top: 25px;
	left: 60px;
}
.header-tel{
	position: absolute; 
	top: 30px;
	right: 0;
}
.gnav{
	position: absolute;
	top: 40px;
	right: 0;
}
#home .gnav{
	right: 40px;
}
.gnav li{
	display: inline;
}

/* mainvisual
------------------------------------------*/
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/* footer
------------------------------------------*/
.footer-tel{
	position: absolute;
	top: 15px;
	right: 160px;
	z-index: 100;
}
.footer-contact{
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 100;
}
.copyright{
	position: absolute;
	top: 23px;
	left: 0;
	font-size: 77%;
}
#home .footer-tel{
	right: 200px;
}
#home .footer-contact{
	right: 40px;
}
#home .copyright{
	left: 40px;
}
.footmark{
	position: absolute;
	bottom: 0;
	right: 0;
}
#home .footmark{
	display: none;
}

.footer-script img{
display:none;
}

/* sidebar
------------------------------------------*/
.snav{
	padding: 30px 0 30px 20px;
}
.snav-title{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(/images/default/lower-snav-title-bg.jpg) no-repeat 0 bottom;
}
#home .snav-title{
	padding: 0;
	background: none;
}
.snav ul li{
	margin: 0 0 20px 0;
}
.snav ul li span.level1{
	display: block;
	padding: 0 0 0 30px;
	font-size: 11px;
	background: url(/images/default/snav-btn-bg.jpg) no-repeat 3px 50%;
}
.snav ul li span.level1.current{
	background: url(/images/default/snav-btn-bg-current.jpg) no-repeat 3px 50%;
}
.snav ul li span.level1 a{
	display: block;
	color: #666;
}
.snav ul li span.level1.current a{
	color: #BF2C0D;
}
.snav ul li ul{
	padding: 15px 0 15px 20px;
}
.snav ul li ul li{
	margin: 0 0 5px 0;
	font-size: 11px;
}
.snav ul li ul li a{
	color: #666;
}
.snav ul li ul li .current a{
	color: #BF2C0D;
}
.topics{
	margin: 0 20px;
	padding: 0 0 15px 0;
	background: url(/images/default/topics-bg.png) no-repeat 0 bottom;
}
.topics h2{
	margin: 0 0 15px 0;
}
.topics ul li{
	margin: 0 0 10px 0;
	font-size: 10px;
	color: #333;
}
.topics ul li a{
	color: #333;
}

/* home
------------------------------------------*/

/* lower
------------------------------------------*/
.bread{
	padding: 30px 0 20px 0;
	font-size: 77%;
	text-align: left;
	display: none;
}
.bread .separator{
	padding: 0 5px;
}
.bread a{
	color: #666;
}
.page-title{
}
.page-title span{
	font-size: 12px;
	font-weight: normal;
}
.entry-once{
	margin: 0 0 20px 0;
}
.entry-title{
	margin: 0 0 20px 0;
	height: 44px;
	color: #fff;
	font-size: 138.5%;
	line-height: 44px;
	text-indent: 15px;
	background: url(/images/default/page-title-bg.jpg) no-repeat 0 0;
}
.entry-title a{
	color: #fff;
}
.entry-meta-area{
	margin: 40px 0 0 0;
	font-size: 77%;
}
.bookmarks{	
	float: left;
	width: 40%;
	overflow: hidden;
}
.bookmarks .bookmarks-btn{
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}
.bookmarks .twitter{
	margin: 0 5px 0 0;
}
.entry-meta{
	float: right;
	padding: 2px 0 0 0;
	width: 60%;
	text-align: right;
}
.entry-body h3{
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 36px;
	font-size: 123.1%;

	line-height: 36px;
	text-indent: 15px;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}
.entry-body h4{
	clear: both;
	margin: 1.8em 0 0.8em 0;
	padding: 10px 10px 10px 30px;
	font-size: 108%;
	background: url(/images/default/h3-bg.jpg) no-repeat 0 bottom;
}
.entry-body h5{
	clear: both;
	margin: 1.2em 0 0.8em 0;
	padding: 5px;
	font-size: 108%;
	border-bottom: #8C8474 1px solid;
}
.entry-body p{
	margin: 0 0 0.8em 0;
}
.entry-body strong{
	font-weight: bold;
}
.entry-body ol{
	margin: 0 0 20px 0;
}
.entry-body ol li{
	margin: 0 0 0 25px;
	list-style: outside decimal;
}
.entry-body ul{
	margin: 0 0 20px 0;
}
.entry-body ul li{
	margin: 0 0 0 20px;
	list-style: outside disc;
}
.entry-body ul li ul{
	margin: 0 0 15px 0;
}
.entry-body ul li ul li{
	margin: 0 0 0 20px;
	list-style: outside circle;
}
.entry-body table.table01{
	margin: 0 0 0.8em 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-body table.table01 th{
	padding: 10px;
	width: 20%;
	background: #fafafa;
	border: #ddd 1px solid;
}
.entry-body table.table01 td{
	padding: 10px;
	border: #ddd 1px solid;
}
.entry-body table.table01 td ul li{
	margin: 0 0 0 20px;
	list-style: outside disc;
}

.category-image{
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	width: 200px;
}
.category-description{
	margin: 0 0 10px 0;
}

/* pagebute */
.pagination{
	padding: 30px 0;
	text-align: center;
}

/* blog
------------------------------------------*/
.blog-nav{
	margin: 0 20px;
}
.blog-sideparts{
	margin: 0 0 20px 0;
}
.blog-sideparts-title{
	border-bottom: #D9D9D9 1px solid;
}
.blog-sideparts li span{
	display: block;
	padding: 5px;
	font-size: 93%;
	border-bottom: #D9D9D9 1px dashed;
}
.blog-sideparts li a{
	display: block;
	color: #666;
}

/* ketaipost */
.ketaipost-images{
	float: left;
	display: inline;
}
.ketaipost-images img{
	margin: 0 20px 20px 0;
}

/* calendar */
#blog-calendar{
	margin: -20px 0 30px 0;
	text-align: center;
}
#blog-calendar .calendar-head{
	margin: 0 0 5px 0;
	font-size: 85%;
	text-align: center;
}
#blog-calendar .calendar-head span{
	margin: 0 3px;
}
#blog-calendar .calendar-head a{
	font-size: 116%;
}
#blog-calendar table{
	width: 100%;
}
#blog-calendar thead td{
	font-weight: bold;
	font-size: 93%;
	text-align: center;
}
#blog-calendar tbody td{
	font-size: 85%;
	text-align: center;
}

#blog-calendar tbody a{
	color: #fff;
	background-color: #999;
	padding: 0 4px;
}
#blog-calendar thead td:first-child,
#blog-calendar tbody td:first-child{
	color: #a00;
}
#blog-calendar thead td:last-child,
#blog-calendar tbody td:last-child{
	color: #00a;
}

/* comment, trackbacks */
.entry-comment{
}
.entry-comment h2{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
#top-comment-nav,
#comment-nav{
	zoom: 1;
}
#top-comment-nav:after,
#comment-nav:after{
	content: "";
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
#top-prev-comments,
#prev-comments{
	float: left;
}
#top-next-comments,
#next-comments{
	float: right;
}

.trackbacks{
	margin: 0 0 20px 0;
	padding: 20px;
	border: #ddd 1px solid;
}
.trackbacks-info{
	padding: 5px;
	font-size: 93%;
	background: #fafafa;
	border: #ddd 1px solid;
}
.comments{
	margin: 0 0 20px 0;
	padding: 20px;
	border: #ddd 1px solid;
}
.comments h4{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
.comments .asset-meta{
	margin: 0 0 5px 0;
	font-size: 93%;
	border-bottom: #bbb 1px dotted;
}
.comments p{
	margin: 0 0 0.8em 0;
}
#comments-open{
	padding: 20px;
	font-size: 93%;
	background: #fafafa;
	border: #ddd 1px solid;
}
#comments-form label{
	display: block;
	font-weight: bold;
}
#comments-form label span{
	padding: 0 0 0 3px;
	font-weight: normal;
}
#comments-form label span{
}
#comments-form #comment-bake-cookie{
	margin: 10px 0 15px 0;
	width: auto;
}
#comments-form #comment-form-remember-me label{
	display: inline;
}

#comment-form-reply{
	margin: 0 0 5px 0;
}
#comment-form-reply #comment-reply,
#comment-form-reply #comment-reply-label{
	display: inline;
	font-weight: normal;
}
#comments-open-data input{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 60%;
	border: #ddd 1px solid;
}
#comments-form textarea{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 80%;
	height: 150px;
	border: #ddd 1px solid;
}
#comments-open-footer{
	padding: 30px 0 0 0;
}

#comments-open-captcha input{
	margin: 10px 0;
	padding: 5px;
	width: 30%;
	border: #ddd 1px solid;
}

/* comments-preview */
body#comments-preview-body{
	color: #666;
	background: #fff;
}
.comments-preview{
	margin: 50px auto;
	max-width: 550px;
}
.comments-preview-inner{
	margin: 0 10px;
	padding: 20px;
	text-align: left;
	background: #fff;
	border: #ddd 1px solid;
}
.comments-preview h1{
	margin: 0 0 5px 0;
	font-size: 167%;
	font-weight: bold;
	border-bottom: #ddd 1px dashed;
}
.comments-preview h2{
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: bold;
}
.comments-preview .asset-meta{
	margin: 0 0 10px 0;
	padding: 0 3px;
	font-size: 85%;
}
.comments-preview-back{
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 93%;
	text-align: center;
	background: #fafafa;
	border: #ddd 1px solid;
}

/* gallery
------------------------------------------*/
.gallery-list{
	margin: 0 -12px 0 0;
	overflow: hidden;
	zoom: 1;
}
.gallery-list-once{
	float: left;
	display: inline;
	margin: 0 12px 20px 0;
	width: 176px;
}
.gallery-list-once img{
	margin: 0 0 3px 0;
}
.gallery-list-once h2{
	font-size: 93%;
}
.gallery-list-once h2 a{
	color: #666;
}

.gallery-entry-imagearea{
	margin: 0 0 20px 0;
}
.gallery-entry-mainimg{
	float: left;
	width: 440px;
}
.gallery-entry-subimagearea{
	float: right;
	width: 300px;
}
.gallery-entry-subimagearea div{
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	width: 140px;
}


.gallery-textarea-left h3{/* 0430kuroiwa */
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 36px;
	font-size: 123.1%;

	line-height: 36px;
	text-indent: 15px;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}

.gallery-textarea-right h3{/* 0430kuroiwa */
	clear: both;
	margin: 1.8em 0 0.8em 0;
	height: 36px;
	font-size: 123.1%;

	line-height: 36px;
	text-indent: 15px;
	background: url(/images/default/entry-title-bg.jpg) no-repeat 0 0;
}


.gallery-textarea-left{
	float: left;
	width: 440px;
}

.gallery-textarea-left p{/* 0430kuroiwa */
	font-size: 93%;
	padding: 10px;
}
.gallery-textarea-left .entry-body{
	width: 440px;
}
.gallery-textarea-right{
	float: right;
	width: 290px;
}
.gallery-textarea-right .entry-body{
	width: 290px;
}
.table-data{/* 0430kuroiwa */
	font-size: 93%;
}
.table-data th{/* 0430kuroiwa */
	width: 40%;
	padding: 0px 15px;
	vertical-align: top;
}
.gallery-btnarea{
	position: relative;
	margin: 30px 0 0 0;
}
.gallery-prev{
	float: left;
}
.gallery-top{
	position: absolute;
	top: 0;
	left: 310px;
}
.gallery-next{
	float: right;
}
.pdf{
	float: right;
}
.pdf a{
	display: block;
	margin: 0 0 8px 0;
	width: 200px;
	height: 32px;
	color: #666;
	text-indent: 10px;
	line-height: 32px;
	background: url(/images/default/pdf-bg.jpg) no-repeat 0 0;
}

/* search
------------------------------------------*/
.search-list{
}
.search-list dt span{
	margin: 0 10px 0 0;
}
.search-list dd{
	margin: 0 0 20px 0;
	font-size: 93%;
}
.search-paging{
	padding: 30px 0;
	text-align: center;
	list-style: none;
}
.search-paging li{
	margin: 0 5px !important;
	padding: 3px 5px;
	display: inline;
}
.search-paging li a{
	margin: 0;
	padding: 0;
}
