@charset "utf-8";
/*
---------------------
cycle design 09.06.19
http://www.cycledesign.net/
---------------------
*/
/* reset
-------------------------------------------------- */
html {
overflow-y:scroll;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 180%;
}

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 {
	overflow-x:hidden;
	letter-spacing: 1px;
}


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;
}
a { outline: none; }
.b{
	font-size: 108%;
	line-height: 250%;
}

/* common
-------------------------------------------------- */
body {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',Verdana,serif;
	background: url(images/bg.jpg) repeat;
}
a{
	color: #8F0708;
}
a:hover{
	color: #666666;
}
.mar-top1{
	margin-top: 1em;
}
.pad-top1{
	padding-top: 1em;
}
.pad-top2{
	padding-top: 2em;
}
.mar-left3{
	margin-left: 5em;
}
.mar-bottom2{margin-bottom: 2em;}
.left{
	float: left;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

/* structure
-------------------------------------------------- */
div#wrap{
	font-size: 100%;
	width:892px;
	color: #2C2C2C;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	background: url(images/wrap-bg.gif) repeat-y;

}
p#header{
	margin-left: 2px;
}

div#footer{
	margin-top: 5em;
}
div#nav{
	float: left;
	width:26px;
	padding:101px 0 0 67px;
	position: absolute;
}
   div#nav ul li{
	padding-bottom: 29px;
	font-size: 0px;
	line-height: 0px;
}
div#box{
    padding: 3em 2em 2em 160px;
	float: left;
	width:700px;
	}
p#pict{
    margin-left:14px;
}

div#footer h3{
	font-size: 108%;
	font-weight: bold;
}
p.name{
	text-align: right;
	margin-top: 1em;
	margin-right: 6em;
}
p.copy{
	font-size: 70%;
	text-align: right;
	margin-top: 2em;
	color: #FFFFFF;
	background: #000000;
	clear: left;
	width:858px;
	margin-left:2px;
	padding-right:30px;
	
}
p.copy span{font-family: 'Verdana', Helvetica, Verdana, sans-serif;}
p#catch{
	position: absolute;
	padding-left: 110px;
	padding-top: 5px;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-size:93%;
	height:20px;
}
p.add{
	font-size: 85%;
	line-height: 140%;
}
/* access
-------------------------------------------------- */
p#d-map{
    float: left;
	width:250px;
	height:210px;
	margin-right:3em;
	}
div#address{
    float: left;
	width:410px;
	}
	div#address dl{
	clear: left;
	}
	div#address dl dt{
	float: left;
	width: 5em;
	margin-right: 0.5em;
}
	div#address dl dd{
	float: left;
	width: 25em;
	letter-spacing: 0em;
}
p#logo{
	float: left;
	margin-right: 2em;
}
p#name{
	padding-top: 2em;
	font-size: 123.1%;
	font-weight: bold;
}
div#map{
	clear: left;
}
/* access
-------------------------------------------------- */
span.course{
	font-size: 123.1%;
}
/* for print
-------------------------------------------------- */

@media print {
body,div#wrap{
	background: #FFFFFF url(none);
}
div#wrap,div#box,div#map{margin:0;padding:0;}
div#nav,p#header,p#catch,p.copy{
	display: none;
}
}
