body{
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
/* 入力フォーム系 */
.text {
    border:1px solid #202020;
    padding: 5px;
    color: #f0f0f0;
    background: #404040;
    border-radius: 5px;
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#202020),
        to(#909090)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #303030;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #202020,
        #909090
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #303030;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#aaaaaaaa);
    zoom: 1;
    }
.dropdown {
    border:1px solid #202020;
    padding: 5px;
    color: #6407df;
    background: #404040;
    border-radius: 5px;
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#202020),
        to(#909090)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #303030;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #202020,
        #909090
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #303030;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#aaaaaaaa);
    zoom: 1;
    }
textarea {
    border:1px solid #202020;
    padding: 5px;
    color: #f0f0f0;
    background: #404040;
    border-radius: 5px;
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#202020),
        to(#909090)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #303030;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #202020,
        #909090
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #303030;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#aaaaaaa);
    zoom: 1;
    }
/* 送信ボタン */
.submit{
    border:1px solid #6407df;
    padding: 4px 10px;
    color: #ffffff;
    cursor: pointer;
    background: #0c1cc0;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#6407df),
        to(#14ebf0)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #606060;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #6407df,
        #14ebf0
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #606060;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#6407dfe5,endColorstr=#14ebf0c9);
    zoom: 1;
}
/* 文字 */
@font-face {
  font-family: myfont;
  src: url(http://kenzi-big-rock.com/bin/tempest.ttf) format("ttf");
}
font {
	font-family:'Verdana','メイリオ', sans-serif;
}
a {
	text-decoration: none;
	color: #99aaff;
}
a:hover {
	text-decoration: none;
	color: #ffaa99;
}
/* 掲示板タイトル */
h1 {
	font-family:'Verdana','メイリオ', sans-serif;
	font-size: 8px;
	color:#aaaaaa;
}
/* 削除キー入力フォーム部の文字サイズ */
td.small {
	font-size:70%;
}
/* 全体記事装飾1 */
div.all_1 {
	font-size: medium;
	color: #808080;
	border-top: none;
	padding: 10px;
	border-radius: 10px;
	width:600px;
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #202020 fixed;
	text-align: center;
}
/* 全体記事装飾2 */
div.all_2 {
	font-size: medium;
	color: #888888;
	border-top: 1px #505050 solid;
	border-bottom: 1px #202020 solid;
	padding: 10px;
	border-radius: 10px;
	width:580px;
	background: url(http://kenzi-big-rock.com/img/bg/b_back.gif) #303030 fixed;
	text-align: center;
}
/* 全体記事装飾4 */
div.all_4 {
	font-size: medium;
	color: #888888;
	border-top: 1px #505050 solid;
	border-bottom: 1px #202020 solid;
	padding: 10px;
	border-radius: 10px;
	width:580px;
	background: url(http://kenzi-big-rock.com/img/bg/b_back.png);
	text-align: center;
}
/* 全体記事装飾3 (ミニ) */
div.all_3 {
	font-size: medium;
	color: #888888;
	border-top: 1px #505050 solid;
	border-bottom: 1px #202020 solid;
	padding: 10px;
	border-radius: 10px;
	width:260px;
	background: url(http://kenzi-big-rock.com/img/bg/b_back.gif) #303030 fixed;
	text-align: center;
}
/* 記事装飾 */
div.art {
	font-size: medium;
	color: #888888;
	text-shadow: 1px 1px 3px #000000;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	padding: 10px;
	border-radius: 10px;
	width:560px;
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030 fixed;
	text-align: left;
}
/* 記事リストボタン */
.listBox {
	font-family: myfont;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	border-top: 1px #303030 solid;
	border-bottom: 1px #101010 solid;
	padding: 6px;
	border-radius: 6px;
	width:530px;
	background-color: #202020;
	cursor: pointer;
	text-align: center;
}
/* アコーディオンボタン */
#accordion{
    border: 1px #000 solid;
    width:250px;
    border-radius: 10px;
	background-color: #303030
}
#accordion dt{
	color: #b0b0b0;
	font-family:'Verdana';
	font-size:xx-large;
	border: 1px #000 solid;
    background: url(http://kenzi-big-rock.com/img/bg/b_back.gif);
    padding: 10px;
    border-radius: 10px;
	text-align: left;
}
#accordion dt a{
	font-family:'Verdana';
	color: #b0b0b0;
	display:block;
}
#accordion dd{
	text-align: center;
	padding: 10px
}
/* メイン記事タイトル */
div.art strong {
	font-size:x-large;
	color:#ffffff;
	border-top: none;
	padding: 5px;
	border-radius: 10px;
	text-align: left;
}
/* メイン記事番号色 */
span.num {
	color:#ffffff;
}
/* 投稿フォーム */
table.regfm {
	border-radius: 10px;
	text-align: left;
}
img.capt {
	vertical-align:middle;
}
div.link {
	text-align: left;
	padding:2px;
}
div.obi {
	text-align:center;
	padding:2px;
	background:#00000;
	color:#fff;
	font-weight:bold;
}
div.note {
	width:97%;
	background:#ffffff;
	border:1px solid gray;
	margin:1em;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
p.close {
	text-align:center;
	margin-top:3em;
}
p.close input {
	width:80px;
}
div.center {
	text-align:center;
}
p.red {
	color:#ff9999;
}
div.key {
	float:left;
	width:3.5em;
}
div.val {
	float:left;
}
td.oldlog {
	background:#fff;
}
div.val strong {
	color:#008000;
}
/* 写真枠デザイン設定 */
div.photo {
	font-family: 'メイリオ';
	background: url(http://kenzi-big-rock.com/img/bg/b_back.gif) #303030;
	border-top: 1px #505050 solid;
	border-bottom: 1px #202020 solid;
	border-radius: 6px;
    padding: 10px;
	float:left;
	margin:6px;
}
/* 縦スクロール */
.content{
	width:580px;
	height:180px;
	overflow:hidden;
	background: url(http://kenzi-big-rock.com/img/bg/b_back.gif) #303030;
	color:#e0e0e0;
}
/* 横スクロール */
.content_2{
	width:570px;
	height:180px;
	overflow:hidden;
	padding:5px;
	background:#222;
	color:#e0e0e0;
}
/* インラインフレーム */
.content_3{
	width:250px;
	height:350px;
	overflow:auto;
}
.content_4{
	width:570px;
	height:1000px;
	overflow:auto;
}
/* トップスライダー */
.fluid_container {
	margin: 0 auto;
	max-width: 1250px;
	width: 100%;
}
/* 写真およびキャプション位置 */
p.image, p.caption {
	color:#dddddd;
	font-weight: bold;
	text-align:center;
}
/* 画像廻り込み終了 */
.clear {
	clear:both;
}
p.cen {
	text-align:center;
}
/* アイコン位置 */
img.icon {
	vertical-align:middle;
	border:none;
	margin: 2px;
}
p.sza {
	font-weight: bold;
	font-size: 3px;
}
p.szb {
	font-size: medium;
	color: #808080;
}
p.szc {
	font-weight: bold;
	font-size: 12px;
}
hr.style-one {
    border: 1px #505050 solid;
}
hr.style-two {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
hr.popline {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 6px 1px #555;
}
hr.style-four {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
/* スライドボタンCSS */

.open1{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:160px;
	}
.open2{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:120px;
}
.open3{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:150px;
}     
.open4{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:100px;
}
.open5{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:110px;
}
.open6{
	color: #808080;
	cursor: pointer;
	font-weight: 900;
	width:100px;
}
#slideBox1{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
#slideBox2{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
#slideBox3{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
#slideBox4{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
#slideBox5{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
#slideBox6{
	background: url(http://kenzi-big-rock.com/img/bg/l_back.gif) #303030;
	color: #808080;
	padding: 10px;
	margin: 10px;
	border-top: 1px #202020 solid;
	border-bottom: 1px #505050 solid;
	display:none;
	border-radius: 10px;
     }
}
.wrapp_1 {
	width:560px;
	height:170px;
	margin:0px auto;
	padding:5px;
	overflow:hidden;
	background:#000;
	border-radius:7px;
	box-shadow:0 0 20px #111;
}
.wrapp_2 {
	width:560px;
	height:140px;
	margin:0px auto;
	padding:5px;
	overflow:hidden;
	background:#000;
	border-radius:7px;
	box-shadow:0 0 20px #111;
}
div.foot_pc{
	color: #999999;
	text-shadow: 0 1px 0 #ffffff;
}
