@charset "utf-8";

/* -------------------------------------------------
  Reset
------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #696969;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#3a3a3a;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

body form{
 background-color:#FFFFFF;
 margin:-20px 0 0;
 padding:20px 0 20px 20px;
}

a {
text-decoration:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------------------------------
  wrap&body
------------------------------------------------- */

body {
text-align:center;
margin : 0px auto;
}

#wrap {
background-color:#454545;
margin : 0px auto;
width:1200px;
padding:0px;
}

#main_block {

width:910px;
float:right;
text-align:left;
background:#454545;
padding:10px 10px 10px 10px;

}

#left_block {


float:left;
width:250px;
text-align:left;
padding:10px 10px 10px 10px;

background:#454545;

}

#blog {

float:left;
width:630px;
}

#sidebar {
background-color:#454545;
width:260px;
float:right;
padding:0 0 0 20px;
}


#footer {

background: linear-gradient(to bottom, rgba(220, 220, 220, 1), rgba(240, 240, 240, 1) 25%, rgba(235, 235, 235, 1) 30%, rgba(240, 240, 240, 1) 36%, rgba(235, 235, 235, 1) 50%, rgba(215, 215, 215, 1) 80%, rgba(210, 210, 210, 1)) repeat scroll 0 0 #ccc;
    border-color: #ccc #999 #999 #ccc;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    clear: both;
    color: #666;
    font: bold 16px/1.2 Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    width: 1180px;


padding:10px;

}

a {
color:#CD5C5C;
text-decoration:none;
}

a:hover {
color:#FFA07A;
}

#footer_bottom,#footer_bottom a{
color:#666;
}

#copyright,#copyright a{
color:#fff;
}

/* -------------------------------------------------
  header
------------------------------------------------- */

#header {

width:1200px;
/* height:250px; */
/* margin:0 0 15px; */
/* background:#2a2a2a; */

background-image: url("");

}

#sitetitle {
width:1190px;
text-align:left;
padding:30px 5px;

background: url(http://b.ibbs.info/data/2/hattenbbs/material/1.png) left top no-repeat;
-moz-background-size:cover;
background-size:cover;

}

#sitetitle h1 {

text-align:left;
text-shadow: 1px 1px 5px #000000;
position:relative;
font-weight:bold;
font-size:40px;
padding:5px 0 5px 20px;

}

#sitetitle h1 a {

color:#FFFFFF;
text-decoration:none;

}

#sitetitle h1 a:hover {

color:#454545;
text-decoration:none;

}


/* -------------------------------------------------
  blog 
------------------------------------------------- */

#blog .contents {
margin: 20px 0;
padding:15px 10px;
background:#000;
display:none;
}


#blog .contents_kizi {
border:1px solid #cccccc;
margin:0 0 10px 0 ;
padding:0;
background:#fff;
overflow: hidden;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}




#blog .contents_kizi_ad {
width:580px;
margin:30px 0;
background:#fff;
height:200px;

}

.kizi_ad_left {
float:left;
width:200px;
height:200px;
}

.kizi_ad_right {
float:right;
width:370px;
height:200px;
}

.kizi_ad_right ul li {

line-height:1em;

}

.kr_midashi {
width:370px;
background:#96514d;
height:20px;
padding:15px 10px 12px 10px;
display:block;
border-bottom:double 3px #fff;
border-top:double 3px #fff;
font-size:20px;
font-weight:bold;
color:#fff;

	border-top-right-radius: 10px;		/* CSS3草案 */
	-webkit-border-top-right-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 10px;	/* Firefox用 */

}


.kr_list a {
background:#dcd3b2;
height:14px;
padding:10px;
width:370px;
display:block;
border-bottom:double 3px #fff;
font-weight:bold;
color:#8f2e14;
text-decoration:none;
}

.kr_list a:hover {
background:#dccb18;
color:#fff;
}

#blog .contents_kizi_more {

margin-bottom:15px;
padding:9px 10px;
background:#fff;
	border-bottom-left-radius: 5px;		/* CSS3草案 */
	border-bottom-right-radius: 5px;		/* CSS3草案 */

	-webkit-border-bottom-left-radius: 5px;	/* Safari,Google Chrome用 */
	-webkit-border-bottom-right-radius: 5px;	/* Safari,Google Chrome用 */

	-moz-border-radius-bottomleft: 5px;	/* Firefox用 */
	-moz-border-radius-bottomright: 5px;	/* Firefox用 */

}

