@charset "utf-8";
/* CSS Document */

/*リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
a{
	text-decoration:none;
}
a:hover{
	/*text-decoration:underline;*/
}
.clear { clear:both; }  

input{
	font-size:120%;
}

input[type="submit"]{
	margin:5px 0;
}
/*設定*/
h1{
	font-size:150%;
	font-weight:bold;
	margin:10px auto;
}

h2{
	font-size:120%;
	font-weight:bold;
	margin:5px 0;
}

#board{
	/*text-align:center;*/
	padding:5px;
}

/*メニュー*/
ul#top_menu{
	/*border-width:1px;
	border-style:dotted;*/
	margin:5px 0;
	text-align:center;
}

ul#top_menu li{
	float:center;
	margin:2px;
}

ul#top_menu li a{
	border-width:2px;
	border-style:solid;
	display:block;
	padding:6px;
}

#top_menu li a div{
	margin:auto 0;
}

ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#under_menu{
	border-width:1px;
	border-style:solid;
	margin:5px 0;
}

#under_menu li a{
	border-width:1px;
	border-style:solid;
	display:block;
	padding:3px;
}

.change{
	border-width:1px 0;
	border-style:solid;
	margin:5px 0;
	padding:5px;
}

.data textarea{
	width:90%;
	height:10em;
}

.back a{
	display:block;
	border-width:1px;
	border-style:solid;
	margin-top:3px;
	padding:5px;
}

.content{
	border-width:1px;
	border-style:solid;
}
/*スレッド表示*/

.threads {
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
	padding-top:10px;
	padding-bottom:10px;
}

.threads li {
	position: relative;
	border-bottom: solid 1px #E0E0E0;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F0F0F0));
}

.threads li a {
	display: block;
	padding: 15px 30px 15px 10px;
	border-bottom: solid 1px #fff;
	background: url(link.png) no-repeat;
	background-position:right center;
	-moz-background-size: 9px 13px;
	-webkit-background-size: 9px 13px;
	background-size: 9px 13px;
	color: #333;
}


#threads{
	text-align:left;
	/*border-width:1px 1px 0 1px;
	border-style:solid;*/
	border-top:1px solid;
	margin:5px 0;
}




.move a{
	display:inline-block;
	margin:5px;
	padding:5px;
	border-width:2px;
	border-style:solid;
	width:45px;
}

.pagemenu{
	text-align:center:
	border-width:2px;
	border-style:solid;
	display:inline-block;
	margin:5px;
	padding:5px;
	width:45px;
}

.sort{
	text-align:center:
}
.sort a{
	display:inline-block;
	margin:5px;
	padding:5px 2px;
	border-width:2px;
	border-style:solid;
	width:45%;
}

/*スレッド*/
.comment{
	/*border-width:1px;
	border-style:solid;*/
	border-top:1px solid;
	text-align:left;
	margin:5px;
	margin-bottom:15px;
	padding-top:5px;
}

.others{
	margin:3px 0;
}

.others span{
	margin-right:5px;
}

.operation{
	/*border-width:1px 0 0 0;
	border-style:solid;
	text-align:center;*/
}

.operation a{
	font-size:90%;
	margin:2px 5px 2px 5px;
	padding:0 3px;
}

#move{
	border-width:3px;
	border-style:double;
	padding:3px;
}

/*投稿*/
.form{
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding-left:5px;
}

/*画像*/
.file_d a{
	display:inline-block;
	border-width:1px;
	border-style:solid;
	margin:5px;
	width:60px;
	line-height:30px;
}

/*検索*/
.value{
	border-width:1px;
	border-style:solid;
	margin-right:5px;
}

/*広告枠上段*/
.koukoku0{
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
}

.koukoku1{
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
}

.c_head{
	font-size:small;
}


.emulate_device{
	font-weight:bold;
	font-size:75%;
	text-align:right;
	height:35px;
	background-color:#000000;
	border-bottom:1px #222222 solid;
}

.emulate_device ul{
	float:right;
}

.emulate_device ul li{
	float:left;
}

.emulate_device ul li a{
	border:1px #000000 solid;
	display:block;
	padding:3px;
	color:white;
	margin:5px 5px 0 0;
}

.emulate_device ul li a:hover{
	text-decoration:none;
	background-color:#555555;
}

