* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	color:#ccc;
	}

html , body {
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#333;
	scrollbar-face-color:#333;
	scrollbar-highlight-color:#666;
	scrollbar-3d-light-color:#666;
	scrollbar-shadow-color:#000;
	}

body {
	color: #000; 
	background-color:#333;
	padding:5px;
	}

a:link {
	color:#ccc;
	}

a:visited {
	color:#888;
	}

a:active , a:hover {
	color:#f5f5f5;
	}





#main-frame {
	width:980px;
	margin-left:auti;
	margin-right:auto;
	}






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

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


div#main img {
	width:100px;
	height:133px;
	border-width: 1px;
	border-color:#111111;
	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;
	} 

#gal {
	padding-bottom:30px;
	}


.pic-body {
	float:left;
	width:180px;
	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:#7d7d7d;
	text-align:center;
	margin-top:0;
	}


/* --------- ArchivePage ------------------------ */

.pagelinks {
	margin-bottom:30px;
	}

.pagelinks a {
	margin-left:2px;
	font-size: 12px;
	}


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



.category-nav {
	width:140px;
	color:#ccc;
	margin:3px 0 10px 0;
	margin-left:auto;
	margin-right:auto;
	}




.category-nav ul {
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
	}

.category-nav li {
	white-space: nowrap;
	}


.no-link {
	text-align:center;
	width:140px;
	text-decoration:none;
	color:#ccc;
	background-color :#333;
        padding: 2px 0 3px 0;
	margin-right:1px;
	margin-bottom:1px;
	border-style : solid;
	border-width : 1px;
	border-color : #999;
	}

.category-nav a {
	width:140px;
	text-decoration:none;
	color:#ccc;
	display:block;
	background-color :#333;
        font-size: 10px;
        padding: 2px 0 3px 0;
	margin-right:1px;
	margin-bottom:1px;
	border-style : solid;
	border-width : 1px;
	border-color : #999;
	}

.category-nav a:visited {
	text-decoration:none;
	color : #999;
	background-color:#222;
	border-style : solid;
	border-width : 1px;
	border-color : #666;
	}

.category-nav a:hover {
	text-decoration:none;
	color : #999;
	background-color:#111;
	border-style : solid;
	border-width : 1px;
	border-color : #666;
	}


.archive-nav {
	width:140px;
	color:#ccc;
	margin:20px 0 10px 0;
	margin-left:auto;
	margin-right:auto;
	}

.archive-nav ul {
	list-style-type:none;
	margin:0 5px 0 0;
	padding:0;
	}

.archive-nav li {
	white-space: nowrap;
	}

.archive-nav a {
	width:140px;
	text-decoration:none;
	color:#ccc;
	display:block;
	background-color :#333;
	font-weight:nomal;
        padding: 2px 0 3px 0;
	margin-right:1px;
	margin-bottom:1px;
	border-style : solid;
	border-width : 1px;
	border-color : #666;
	}

.archive-nav a:visited {
	text-decoration:none;
	color : #999;
	font-weight:nomal;
	background-color:#222;
	border-style : solid;
	border-width : 1px;
	border-color : #555;
	}

.archive-nav a:hover {
	text-decoration:none;
	color : #999;
	font-weight:nomal;
	background-color:#111;
	border-style : solid;
	border-width : 1px;
	border-color : #333;
	}


.category-nav a , .category-nav a:visited , 
.category-nav a:hover , .archive-nav a , 
.archive-nav a:visited  , .archive-nav a:hover {
	text-align:center;
	}



.menu {
	padding-bottom:10px;
	padding-left:2px;
	}


.cate-count {
	font-weight:nomal;
	font-size:9px;
	}


/* ----- footer --------------------------*/

.copy {
	font-size:9px;
	color:#6f6f6f;
	width:140px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	}




/* ----- エントリー --------------------------*/


h2 {
	color:#dc143c;
	font-size : 15px;
	}

.entry-keywords {
	font-size:12px;
	color:#eee;
	}


.entry-pic {
	padding:10px;
	}

.entry-foot {
	clear: both;
	padding-top:40px;
	color:#999;
	}


/* ----- 検索 --------------------------*/


.et {
	margin-top:20px;
	}

/* ----検索ボックス---- */


input.search-box {
	width: 90px;
	color:#000;
	} 


#search , input {
	color:#666;
	}

input {
	background:#e7e7e7
	}





/* ----------------- 洋撰 menu ----------------  */



ul {
	list-style: none;
}


.yosen-menu {
	width: 140px;
	text-align:right;
}

*html .yosen-menu {
	margin-right:6px;
}

.yosen-menu ul li {
	position: relative;
	margin-bottom: 2px;
	width: 140px;
	height: 20px;
	border:solid 1px #bebe99;
}

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


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



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

html > body .yosen-menu ul li ul {
	position: absolute;
	top: 0px;
	right: 141px;
	width: 141px;
}

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

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

.yosen-menu ul li a:visited {
	color:#ffffff;
}



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

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



.yosen-menu ul li ul li a {
	background: #000000;
	filter:alpha(opacity=80); 
	color:#ffffff;
	border:none;
	}




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



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




/* Category Menu */

#cat-menu , .cate-title {
	margin-right:auto;
	margin-left:auto;
}


#cat-menu {
	width:170px;
	height:300px;
	text-align:left;
	font-size:11px;
	line-height:1.7;
	color:#ccc;
	overflow-y:scroll;
	overflow-x: hidden;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#333333;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-3d-light-color:#666666;
	scrollbar-shadow-color:#000000;

	}


#cat-menu a:link , #cat-menu a:visited , #cat-menu a:hover {
/*	font-weight:bold;*/
	font-size:10px;
	text-decoration:none;	
	}

#cat-menu a:link {
	color:#ccc;
	}

#cat-menu a:visited {
/*	color:#a0522d;*/
	color:#fff;
	}


#cat-menu a:active , #cat-menu a:hover {
	color:#c66;
	}


.cate-count {
	font-weight:nomal;
	font-size:9px;
	color:#999;
	}

.cate-title {
	width:170px;
	font-weight:bold;
	background: url(img/title-back.gif) no-repeat #000;
	height:21px; 
	text-indent:0.5em;
	line-height:17px;
	margin-bottom:3px;
	text-align:left;
	}