#blog .contents_kizi_more a { 

color:#96514d;
text-decoration:none;
font-weight:bold;

}

#blog .contents_kizi_more a:hover { 

color: #fef263;

}

.kiji_more {

background:#bfa46f;
text-align:center;

}

#blog .contents_kizi h2 {

border-bottom:dotted 2px #999;
margin-bottom:10px;
padding:7px;
font-size:22px;

}

#blog .contents_kizi h2 a {


font-weight:bold;
color:#ba2636;
text-decoration:none;

}

#blog .contents_kizi h2 a:hover {

color:#dccb18;

}

.kizi_category {

margin-bottom:20px;
font-size:12px;
padding:4px;
background:#fef4f4;

	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */


}

.kizi_body {

padding:10px;
font-size:15px;
line-height:1.4em;
background:#FFFFFF;

}


.sougo_rss {

margin:0 0 20px 0;
padding:1px 15px;
background:#fff;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

width: 600px;
height: 200px;
overflow: auto; margin-bottom:1em;

}


.hakusyu {

margin-top:20px;
}


#blog .relate_dl {
margin:30px 0 15px 0;
padding:10px;

background:#fef4f4;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#blog .relate_dt{

font-weight:bold;
margin-bottom:15px;
}

#blog .relate_li{
border-bottom:dotted 2px #ccc;
padding:5px 0 5px 25px;
background-image: url("http://blog-imgs-59.fc2.com/e/b/a/ebanana/ico_midashi.png");
background-repeat:no-repeat;
background-position: 3px 8px;

}

#blog .relate_li_nolink {

border-bottom:dotted 2px #ccc;
padding:5px 0 5px 25px;
background-image: url("http://blog-imgs-59.fc2.com/e/b/a/ebanana/ico_midashi.png");
background-repeat:no-repeat;
background-position: 3px 8px;

}


#blog .pagetop {
text-align:right;
}

h4#comheader, h4#comformtitle, h4#tbheader {
border-bottom: dotted 2px #999;
margin-bottom: 10px;
padding: 7px;
font-size: 16px;
}

#blog .morelink {
font-size:18px;
background-image: url("http://blog-imgs-59.fc2.com/e/b/a/ebanana/ico_kiji_more.png");
background-repeat:no-repeat;
background-position: 3px 10px;
padding:12px 0 10px 30px;
}


#blog .morelink a {


}

#blog .fc2_footer {
margin:20px 0 10px 0;
}



/* -------------------------------------------------
  sidebar 
------------------------------------------------- */

#sidebar h3 {


-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	position:relative;
	margin:0 0px;
	padding:5px 10px 5px 30px;
	font:bold 16px/1.2 Arial, Helvetica, sans-serif;
	color:#666;

	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;

	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;

    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);

}
#sidebar h3:before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
#sidebar h3:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;


/**

color:#fff;
padding:10px;

background: #993333;
background: -moz-linear-gradient(top, #993333 1%, #993333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#993333), color-stop(100%,#993333));
background: -webkit-linear-gradient(top, #993333 1%,#993333 100%);
background: -o-linear-gradient(top, #993333 1%,#993333 100%);
background: -ms-linear-gradient(top, #993333 1%,#993333 100%);

border:1px solid #bb0101;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

**/

}

#sidebar .contents {

margin:0px 0px 10px 0px;
padding:15px 10px;
border:1px solid #ccc;
background:#FFFFFF;
font-size:13px;
line-height:1.4em;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}


#sidebar .contents ul li {
border-bottom:dotted 2px #ccc;
padding:5px 0 5px 25px;
background-image: url("http://blog-imgs-59.fc2.com/e/b/a/ebanana/ico_midashi.png");
background-repeat:no-repeat;
background-position: 3px 8px;
}



/* -------------------------------------------------
  left_block 
------------------------------------------------- */

#left_block h4 {

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	position:relative;
	margin:0 0px;
	padding:5px 10px 5px 30px;
	font:bold 16px/1.2 Arial, Helvetica, sans-serif;
	color:#666;

	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;

	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;

    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);

}
#left_block h4:before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
#left_block h4:after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;

