/* ----------- 共通 -------------*/


* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	}


body {
	background:url("img/back.gif");
	}

iframe {
	overflow-x: hidden;
	margin-left:auto;
	margin-right:auto;
	}


#left iframe , #right iframe {
	margin-bottom:20px;
	}


h1 {
	width:908px;
	height:15px;
	font-size:10px;
	color:#cccccc;
	text-align:left;
	text-indent:1em;
	background:url(img/h1.gif) repeat-x bottom;
	}

.outline {
	border-left:solid 2px #000;
	border-right:solid 2px #000;
	}


td , .fset1 , .fset6 , .guide , .guide2 {
	font-size:10px;
	}

.fset1 {
	color:#e3e3e3;
	}

.fset6 {

	color:#ccc;
	}

.guide {
	color:#ccc;
	background-color:#000;
	}

.guide2 {
	color:#999;
	background-color:#333;
	}

.margin-auto {
	margin-left:auto;
	margin-right:auto;
	}

.space {
	clear: both;
	height:50px;
	}



/* ----------- ヘッダー -------------*/

#header {
	background: url(img/banner2.gif) no-repeat #333;
	margin-top:-2px;
	padding-top:4px;
	padding-left:10px;
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	text-align:left;
	}





/* ----------- サイド -------------*/




h4 , .pr , .submenu , .sites  {
	margin-left:auto;
	margin-right:auto;
	}


h4 {
	width:158px;
	font-size:11px;
	text-align:left;
	color:#cccccc;
	background: url("img/title-back.gif") no-repeat;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-indent:0.5em;
	line-height:17px;
	margin-bottom:10px;
	}


.pr {
	width:170px;
	text-align:left;
	}

.submenu {
	width:170px;
	text-align:left;
	margin-top:50px;
	line-height:140%
	}




/* ----------- 左カラム -------------*/


#left {
	text-align:center;
	background: url(img/back3.gif);
	padding-top:20px;
	}


.sites {
	width:170px;
	font-size:11px;
	font-family: Verdana,Geneva, Arial,sans-serif;
	font-weight:bold;
	line-height:150%;
	margin-bottom:30px;
	text-align:left;
	}

.sites ul {
	margin:0;
	padding:0;
}

.sites li {
	list-style-type:none;
	text-indent:0.5em;
}


.site-box {
	width:136px;
	text-align:center;
	padding-bottom:20px;

}





/* ----------- 右カラム -------------*/

#right {
	text-align:center;
	padding-top:25px;
	background:#333;
	}

#right table {
	margin-left:auto;
	margin-right:auto;
	}

.sub {
	font-size:10px;
	height:21px;
	line-height:21px;
	margin-bottom:0;
	padding-bottom:0;
	background: url(img/title-back-right.gif) no-repeat;
	}




/* ----------------- メインメニュー ----------------  */



ul {
	list-style: none;
}


.main-menu {
	width: 150px;
	border-style:double;
	border-color:#555;
	border-width:4px;
	margin-left:auto;
	margin-right:auto;
}


.main-menu ul li {
	position: relative;
	margin-bottom: 2px;
	width: 150px;
	height: 22px;
	border-top:solid 1px #bebe99;
	border-right:solid 1px #222;
	border-bottom:solid 1px #c1c1c1;
	border-left:solid 1px #bebe99;
}

.main-menu ul li table {
	padding: 0;
	position: absolute;
	top: -1px;
	right: 1px;
	visibility: hidden;
	overflow: hidden;
}


html > body .main-menu ul li table {
	position: absolute;
	top: 0;
	right: 1px;
}


.main-menu ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 149px;
	width: 150px;
	height: 0;
	border-style:solid;
	border-width: 1px;
	border-color: #c1c1c1;
}

html > body .main-menu ul li ul {
	position: absolute;
	top: -1px;
	right: 151px;
	width: 152px;
}


*+html body .main-menu ul li ul {
	position: absolute;
	top: -1px;
	right: 151px;
	width: 152px;
}


.main-menu ul li ul li {
	margin-bottom: 0;
	width: 150px;
	border:1px solid #111;
}

.main-menu ul li a {
	height: 22px;
	margin-bottom: 0;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	line-height: 20px;
	text-indent:1em;
	background: url(img/bg1.gif) repeat-x bottom;
	display: block;
	text-decoration: none;
}

.main-menu ul li a:visited {
	color:#fff;
}



.main-menu ul li a:hover {
	position: relative;
	z-index: 100;
	color:#ffffcc;
	background: #000;
}

.menu-allow {
	background: url(img/menu-allow.gif) no-repeat bottom;
}



.main-menu ul li ul li a {
	background: #000;
	filter:alpha(opacity=80); 
	color:#fff;
	border:none;
	}




.main-menu ul li ul li a:hover {
	color:#000000;
	background: #ccc;
	filter:alpha(opacity=80); 
}



.main-menu ul li:hover ul ,
.main-menu ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}










/* ------- 右カラム iframe ------*/

.links , .osusume {
	width:170px;
	}


.links {
	height:1820px;
	}

html>body .links {
	height:1840px;
	}


.osusume {
	height:920px;
	}

html>body .osusume {
	height:1000px;
	}




/* ---------- センターカラム -----------------------------------------*/

#main {
	padding-top:26px;
	border-top:solid 2px #000;
	background:url(img/main-back.gif) repeat-y;
	}

