@charset "utf-8";
/*
---------------------
cycle design 09.11.16
http://www.cycledesign.net/
---------------------
*/
/* 基本
-------------------------------------------------- */

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 190%;
	text-align: center;
	background-color: #F6F6F6;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
body{
	font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Meiryo";
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* detail
-------------------------------------------------- */
a{
	color: #855033;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
.b{font-size: medium;}
.s{font-size: 85%;}
.bold{
	font-weight: bold;
}
.mar-btm1{margin-bottom: 1em;}
.mar-top2{margin-top: 2em;}
.mar-lft1{margin-left: 10px;}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

.clear{
	clear: both;
}
/* structure
-------------------------------------------------- */

div#wrap{
	font-size: 108%;
	width:600px;
	color: #351C02;
	letter-spacing: 0.1em;
	margin-top:6em;
	margin-left:auto;
    margin-right:auto;
	text-align: left;
	padding-bottom: 80px;

}

p#footer{
	clear: both;
	padding:3em 0 1em 0;
	_padding-top:10px;
	font-size:65%;
	text-align: center;
	}
p#footer span{
	font-family: Verdana, Helvetica, sans-serif;
}
*:first-child+html p#footer{padding-top:10px;}
/* pre
-------------------------------------------------- */
p#top-img{
	clear: left;
}
p#attention{
	padding:10px 0 0 30px;
	float: left;
	font-size: 85%;
	width: 285px;
}
h1#logo{
	float: left;
	width: 285px;
	background-image: url(images/logo.gif);
	height: 0px;
	padding-top:68px;
	overflow:hidden;
	background-repeat: no-repeat;
	margin-bottom: 1.5em;
}

dl#pre{width: 600px;
		 }
dl#pre dt{
	float: left;
	width: 150px;
	clear:left;
	border-top: 1px solid #CCCCCC;
	padding:10px 0 10px 0;
	display: block;
	letter-spacing: 0.2em;
}
dl#pre dd{
	float: left;
	width: 450px;
	padding-bottom: 1em;
	border-top: 1px solid #CCCCCC;
					padding:10px 0 10px 0;
}
dl#pre dt.no-line{	border-top: none;}
dl#pre dd.no-line{	border-top: none;}
dl#time{
         border-bottom: 0px;
		 }
dl#time dt{
	float: left;
	width: 70px;
	clear:left;
	border-top: 0px;
	padding:0;
	display: block;
	letter-spacing: 0.1em;
}
dl#time dd{
	float: left;
	width: 250px;
	padding-bottom: 1em;
	border-top: 0px;
	padding:0;
}
p#top-img img{margin-bottom:30px;}
img.i-space{
	padding-right: 30px;
}
div#info{
	height:75px;
	padding-top:0.2em;
	padding-bottom:1em;
}
p#info-left{
	width:145px;
	float: left;
}

p#info-right{
	width:422px;
	float: right;
	font-size: 100%;
	line-height: 150%;
}
div#steam{
	background-image: url(images/yuge.png);
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;

}
/* for print
-------------------------------------------------- */

@media print {
div#wrap{width:600px;margin:0;}
p#top-img,p#attention,p#footer,dl#pre dt.p-none,dl#pre dd.p-none,.p-none,div#info{
	display: none;
}

}

