/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size:12px;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/********************
*
* 共通
*
**********************/
html,body{
	height:100%;
	line-height:1.5em;
	color:#ffffff;
}

body{
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	filter: alpha(opacity=0.8);
	-moz-opacity:0.8;
	opacity:0.8;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header{
	width:1000px;
	margin:0 auto;
	position:relative;
}
#wrapper{
	background:#72bcd5;
	padding-bottom: 30px;
}
#content{
	height:auto;
	width:1000px;
	margin:0 auto;
}

header h1{
	width:700px;
	/*height:80px;
	margin:60px auto;*/
	height:100%;
	margin:0px auto;
	overflow:hidden;
	color:#ffffff;
}
#sub_header{
	height:31px;
	width:100%;
	margin-top:0px;
	position:fixed;
	top:-31px;
	background:#ffffff;
	z-index: 1000;
}
#sub_menu{
	line-height:31px;
	color:#000000;
	height:31px;
	text-align:center;
}
#sub_header h1{
	position:absolute;
	width:180px;
	height:31px;
	left:0;
	top:0;
}
#sub_menu li{
	height:31px;
	display:inline;
	padding:0 10px;
}
#sub_menu li a{
	color:#000000;
}

#sidebar{
	width:125px;
	float:left;
}
#menu, .widget-area{
	width: 125px;
	padding-top:35px;
}

#sidebar li{
}

h3 {
	font-weight:bold;
	margin-bottom:5px;
}
#menu li a{
	color:#ffffff;
/* 	background:#ffffff;
	text-decoration:none;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	padding:5px 10px; */
}
#menu li a:hover{
	color:#ffffff;
}

#m_wrks a{

}

#main{
	width:875px;
	float:left;
	padding-top:35px;
}
.credit{
	width:122px;
	float:right;
	color:#ffffff;
	font-size:0.8em;
	text-align:right;
	line-height:1.6em;
}
.works_block img{
	padding-bottom:80px;
	margin-bottom:80px;
	border-bottom:1px solid #9fdbef;
}

.widget-area{

}
#search_box{
	margin-top:30px;
}
input[type="text"]{
	border:none;
	width:100px;
	color:#ffffff;
	background:#9fdbef;
}
input[type="submit"]{
	color:#ffffff;
	margin:0;
	background:#9fdbef;
	border:none;
	font-size:10px;
	cursor:pointer;
}
#navi{
	right:36px;
	width:50px;
	height:88px;
	position:fixed;
	bottom:60px;
}
#navi a{
	display:block;
	height:41px;
	width:50px;
	margin-bottom:0px;
	background:url(/common/images/tri.png) no-repeat;
}

#navi a#up{ background-position:0px 0px; }
#navi a#down{ background-position:0px -48px; }
#navi a#up:hover{ background-position:-50px 0px; }
#navi a#down:hover{ background-position:-50px -48px; }

#footer{
	background:#000000;
	height:50px;
	line-height:50px;
	text-align:center;
	clear: both;
}

#cover{
	height:100%;
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:1000;
	background:#ffffff;
}

/********************
*
* pager
*
**********************/
.pager{
	text-align:right;
	padding-right:125px;
}
.page-numbers{
	font-size:22px;
	padding:0 4px;
	line-height:25px;
	font-weight:bold;
}
.page-numbers:hover{
	color:#000000;
}
.pager .next img,
.pager .prev img{
	margin-top:-4px;
	vertical-align:middle;
	background:url(/common/images/pager_tri.png)0 0px no-repeat;
}
.pager .current{
	color:#000000;
}
.pager .next img{
	margin:0 0 0 6px;
	background-position:-20px 0;
}

.pager .prev img{
	margin:0 6px 0 0;
}

.pager .next:hover img{
	background-position:-20px -24px;
}

.pager .prev:hover img{
	background-position:0px -24px;
}

/********************
*
* blog
*
**********************/

.post_block{
	width:780px;
	clear:both;
}
.post_single {
	display:block;
	background:#ffffff;
	width:360px;
	height:205px;
	float:left;
	margin:0 30px 30px 0;
	color:#1e1e1e;
}


.post_single .thumb{
	font-size:0;
	line-height:0;
	height: 148px;
	width: 360px;
	overflow:hidden;
	vertical-align: middle;
}

.post_single .post_title{
	padding:7px;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	color: #1e1e1e;
}

.post_single .post_date{
	text-align:right;
	height:57px;
	width:55px;
	color: #1e1e1e;
}
.post_single .year{
	font-size:18px;
	display:block;
	padding: 0 5px;
	height:24px;
	line-height:24px;
	color: #1e1e1e;

}
.post_single .month{
	font-size:28px;
	display:block;
	height:32px;
	line-height:32px;
	padding:0px 5px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	color: #1e1e1e;
}
#single_post{
	background:#ffffff;
	color:#000000;
	width:750px;
}
.bread_crumb{
	padding:7px;
}
.bread_crumb li{
	float:left;
	margin-right:5px;
	color:#666666;
}

.bread_crumb li a{
	color:#666666;
}

.single_content{
	padding:27px 62px 50px;
	position:relative;
}
.single_content,
.single_content p{
	line-height:30px;
	font-size:15px !important;
}
.single_content p{
	margin-bottom:30px;
}
#single_post img.main_img{
	display:block;
}
#single_post h1{
	font-size: 28px;
	font-weight: bold;
	padding: 30px 130px 15px 20px;
	letter-spacing: 0.1em;
	line-height: 32px;
}
#single_post .post_date{
	width:76px;
	height:54px;
	position:absolute;
	right:0px;
	top: -89px;
}
#single_post .post_date .month{
	float:right;
	text-align:right;
	font-size:30px;
	font-weight:bold;
	width: 67px;
	height:26px;
	padding:5px;
	border-bottom:1px solid #000000;
}
#single_post .post_date .year{
	float:right;
	text-align:right;
	font-size:18px;
	line-height: 18px;
	width: 67px;
	height:18px;
	padding: 5px;
}
#single_post  a {
	color:#333333;
	font-size: 14px;
	border-bottom:1px dotted #999999;
}
#single_post a:hover{
	border-bottom:0;
}
#single_post  strong{
	font-size: 15px;
}
#sns {
	text-align : center;
	padding:30px 125px 0 0;
}

/**********************************
*
* 拡大画像
*
**********************************/
#gallery{
	background:#000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:2000;
	top:0;
	left:0;
	display:none;
}

#gallery a{
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:50;
}
#gallery a#left{
	left:0;
	top:50%;
	margin-top:-50px;
	background:url(../images/left.png) left center no-repeat;
}
#gallery a#right{
	right:0;
	top:50%;
	margin-top:-50px;
	background:url(../images/right.png) right center no-repeat;
}
#gallery a#close{
	right:0;
	top:0;
	background:url(../images/close.png) 47px 14px no-repeat;
}
.img_wrapper{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.img_bg{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}
.ext_img {
	position:absolute;
	left:50%;
	top:50%;
}

/**********************************
*
* loading
*
**********************************/
#loading{
	position:fixed;
	padding:5px;
	width:55px;
	height:20px;
	line-height:20px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -50px;
	z-index:5000;
	background:#000000;
	color:#ffffff;
}
