/*全ページ共通
-------------------------------------------------------------------------------------------------------------------------------------*/
* {
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color: #231308;
}

a:hover{
	text-decoration:underline;
}

html, body{
	text-align:center;
	color: #231308;
	background-image:url(../image/parts/bg_loop_gl.gif);
	background-repeat:repeat;
	/*
	background: -moz-linear-gradient(top, #FFF, #231308);　/* Firefox用 */
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#231308));　/* Safari,Google Chrome用 */
	}

#wrapper{
	text-align:left;
	width:800px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../image/parts/bg_wood.gif);
	background-repeat: repeat;
	-moz-box-shadow: 5px 5px 10px #231308;
	-webkit-box-shadow: 5x 5px 10px #231308;
	box-shadow: 5px 5px 10px #231308;
}

#header {
	text-align:left;
	margin:0;
	padding-left:5px;
	/*background-color: #231308;*/
	background: -moz-linear-gradient(top, #000, #231308);　/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#231308));　/* Safari,Google Chrome用 */
	}
	
#header h1 {
	font-size: 10px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
}

#gnavi {
	color: #FFF;
	width: 800px;
	float: left;
	overflow: hidden;
}
#gnavi a{
	color:#FFF;
	display: block;
}

#gnavi a:hover {
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";
}


#gnavi ul li {
	float: left;
	width: 159px;
	text-align: center;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: hidden;
	border-left-style: solid;
	border-left-color: #231308;
	background: -moz-linear-gradient(top, #231308, #000);　/* Firefox用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#231308), to(#000));　/* Safari,Google Chrome用 */
}
#gnavi ul .current {
}


#path {
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
	margin-top: 26px;
	margin-bottom: 5px;
	margin-left: 21px;
	font-weight: bolder;
	display: block;
	clear: both;
}

#path a  {
	color: #FFF;
}

#path li {
	display: inline;
}


#return {
	font-size: 10px;
	line-height: 16px;
	font-weight: bolder;
	color: #231308;
	text-align: right;
	margin-top: 5px;
	margin-right: 21px;
	padding-bottom: 5px;
}

#return a {
	color:#FFF;
}

#return a:hover {
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";
}

#footer{
	background-color: #231308;
	color: #FFF;
	width: 800px;
	height: 25px;
}
	
#footer p{
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
	float: right;
}

#count {
	float: left;
}

.tdftdiv {
	width: 794px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.tdftdiv ul li a {
}
.new {
	font-weight: bold;
	color: #FC0;
	text-decoration: blink;
	font-style: italic;
	font-size: 8px;
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/


/*index.html用
-------------------------------------------------------------------------------------------------------------------------------------*/
#top #content{
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}

#top #newest {
	width: 760px;
	overflow: hidden;
	background-color:#000;
}

#top #newest a:hover{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";	
}
#top #content h2{
	font-size: 12px;
	line-height: 16px;
	background-color: #CC9;
	text-indent: 15px;
	margin-bottom: 10px;
	text-align: left;
}
#top #navi{
	width:300px;
	background-color: #FFF;
	margin-bottom: auto;
	overflow: hidden;
	float: left;
	margin-left: auto;
	margin-top: 10px;
	}
#top #navi dt {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-indent: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#top #navi dl dd {
	font-size: 10px;
	line-height: 20px;
	text-indent: 25px;
}
#top #navi dl dd a:hover {
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";
}

#top #article{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	padding-bottom: 10px;
}
#top #article script{
	margin-right: auto;
	margin-left: auto;
}
#top #info{
	float:right;
	width:451px;
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 10px;
	}
#top #info_text{
	line-height: 16px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	width: 391px;
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#top #info_text dl dd{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom:4px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9;
}

#category #content{
	width: 760px;
	margin-right: auto;
	margin-left: 20px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#category h2 {
	font-size: 14px;
	line-height: 20px;
	background-color: #CC9;
	text-indent: 15px;
	margin-bottom: 10px;
}
#category #a_side  {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
#category #comment {
	background-color: #FFF;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#category #comment p{
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#category #navi {
	background-color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 250px;
}
#category #navi  dt{
	font-size: 12px;
	line-height: 20px;
	text-indent: 15px;
	font-weight: bold;
}
#category #navi dl dd {
	font-size: 10px;
	line-height: 20px;
	text-indent: 25px;
	white-space: nowrap;
}
#category #navi dl dd a:hover {
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";
}