#entry-body {
	font-size:11px;
	text-align:left;
	line-height:1.5;
	background-color:#222;
	padding:20px 10px 0 10px;
	border-style:solid;
	border-width:2px 0px 2px 2px;
	border-color: #333 #333 #111 #333;
	}


.pagetop {
	font-size:10px;
	text-align:center;
	margin-top:40px;
	}





/* ----------- 2カラム left -------------*/

#left-frame {
	background:url(img/left-back-top.gif) no-repeat #333;
	}


#left-cont {
	background:url(img/left-back.gif) repeat-y #333;
	margin-top:3px;
	padding-top:25px;
	}





/* ----------- ページタイトル -------------*/

.gt , .gt-width , .gt-width2 {
	font-size:12px;
	line-height:12px;
	color:#ccc;
	font-weight:bold;
	text-align:left;
	background:#333;
	text-indent:1em;
	}

#entry-body .gt-width , .gt-width2 {
	margin-bottom:20px;
/*	margin-left:auto;
	margin-right:auto*/;
	}

.gt {
	width:432px;
	heighT:31px;
	background: url(img/gt.gif) no-repeat #333;
	line-height:31px;
	}


.gt-width {
	width:479px;
	heighT:28px;
	background: url(img/gt-width.gif) no-repeat #333;
	line-height:28px;
	}

.gt-width2 {
	width:560px;
	heighT:28px;
	background: url(img/gt-width2.gif) no-repeat #333;
	line-height:30px;
	font-size:12px;
	}


.gt2 {
	width:427px;
	font-size:12px;
	line-height:12px;
	color:#ccc;
	background-color:#333;
	font-weight:nomal;
	text-align:right;
	padding:2px 0 3px 3px;
	margin:2px 0 40px 0;
	border-style:solid;
	border-color:#999;
	border-width:0 0 1px 0;
	}












/* ----------- 次のページへ -------------*/


a.next:link , a.next:visited , a.next:hover {
	font-size:10px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	padding:3px 10px;
	margin:1px;
	border-style:solid;
	}

a.next:link , a.next:visited {
	color:#cccccc;
	background-color:#333;
	border-color:#777;
	border-width:1px
	}

a.next:hover {
	color:#e3e3e3;
	background-color:#777;
	border-color:#e3e3e3;
	border-width:1px 0px;
	}




/* ----------- sitemap main/links 検索input -------------*/

.fset7 {
	font-size:10px;
	color:#000;
	}









/* ----------- メニュー -------------*/

.menu-out {
	border-style:double;
	border-color:#555;
	border-width:1px;
	}

.n {
	border-style:solid;
	border-color:#bebe99 #3f3f33 #3f3f33 #bebe99;
	border-width:1px;
	}


a.h:link , a.h:visited , a.h:hover {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	padding:3px 0px 3px 5px;
	}

a.h:link , a.h:visited {
	color:#fffff0;
	}


a.h:hover {
	color:#ffffcc;
	}




/* ----------- リンク -------------*/


a:link , a:visited , a:active {
	text-decoration: none;
	}

a:link {
	color:#ccc;
	}

a:visited {
	color:#ccc;
	}

a:active {
	color:red;
	}


a:hover img {
	position: relative;
	top: 0;
	}

a.red:link , a.red:visited , a.red:active , a.red:hover {
	text-decoration: none; 
	font-size:10px;
	}

a.red11:link , a.red11:visited , a.red11:active , a.red11:hover {
	text-decoration: none; 
	font-size:11px;
	font-weight:bold;
	}

a.red:link , a.red11:link {
	color:#aaa; 
	}

a.red:visited , a.red11:visited {
	color:#808080;
	}

a.red:active , a.red11:active {
	color:#999;
	}

a.red:hover , a.red11:hover {
	color:red;
	position:relative; 
	top:1px;
	}



a.hanten:link , a.hanten:visited {
	color:#ccc;
	text-decoration: none;
	}

a.hanten:active {
	color:red;
	text-decoration: none;
	}

a.hanten:hover {
	color:red;
	position:relative;
	top:1px;
	}


.red-b {
	font-size:12px;
	font-weight:bold;
	color:red;
	}








/* -------- コンテンツ ------------------------ */

div#gal {
	text-align:center;
	margin-left:20px;
	padding-top:60px;
	padding-bottom:20px;
	}


div#gal img {
	width:100px;
	height:133px;
	border-width: 1px;
/*	border-color:#111;*/
	border-color:#fff;
	margin-bottom:1px;
	}

.title {
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#e3e3e3;
	padding:3px;
	border-bottom:dotted 2px #999;
/*	background:url(img/title.gif) no-repeat;*/
	}

a.top:link , a.top:visited {
	color:#c03;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
	}


.disc {
	width:100%;
	text-align:center;
	} 

.pic-body {
	float:left;
	width:150px;
	height:200px;
	text-align:center;
	}


*html .pic-body {
/*	height:1%;*/
	}



.label {
	width:90%;
	color:#ccc;
	text-align:center;
	padding:2px 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-10px;
	background-color:#222222;
	border-top:solid 1px #3a3a3a;
	border-bottom:solid 1px #111111;
	}

.model-name {
	width:100%;
	color:#999;
	text-align:center;
	margin-top:0;
	}

*html .model-name {
	padding-bottom:20px;
	}


.date {
	width:100%;
	color:#fff;
	text-align:center;
	margin-top:0;
	}

