/* CSS Document */

body { text-align: center; 
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#cccccc;
	background-color: #121212;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}


#wrapper { text-align: left; width: 900px; margin: 0px auto; }
#wrapper2 { width: 900px; float: left; }




/* ヘッダー部 */
#header {
	height: auto;
	background: #000000;
	margin: 0px;
	padding: 0px;
}


/* コンテンツ部 */
#contents {
	width: 900px;
	height: auto;
	background: #1c1c1c;
	margin: 0px;
	padding: 0px;


	border-top: 1px solid #ff0000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;

}




/* 左カラム */
#left-column {
	float: left;
	width: 400px;
	background: #1c1c1c;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* 右カラム */
#right-column {
	float: right;
	width: 400px;
	background: #1c1c1c;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}



/* カラムボックス 370使いまわし用 */
.cmbox {
	float: right;
	width: 370px;
	background: #000000;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;

	color: #cccccc;
	font-size: 12px;
	line-height: 120%;
}




.cmbox500 {
	width: 500px;
	height: auto;
	background: #030303;

	margin-top: 20px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 30px;

	padding: 20px;

	border: 0px solid #ff0000;

	color: #cccccc;
	font-size: 12px;
	line-height: 120%;
}




/*サブメニューボックス*/
.submbox {
	width: 860px;
	height: auto;
	background: #030303;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;

	padding: 20px;

	border: 0px solid #ff0000;

	color: #cccccc;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
}




/*ようつべボックス*/
.youtubebox {
	width: 500px;
	height: auto;
	background: #030303;

	margin-top: 30px;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: 30px;

	padding: 0px;
}


/*仕切り線*/
hr {
	display:none;
}

.line01 {
	width:500px;
	height:3px;
	background:url(img/line01.gif) repeat-x;

	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}






/* フッター部*/
#footer {
	height: 40px;
	background: #000000;
	clear: both;
}



/* クリア*/
.clr  {
	clear: both;
	margin: -12px;
	height: 12px;
	width: 12px;
}



/* リンク*/
a{
	color: #ff0000;
}

a:hover {
	color: #ffff00;
}






/* コンテンツボックス */
.conbox {
	width: 800px;
	height: auto;
	background: #030303;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: auto;
	margin-bottom: 12px;

	padding: 0px;

	border: 0px solid #ff0000;
}





/*メニュー用*/

.menu_box {
	width:900px;
	height:40px;

	margin: 0px;
	padding: 0px;

	border: 0px #ff0000 solid;
}


#g_navi {
	height:40px;
	background:url(img/g_navi_bg.gif) no-repeat;
	padding: 0px;
	margin: 0px;

}


#g_navi ul {
	padding: 0px;
	margin: 0px;
}



#g_navi li {
	display:inline;
	list-style-type:none;
}

#g_navi li a {
	height:40px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}



/*-マウスアウト-*/
#g_navi li.g_navi01 a {
	background:url(img/g_navi.gif) no-repeat 0px 0px;
	width:200px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi02 a {
	background:url(img/g_navi.gif) no-repeat -200px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi03 a {
	background:url(img/g_navi.gif) no-repeat -300px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi04 a {
	background:url(img/g_navi.gif) no-repeat -400px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi05 a {
	background:url(img/g_navi.gif) no-repeat -500px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi06 a {
	background:url(img/g_navi.gif) no-repeat -600px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi07 a {
	background:url(img/g_navi.gif) no-repeat -700px 0px;
	width:100px;
	overflow:hidden;
	outline:none;
}



/*-マウスオーバー-*/
#g_navi li.g_navi01 a:hover {
	background:url(img/g_navi.gif) no-repeat 0px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi02 a:hover {
	background:url(img/g_navi.gif) no-repeat -200px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi03 a:hover {
	background:url(img/g_navi.gif) no-repeat -300px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi04 a:hover {
	background:url(img/g_navi.gif) no-repeat -400px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi05 a:hover {
	background:url(img/g_navi.gif) no-repeat -500px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi06 a:hover {
	background:url(img/g_navi.gif) no-repeat -600px -80px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi07 a:hover {
	background:url(img/g_navi.gif) no-repeat -700px -80px;
	overflow:hidden;
	outline:none;
}



/*-マウスオン-*/
#g_navi li.g_navi01_on a {
	background:url(img/g_navi.gif) no-repeat 0px -40px;
	width:200px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi02_on a {
	background:url(img/g_navi.gif) no-repeat -200px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi03_on a {
	background:url(img/g_navi.gif) no-repeat -300px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi04_on a {
	background:url(img/g_navi.gif) no-repeat -400px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi05_on a {
	background:url(img/g_navi.gif) no-repeat -500px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi06_on a {
	background:url(img/g_navi.gif) no-repeat -600px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

#g_navi li.g_navi07_on a {
	background:url(img/g_navi.gif) no-repeat -700px -40px;
	width:100px;
	overflow:hidden;
	outline:none;
}

/*メニュー用*/






/*このページの先頭へ*/
.gtpt {
	width: 800px;
	height: auto;
	background: #1c1c1c;

	margin: 0px;
	padding: 0px;

	color: #666;
	font-size: 12px;
	line-height: 120%;
	text-align: right;

	border: 0px solid #ff0000;
}






/* テキストの設定達*/
.c00000_b_15 {
	color: #c00000;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;

	margin-top: 0px;
}


.ffff00_b_15 {
	color: #ffff00;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;

	margin-top: 0px;
}




.f12_666 {
	color: #666;
	font-size: 12px;
	line-height: 120%;
}


.noh {
	color: #666;
	font-size: 15px;
	line-height: 120%;
}



.koko {
	color: #ffff00;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
}









/* プロフィール　写真用ボックス*/
.pbox_left {
	float: left;
	margin-right: 1em;
}


.pbox_right {
	float: right;
	margin-right: 1em;
}