#category #box {
	float: right;
	width: 500px;
}

#category #newest {
	width: 500px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #000;
}

#category #newest a:hover{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";	
}

#category .item_list{
	width: 500px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color:#000;
}
#category .item_list dt{
	font-size: 14px;
	line-height: 20px;
	background-color: #CC9;
	overflow: hidden;
	font-weight: bolder;
	text-indent: 15px;
	margin-bottom: 0px;
}
#category .item_list dt span{
	font-size: 8px;
	line-height: 8px;
}
#category .item_list dl dd{
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100px;
	display: inline;
	float: left;
}
#category .item_list dl dd a:hover{
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";	
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/


/*個別ページ用
-------------------------------------------------------------------------------------------------------------------------------------*/
#single #content {
	width: 800px;
	float: left;
}
#single #comment {
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 21px;
	color: #231308;
	overflow: hidden;
	float: left;
	background-color: #FFF;
}
#single #comment h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	background-color: #CC9;
	text-indent: 20px;
}
#single #comment p {
	text-indent: 40px;
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#single #box {
	float: left;
	width: 758px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
	overflow: hidden;
}
#single #box .corner  {
	float: left;
	overflow: hidden;
}
#single #box p {
	height: 300px;
	width: 400px;
	float: left;
	overflow: hidden;
}

#single .spec {
	width: 353px;
	float: left;
	color: #231308;
	height: 300px;
	font-weight: bolder;
	line-height: 40px;
	margin-left: 5px;
}

#single .spec dl {
	text-align: center;
	height: 215px;
	width: 358px;
	color: #FFF;
}

#single .spec dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9;
	line-height: 50px;
	font-size: 12px;
}
#single .spec dl dt pre {
	font-size: 16px;
	font-weight: bolder;
	display: inline;
	line-height: 20px;
}

#single #item_list {
	width: 756px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	margin-left: 21px;
	background-color: #FFF;
	overflow: hidden;
}
#single #item_list h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	background-color: #CC9;
	padding-left: 20px;
}

#single #loopslider {
	margin: 0 auto;
	width: 756px;
	height: 75px;
	text-align: left;
	background-color:#000;
	position: relative;
	overflow: hidden;
}

#single #loopslider ul {
	height: 75px;
	float: left;
	display: inline;
	overflow: hidden;
}

#single #loopslider ul li {
	width: 100px;
	height: 75px;
	float: left;
	display: inline;
	overflow: hidden;
}

#single #loopslider ul li a:hover{
	opacity:0.6;filter:alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";	
}

/* =======================================
	ClearFixElements
======================================= */
#single #loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#single #loopslider ul {
	display: inline-block;
	overflow: hidden;
}
/*-----------------------------------------------------------------------------------------------------------------------------------*/


/*ABOUT MEページ用
-------------------------------------------------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------------------------------------------*/
#about #content {
	width: 760px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}



#about #content table {
	background-color: #FFF;
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	height: 250px;
}

#about #content table caption {
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	background-color: #CC9;
	text-align: left;
	text-indent: 15px;
	overflow: hidden;
}
#about #content table tr th {
	background-image: url(../image/parts/bg_loop_gl.gif);
	background-repeat: repeat;
	text-indent: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #231308;
	width: 100px;
}
#about #content table tr td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #231308;
	padding-left: 20px;
}
#about #a_side {
	float: left;
	height: 338px;
	width: 300px;
}

#about #comment {
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 10px;
	width: 300px;
}
#about #comment h2 {
	font-size: 14px;
	line-height: 20px;
	background-color: #CC9;
	text-indent: 15px;
}
#about #comment p {
	font-size: 10px;
	line-height: 25px;
	text-indent: 15px;
}


#about #purpose {
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 10px;
}
#about #purpose dl dt {
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	background-color: #CC9;
	text-indent: 15px;
}

#about #purpose dl dd {
	font-size: 10px;
	line-height: 25px;
	text-indent: 20px;
}
#about #profile {
	overflow: hidden;
	width: 300px;
}

#about #profile table {
	width: 300px;
}
#about #box {
	float: right;
	width: 450px;
}

#about #movie {
	height: 338px;
	width: 450px;
	margin-bottom: 10px;
	overflow: hidden;
}
#about #history {
	overflow: hidden;
	width: 450px;
}

#about #history table {
	width: 450px;
}
#about #history table tr td pre {
	line-height: 25px;
}
