@charset "utf-8";

/*--reset--*/

*{
	margin:0;
	padding:0;
	border:0px;
}

/*--basic--*/

body{
	background-image:url("../images/bg_stripe.jpg");
	background-attachment:fixed;
	font-size:13px;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height:150%;
	color:#222;
}

h1,h2,h3,h4,h5,h6{
}

h1{
	font-size:18px;
	color:#039;
}

h2{
	font-size:15px;
}

address{
	font-style:normal;
	color:#039;
	font-weight:bold;
}

p{
}

li{
	list-style-type:none;
}

img{
}

object{
	margin-top:10px;
}

iframe{
	margin-top:10px;
}

/*--link--*/

a{
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

a:link{
	color:#222;
}

a:visited{
	color:#222;
}

a:hover{
	color:#606;
	text-decoration:underline;
}

a:active{
	color:#C03;
}

a.content_link{
	font-size:13px;
}

a.content_link:link{
	color:#666;
}

a.content_link:visited{
	color:#666;
}

a.content_link:hover{
	color:#939;
}

a.content_link:active{
	color:#F36;
}

/*--structure--*/

#wrapper{
	width:900px;
	margin:20px auto;
	background-image:url("../images/bg_wrapper.png");
}

#header{
	width:900px;
	height:200px;
	margin:0 auto;
	background-image:url("../images/bg_content.png");
}

#title{
	float:left;
	width:580px;
	height:200px;
}

#nav{
	float:left;
	width:320px;
	height:200px;
}

#footer{
	clear:both;
	width:900px;
	height:200px;
	margin:0 auto;
	background-image:url("../images/bg_content.png");
}

#etc{
	width:900px;
	height:90px;
	padding:5px;
}

#credit{
	width:880px;
	height:100px;
	margin:0 auto;
	text-align:center;
	border-top:2px dotted #666;
}

/*--detail--*/

#title img{
	margin:30px 0 0 30px;
}

#title h1{
	margin:20px 0 0 50px;
}

#nav .ul_1{
	margin-top:15px;
}

#nav .ul_2{
	margin-top:0;
	margin-left:50px;
}

#nav ul li a{
	padding-left:18px;
}

#nav ul li a.current{
	background-image:url("../images/mark.png");
	background-repeat:no-repeat;
	background-position:0 center;
}

h2.content_w200{
	margin:10px;
	padding:3px 0 0 5px;
	background-image:url("../images/bg_h1_180.jpg");
	background-repeat:no-repeat;
}

p.content_w200{
	margin:10px;
	width:180px;
}

h2.content_w400{
	margin:10px;
	padding:3px 0 0 5px;
	background-image:url("../images/bg_h1_380.jpg");
	background-repeat:no-repeat;
}

p.content_w400{
	margin:10px;
	width:380px;
}

h2.content_w500{
	margin:10px;
	padding:3px 0 0 5px;
	background-image:url("../images/bg_h1_480.jpg");
	background-repeat:no-repeat;
}

p.content_w500{
	margin:10px;
	width:480px;
}

p.link{
	margin:10px;
	text-align:right;
}

img.photo{
	margin-top:10px;
}

p.photo{
	margin-top:0;
}

#credit p{
	margin-top:10px;
}

#credit address{
	margin-top:10px;
}

.dummy{
	visibility:hidden;
}

p.validator{
	margin:10px;
}
