@charset "utf-8";

/*--　初期設定　--*/
* {
	margin:0;
	padding:0;
}

body{
	background:#2f3237;
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	_height:100%;
	font-family: Verdana,Arial,sans-serif;
	font-size:100%;
	*font-size:medium;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	boder:0;
	}
a{
	text-decoration: none;
	}
a:link,a:visited{
	}
a:hover{
	}
a:active{
	}
	
h1,h2,h3,h4,h5,h6 { 
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}


select,input,button,textarea {
	font:99% ;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

/*IE6&IE7*/
*select,input,button,textarea {
	font-weight:normal;
	font-size:99%;
	font-family:Helvetica,Arial,sans-serif,ヒラギノ角ゴシック Pro W3,Hiragino Kaku Gothic Pro,MS P ゴシック;
}

dl,dt,dd {
	text-decoration:none;
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

img	{
	border:0;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.5em;
}
/*--　初期設定　--*/



/*--　全体設定　--*/
html {	overflow-y:scroll; 
		overflow-x:hidden;
}

body > #wrapper {
	background: url(http://blog-imgs-48.fc2.com/p/l/e/pleasephotoshop/bg2.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	color: #fff;
	width:100%;
	height:100%;
	_height: 100% ;
	min-height:100%;
	}

/*--　全体設定　--*/

strong,em{
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	}



/*--------------リンク設定------------*/
a {
	color:#12ceda;
	text-decoration: none;
	}
a:link,a:visited{
	color:#12ceda;
	outline:none;
	}
a:hover{
	color:#ff52cc;
	}
a:active{
	color:#12ceda;
	outline:none;
	}
/*--------------リンク設定------------*/


/*-- ヘッダー --*/

#header{
	width:94%;
	height:80px;
	padding-top:50px;
	margin:0 auto;
	}
#header:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
   }
#header h1{
	display:block;
	font-size:190%;
	text-shadow:#2e2e2e 1px 1px 1px;
	font-family:helvetica,Verdana, Geneva, sans-serif;
	}
#header h1 a:link,#header h1 a:visited{
	color:#fff;
	}
#header h1 a:hover{
	color:#12CEDA;
	}
#header h2{
	font-size:90%;
	margin-top:5px;
	text-shadow:#2e2e2e 1px 1px 1px;
	}

/*-- ヘッダー --*/

/*--  ナビ　--*/

#navi{
	background: #1b1f22;
	width:100%;
	height:40px;
	clear:both;
	border-top:1px solid #2e2e2e;
	border-bottom:1px solid #1e1e1e;
	background:#111111;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #111111 /*{a-bar-background-start}*/), to( #2e2e2e /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#111111 /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#111111 /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#111111 /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#111111 /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#111111 /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/);
	}
#navi ul{
	width:94%;
	margin:0 auto;
	}
#navi li {
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	font-weight:600;
	font-family:helvetica,Verdana, Geneva, sans-serif;
	text-shadow:#000 1px 1px 1px;
	border-left:1px dotted #1e1e1e;
	text-align:center;
	float:left;
	}
#navi li a:link,#navi li a:visited{
	display:block;
	width:150px;
	height:40px;
	color:#f7f7f7;
	}
#navi li a:hover{
	background:#3e3e3e;
	color:#12ceda;
	}
	
#tools {
	position:absolute;
	top:40px;
	left:85%;
	float:right;
	}
#tools ul{
	width:120px;
	}
#tools li.tool{
	display:block;
	width:60px;
	height:60px;
	float:left;
	}
#tools a:hover{
	opacity:.8;
	}
/*--  ナビ　--*/



/*--  コンテンツ　--*/

#content-wrap{
	min-width:960px;
	width:94%;
	margin:0 auto;
	padding-top:30px;
	}
#content{
	float: left;  
	width: 100%; 
	}

.main{
	margin: 0 260px;  
	}
h2.entry-head{
	margin:0 0 20px -38px;
	padding:5px 0 5px 5px;
	font-size:140%;
	color:#fff;
	line-height:1.5;
	text-shadow:#000 1px 1px 1px;
	-moz-border-radius:3px;
	border-left:5px solid #12CEDA;
	border-top:1px solid #12CEDA;
	border-right:1px solid #0097a1;
	background:#0097a1;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #0097a1 /*{a-bar-background-start}*/), to( #12CEDA /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#0097a1 /*{a-bar-background-start}*/, #12CEDA /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#0097a1 /*{a-bar-background-start}*/, #12CEDA /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#0097a1 /*{a-bar-background-start}*/, #12CEDA /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#0097a1 /*{a-bar-background-start}*/, #12CEDA /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#0097a1 /*{a-bar-background-start}*/, #12CEDA /*{a-bar-background-end}*/);
	z-index:100;
	}
h2.entry-head a:link,h2.entry-head a:visited,h2.entry-head a:active{
	color:#fff;
	}
h2.entry-head a:hover{
	color:#000;
	text-shadow:#fff 1px 1px 1px;
	}

.entry{
	background:#1b1f22;
	padding:20px;
	margin:0 auto;
	margin-bottom:50px;
	font-size:90%;
	line-height:1.5;
	-moz-border-radius:8px;
	}
.entry img{
	}
.more{
	text-align:right;
	}