/**

color:#fff;
padding:10px;

background: #993333;
background: -moz-linear-gradient(top, #993333 1%, #993333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#993333), color-stop(100%,#993333));
background: -webkit-linear-gradient(top, #993333 1%,#993333 100%);
background: -o-linear-gradient(top, #993333 1%,#993333 100%);
background: -ms-linear-gradient(top, #993333 1%,#993333 100%);

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

**/

}

#left_block .contents {

width: 228px;
position: relative;
border: 1px solid #ccc;
background:#FFFFFF;
margin:0px 0px 10px 0px;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

padding: 10px ;
color: #696969;
font-size: 14px;
line-height: 1.4em;

}

#left_block .contents p.notice {
    font-size: 12px;
    line-height: 1.4em;
}
#left_block .contents p.notice span {
    color: #e00;
}

#left_block .contents img {
    width: 200px;
}

.ad_box {
margin-bottom:10px;
}


.ad_box p{
width: 250px;
position: relative;
margin: 0px;
border: 1px solid #042378;
background:#454545;
margin:10px 0;
font-weight:bold;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

}

.ad_box p a {
display: block;
width: 160px;
padding: 5px 5px 5px 85px;
min-height: 72px;
_height: 72px;
color: #333;
text-decoration: none !important;
cursor: pointer;
font-size: 12px;
line-height: 1.4em;
}


.ad_box p a:hover {
background-color:#FAF8D8;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

}

.ad_box p img {
position: absolute;
top: 5px;
left: 5px;
border: 1px solid #000;
}

.ad_box_title {
color:#d7003a;
}


.ad_banner {

margin:20px 0;

}






/* -------------------------------------------------
  footer
------------------------------------------------- */

#footer_top {
padding:1px 0px;
text-align:left;
}


#footer_top h5 {
color:white;
}

#footer_top ul {

margin-top:10px;

}


#footer_top ul li {
position:relative;
display:inline-block;
zoom:1;
width:160px;
height:120px;
border: solid 1px #fff;
background:#fff;

text-align:left;

}

#footer_top ul li span {
position:absolute;
width:154px;
height:40px;
background:#000;
bottom:0;
font-size:11px;
line-height:1.5em;

}


#footer_top ul li span a {
display:block;
width:148px;
height:28px;
background:#000;
padding:6px;
color:#fff;
text-decoration:none;

overflow: hidden;  

}

#footer_top ul li span a:hover {

background:#FCFCCC;
color:#e83929;

}








/* -------------------------------------------------
  ページ送りスクリプト
------------------------------------------------- */

.navi_contents {

text-aling:center;
margin-bottom:15px;
padding:15px 10px;
background:#fff;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */


}


.navi_style {
text-align:center;
margin:0 auto;

}

ol.pagenavigation {
text-align:center;
line-height: 1.5em;
padding-left: 0;
list-style: none;
overflow: hidden;
margin:0 auto;
}

ol.pagenavigation li {
display: inline-block;
zoom:1;
text-align: center;
padding-right: 5px;
padding-left: 5px;
}

ol.pagenavigation li a {


display: block;
border: 1px solid #deb068;
background:#ede4cd;
color:#954e2a;
text-decoration:none;
font-weight:bold;
padding: 5px 10px;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */

}
ol.pagenavigation li a:hover {

background: #f8b862;
}
ol.pagenavigation li.prevpage_pagenavigation {
display: inline-block;
zoom:1;
}
ol.pagenavigation li.selected_pagenavigation {
font-weight: bold;
border: 1px solid #deb068;
background:#ede4cd;
color:#954e2a;
}
ol.pagenavigation li.nextpage_pagenavigation {

}
ol.pagenavigation li.ellipsis_pagenavigation {
}

p.designedby_pagenavigation {
text-align: right;
clear: left;
}
p.designedby_pagenavigation small {
font-size: 75%;
}

.pagenavigation_02 {
list-style:no-style;
}




/* -------------------------------------------------
  画像付きリンク_top 160*120
------------------------------------------------- */
#header_left_top ul li.top_001 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-3.png);
}

#header_left_top ul li.top_002 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-5.png);
}

#header_left_top ul li.top_003 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-2.png);
}

#header_left_top ul li.top_004 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140205-2.png);
}

#header_left_top ul li.top_005 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140205-1.png);
}

/* -------------------------------------------------
  画像付きリンク_footer
------------------------------------------------- */


#footer_top ul li.footer_001 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-3.png);
}

#footer_top ul li.footer_002 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-5.png);
}

#footer_top ul li.footer_003 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-2.png);
}

#footer_top ul li.footer_004 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140205-2.png);
}

#footer_top ul li.footer_005 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140205-1.png);
}

#footer_top ul li.footer_006 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140204-4.png);
}

#footer_top ul li.footer_007 {
background-image: url(http://blog-imgs-55.fc2.com/g/a/y/gaydouga777y/140205-3.png);
}

/* -------------------------------------------------
  記事内サムネイル設定
------------------------------------------------- */

.p_img {
  float: left;
  margin: 0 15px 0 0;
}



/* -------------------------------------------------
  メインカラム左右コンテンツ
------------------------------------------------- */
#contents_prbox {
height: 0px ;
width: 100% ;
margin: 20px 0 3px 0;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

#contents_prbox_left {
padding:15px 10px 15px 10px;
width:45%;
float:left;
background:#fff;
overflow: hidden;


	border-top-left-radius: 5px;		/* CSS3草案 */
	border-top-right-radius: 5px;		/* CSS3草案 */

	-webkit-border-top-left-radius: 5px;	/* Safari,Google Chrome用 */
	-webkit-border-top-right-radius: 5px;	/* Safari,Google Chrome用 */

	-moz-border-radius-topleft: 5px;	/* Firefox用 */
	-moz-border-radius-topright: 5px;	/* Firefox用 */

}

#contents_prbox_right {
padding:15px 10px 15px 10px;
width:45%;
float:right;
background:#fff;
overflow: hidden;


	border-top-left-radius: 5px;		/* CSS3草案 */
	border-top-right-radius: 5px;		/* CSS3草案 */

	-webkit-border-top-left-radius: 5px;	/* Safari,Google Chrome用 */
	-webkit-border-top-right-radius: 5px;	/* Safari,Google Chrome用 */

	-moz-border-radius-topleft: 5px;	/* Firefox用 */
	-moz-border-radius-topright: 5px;	/* Firefox用 */

}



/* -------------------------------------------------
  ad_data
------------------------------------------------- */
.ad_data{
margin-bottom:20px;
}


/* -------------------------------------------------
  Add@20140610
------------------------------------------------- */
.button{
color:#FFF;
text-align:center;
padding:3px 20px;
position:absolute;
right:0;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

border:1px solid #4682b4;

background: #ee2525;
background: -moz-linear-gradient(top, #4682b4 1%, #4682b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4682b4), color-stop(100%,#4682b4));
background: -webkit-linear-gradient(top, #4682b4 1%,#4682b4 100%);
background: -o-linear-gradient(top, #4682b4 1%,#4682b4 100%);
background: -ms-linear-gradient(top, #4682b4 1%,#4682b4 100%);

-webkit-box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.75);
-moz-box-shadow:    1px 1px 1px 0px rgba(100, 100, 100, 0.75);
box-shadow:         1px 1px 1px 0px rgba(100, 100, 100, 0.75);
}


.bbsbutton{
color:#FFF;
text-align:center;
padding:20px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

border:1px solid #4682b4;

background: #ee2525;
background: -moz-linear-gradient(top, #4682b4 1%, #4682b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4682b4), color-stop(100%,#4682b4));
background: -webkit-linear-gradient(top, #4682b4 1%,#4682b4 100%);
background: -o-linear-gradient(top, #4682b4 1%,#4682b4 100%);
background: -ms-linear-gradient(top, #4682b4 1%,#4682b4 100%);

-webkit-box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.75);
-moz-box-shadow:    1px 1px 1px 0px rgba(100, 100, 100, 0.75);
box-shadow:         1px 1px 1px 0px rgba(100, 100, 100, 0.75);
}

.back-button{
width:320px;
color:#FFF;
margin:10px auto;
text-align:center;
padding:5px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

border:1px solid #CD5C5C;

background: #CD5C5C;
background: -moz-linear-gradient(top, #CD5C5C 1%, #ffa07a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#CD5C5C), color-stop(100%,#ffa07a));
background: -webkit-linear-gradient(top, #CD5C5C 1%,#ffa07a 100%);
background: -o-linear-gradient(top, #CD5C5C 1%,#ffa07a 100%);
background: -ms-linear-gradient(top, #CD5C5C 1%,#ffa07a 100%);

-webkit-box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.75);
-moz-box-shadow:    1px 1px 1px 0px rgba(100, 100, 100, 0.75);
box-shadow:         1px 1px 1px 0px rgba(100, 100, 100, 0.75);
}

.back-button:hover{
color:#FFF;
}

.poster_info {
   border-top:1px solid #ccc;
   margin-top:10px;
   padding-top:8px;
   color:white;

   position:relative;
}

.poster_name {
text-align: left; display:inline; width:100%;
}
.poster_time {
text-align: right; display:inline; position:absolute; right:0;
}

.delbutton{

}


.log-edit{
  text-align:right;
}

.log-edit span{
color:#FFF;
padding:6px 10px;

border:1px solid #bb0101;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: #993333;
background: -moz-linear-gradient(top, #993333 1%, #993333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#993333), color-stop(100%,#993333));
background: -webkit-linear-gradient(top, #993333 1%,#993333 100%);
background: -o-linear-gradient(top, #993333 1%,#993333 100%);
background: -ms-linear-gradient(top, #993333 1%,#993333 100%);
}



#poster{

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	margin:0 0px;
	padding:5px 10px 5px 10px;
	font:bold 20px/1.2 Arial, Helvetica, sans-serif;
	color:#666;

	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;

	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;

    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);

}

#poster a{
	color:#696969;
}

#poster div{
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #6f6f6f 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(99%,#6f6f6f));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#6f6f6f 99%);
background: -o-linear-gradient(top, #9e9e9e 0%,#6f6f6f 99%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#6f6f6f 99%);

border-top:#939292 solid 1px;
border-right:#666666 solid 1px;
border-bottom:#666666 solid 1px;
border-left:#939292 solid 1px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

font-size:14px;
color:#FFF;

box-sizing: border-box;
text-shadow:none;
padding:8px;
position:absolute; right:5px; top:4px;
}

/**
#poster:before{
	content:" ";
	position:absolute;
	top:0;
	left:30px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
#poster:after{
	content:" ";
	position:absolute;
	top:0;
	left:31px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}
**/
#poster span{
	margin-right:10px;

}

/* ページ遷移リンク-グループ */
.page-jump-button{
  margin-top:8px;
}

/* ページ遷移リンクあり */
a.page-jump-button-on {
background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1), rgba(240, 240, 240, 1) 25%, rgba(235, 235, 235, 1) 30%, rgba(240, 240, 240, 1) 36%, rgba(235, 235, 235, 1) 50%, rgba(215, 215, 215, 1) 80%, rgba(210, 210, 210, 1));
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 2px 1px rgba(255, 255, 255, 1) inset;
    color: #666;
    display: inline-block;
    font-weight: bold;
    margin: 3px 0;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    width: 48%;
}

/* ページ遷移リンクなし */
span.page-jump-button-off {
  display: inline-block;
  width: 48%;
  font-weight: bold;
  text-align: center;
  soration: none;
  text-shadow:1px 1px 0 rgba(255,255,255,1);
  color: #666;
  padding: 10px 0;
  margin: 3px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #b3b3b3;

    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);

  -moz-box-shadow:
    1px 1px 2px rgba(000,000,000,0.2),
    inset 0px 2px 1px rgba(255,255,255,1);
  -webkit-box-shadow:
    1px 1px 2px rgba(000,000,000,0.2),
    inset 0px 2px 1px rgba(255,255,255,1);
  box-shadow:
    1px 1px 2px rgba(000,000,000,0.2),
    inset 0px 2px 1px rgba(255,255,255,1);
}

.new-post-1 {
float: left;
margin: 5px;
width: 48%;
}

.new-post-2 {
float: right;
margin: 5px;
width: 48%;
}

/* -------------------------------------------------
  ページタイトル
------------------------------------------------- */
.page-title{
	margin-bottom:15px;
	padding:5px 10px 5px 10px;
	color:#FFF;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;

background: #696969;
background: -moz-linear-gradient(top, #000000 1%, #808080 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(100%,#808080));
background: -webkit-linear-gradient(top, #000000 1%,#808080 100%);
background: -o-linear-gradient(top, #000000 1%,#808080 100%);
background: -ms-linear-gradient(top, #000000 1%,#808080 100%);

  border-top:#808080 solid 1px;
  border-right:#808080 solid 1px;
  border-bottom:#808080 solid 1px;
  border-left:#808080 solid 1px;
}
/* -------------------------------------------------
  検索
------------------------------------------------- */
.contents_area a{
	color:#696969;
}

.contents_area img{
	margin:0 10px 0 0;
}

#search .contents_area{
text-align:left;
}


#search .contents_kizi{
width:662px;
margin:0 auto 10px auto;
}

#search .kiji_outline{

}

#search .kizi_body{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}





#search #poster{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	text-align:left;
	position:relative;
	margin:0 auto;
	padding:5px 10px 5px 10px;
	font:bold 20px/1.2 Arial, Helvetica, sans-serif;
	color:#666;

	background:#ccc;
	border-top:#ccc solid 1px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#ccc solid 1px;

	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.5) inset;

    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(220, 220, 220, 1.0)), 
			color-stop(0.25, rgba(240, 240, 240, 1.0)),
			color-stop(0.30, rgba(235, 235, 235, 1.0)),
			color-stop(0.36, rgba(240, 240, 240, 1.0)),
			color-stop(0.50, rgba(235, 235, 235, 1.0)),
			color-stop(0.80, rgba(215, 215, 215, 1.0)),
			to(				 rgba(210, 210, 210, 1.0))
			);
	background-image: -webkit-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -moz-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: -o-linear-gradient(top,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
	background-image: linear-gradient(to bottom,
			rgba(220, 220, 220, 1.0), 
			rgba(240, 240, 240, 1.0) 25%,
			rgba(235, 235, 235, 1.0) 30%,
			rgba(240, 240, 240, 1.0) 36%,
			rgba(235, 235, 235, 1.0) 50%,
			rgba(215, 215, 215, 1.0) 80%,
			rgba(210, 210, 210, 1.0)
			);
}

#search .page-title{
background: linear-gradient(to bottom, rgba(220, 220, 220, 1), rgba(240, 240, 240, 1) 25%, rgba(235, 235, 235, 1) 30%, rgba(240, 240, 240, 1) 36%, rgba(235, 235, 235, 1) 50%, rgba(215, 215, 215, 1) 80%, rgba(210, 210, 210, 1)) repeat scroll 0 0 #ccc;
    border-color: #ccc #999 #999 #ccc;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    clear: both;
    color: #666;
    font: bold 16px/1.2 Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* -------------------------------------------------
  Add@20140610 投稿
------------------------------------------------- */
#write form,font{
color:#696969;
}

#write .page-title{
background: linear-gradient(to bottom, rgba(220, 220, 220, 1), rgba(240, 240, 240, 1) 25%, rgba(235, 235, 235, 1) 30%, rgba(240, 240, 240, 1) 36%, rgba(235, 235, 235, 1) 50%, rgba(215, 215, 215, 1) 80%, rgba(210, 210, 210, 1)) repeat scroll 0 0 #ccc;
    border-color: #ccc #999 #999 #ccc;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    clear: both;
    color: #666;
    font: bold 16px/1.2 Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 10px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

/* -------------------------------------------------
  Add@20140610 左カラム
------------------------------------------------- */
.notice {
    margin-bottom: 15px;
}
.notice h2 {
    border-bottom: 1px solid #d00;
    border-left: 5px solid #d00;
    margin-bottom: 10px;
    padding: 5px;
}
.notice p {
    color: #d00;
}
.notice_list {
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 30px;
}
.notice_list li {
    padding: 5px 0;
}

.bbslink{
margin:0;
padding:0;
}

.bbslink li{
font-weight:normal;
padding:3px;
border-bottom:1px dotted #333;
}

.bbslink a{
font-weight: bold;
}


/* -------------------------------------------------
メインカラム PR BOX
------------------------------------------------- */

.prbox {
    margin: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 0 5px;
    padding: 7px 0;
    text-align: left;
}

.prbox img{
    float: left;
    margin: 0 5px 0 5px;
    width: 90px;
    height: 90px;
}

#prbox_title {
    background: #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 21px;
    margin: 0 3px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(100, 100, 100, 1);
}


#prbox_title2 {
    background: #4682B4;
    border-bottom: 1px solid #4682b4;
    border-left: 1px solid #4682b4;
    border-right: 1px solid #4682b4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 21px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(100, 100, 100, 1);
}