.continue{
	float:right;
	display:block;
	width:200px;
	padding:5px;
	font-size:80%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius:3px;
	border-top:1px solid #4e4e4e;
	border-right:1px solid #2e2e2e;
	background:#1e1e1e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2e2e2e /*{a-bar-background-start}*/), to( #3e3e3e /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #3e3e3e /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #3e3e3e /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #3e3e3e /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #3e3e3e /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #3e3e3e /*{a-bar-background-end}*/);
	}
.continue a:hover{
	text-decoration:underline;
	}
.entry-foot{
	margin-top:40px;
	padding-top:20px;
	font-size:80%;
	border-top:1px dotted #3e3e3e;
	text-align:right;
	}
/*-- user tag --*/ 
span.user-tag{
	font-size:70%;
	margin-top:5px;
	text-align:right;
	margin-left:1em;
	}
  
#comments,#trackbacks{
	background:#1b1f22;
	padding:20px;
	margin:0 auto;
	margin-bottom:20px;
	font-size:90%;
	line-height:1.5;
	-moz-border-radius:8px;
	}
h3.comments-title,h3.trackbacks-title{
	background:#2e2e2e;
	font-size:100%;
	margin-bottom:30px;
	padding:10px;
	-moz-border-radius:5px;
	border-left:5px solid #12CEDA;
	border-top:1px solid #4e4e4e;
	border-right:1px solid #2e2e2e;
	background:#1e1e1e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #1e1e1e /*{a-bar-background-start}*/), to( #2e2e2e /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#1e1e1e /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#1e1e1e /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#1e1e1e /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#1e1e1e /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#1e1e1e /*{a-bar-background-start}*/, #2e2e2e /*{a-bar-background-end}*/);
	}
.comment-detail{
	font-size:100%;
	}
.comment-author{
	font-size:120%;
	color:#12ceda;
	}
.comment-date,.trackback-date{
	font-size:80%;
	}
/*--コメント本文--*/
.comment-body{
	font-size:100%;
	line-height:180%;
	}

.tb-content{
	font-size:90%;
	}

   
input.txt-box1{
	background:#f7f7f7;
	padding:4px;
	width:300px;
	border:1px solid #3e3e3e;
	-moz-border-radius:3px;
	}
.txt-box2{
	background:#f7f7f7;
	padding:4px;
	width:300px;
	height:150px;
	overflow:auto;
	border:1px solid #3e3e3e;
	-moz-border-radius:3px;
	}
   
.comment-submit{
	background:#12ceda;
	width:150px;
	padding:5px;
	margin-top:20px;
	border:none;
	text-shadow:#fff 1px 1px 1px;
	-moz-border-radius:3px;
	}
.comment-submit:hover{
	background:#ff52cc;
	}


#form{
	width:558px;
	}
#form dl{ }
#form dt{
	padding:5px 0;
	}
   
   
p.page-nav{
	font-weight:600;
	margin-top:20px;
	font-size:100%;
	}
p.page-nav span.next{
	float:right;
	text-shadow:#000 1px 1px 1px;
	}
p.page-nav span.prev{
	float:left;
	text-shadow:#000 1px 1px 1px;
	}

#sub1,#sub2{
	min-height:100%;
	height:100%;
	_height:100%;
	font-size:80%;
	}
#sub1 a:link,#sub1 a:visited,#sub1 a:active,
#sub2 a:link,#sub2 a:visited,#sub2 a:active{
	color:#dcdcdc;
	}
#sub1 a:hover,#sub2 a:hover{
	color:#12CEDA;
	}
#sub1{
	float: left;  
    margin-left: -100%;  
    _margin-left: -80%;  
    width: 220px;  
	}

#sub2{
	 float: left;  
	 margin-left: -220px;  
	 width: 220px;  
	}

dl.sub-content{
	}
dl.sub-content dt.sub-title{
	background:#2e2e2e;
	font-size:100%;
	margin-bottom:5px;
	padding:10px;
	-moz-border-radius:5px;
	border-top:1px solid #4e4e4e;
	border-right:1px solid #111;
	border-left:1px solid #12CEDA;
	background:#2e2e2e;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2e2e2e /*{a-bar-background-start}*/), to( #1e1e1e /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#2e2e2e /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/);
	}
dl.sub-content dd{
	padding-top:15px;
	margin-bottom:20px;
	}
dl.sub-content dd li{
	font-size:90%;
	line-height:1.5;
	margin-top:3px;
	}
dl.sub-content dd.sub-body{
	padding-top:10px;
	}
dl.sub-content dd.plugin-foot{
	padding-top:10px;
	}
	
	
#footer{
	background: #1b1f22;
	width:100%;
	font-size:80%;
	margin-top:50px;
	padding:20px 0;
	border:1px solid #2e2e2e;
	}

#footer-contents{
	width:94%;
	margin:0 auto;
	}

#footer-contents .pagetop,#footer-contents .pagetop a:link{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	float:right;
	text-shadow:none;
	border:0;
	}
#footer-contents .ad-wrapper{
	width:800px;
	float:left;
	}

p.ad,p.credit{
	font-size:95%;
	}
/*-- ボーダー --*/
div.border{
	display:block;
	background: url(http://blog-imgs-48.fc2.com/p/l/e/pleasephotoshop/border.gif) repeat-x top left;
	height:10px;
	margin:10px 0;
	}
  
/*clear*/
.clear{
	display:block;
	clear:both;
	padding-bottom:1px;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */
