@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

body{
	background: url(images/body_bg.jpg) repeat;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #280808;
	line-height:1.5em;
}

a:link{
	color:#5c2020;
}

a:hover{
	color:#999966;
}

div#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
}

div.index{
	background: url(images/cont_bg.jpg) no-repeat #fff;
}
div.intro{
	background: url(images/cont_bg02.jpg) no-repeat #fff;
}
div.link{
	background: url(images/cont_bg03.jpg) no-repeat #fff;
}
div.privacy{
	background: url(images/cont_bg04.jpg) no-repeat #fff;
}
div.contact{
	background: url(images/cont_bg05.jpg) no-repeat #fff;
}

/* #header */

div#header{
	height: 218px;
}

div#header ul{
	text-align: right;
	margin-top: 75px;
	margin-right: 20px;
	font-size: 14px;
	list-style: none;
}

div#header li{
	display: inline;
	margin: 0 0.2em;
}

div#header ul li a{
	font-weight: bold;
}

div#header ul li a:visited{
	color:#5c2020;
}

div#header ul li a:hover{
	color:#999966;
}

/* #wrapper */

div#wrapper{
}

/* #side */

div#side{
	float: right;
	width: 288px;
}

div#side div{
	width: 250px;
	background-color:#f5e8df;
	margin-left: 18px;
}

div#side h1,
div#side p{
	margin-left: 15px;
	margin-right: 15px;
}

/* #main */

div#main{
	float: left;
	width: 512px;
	margin-bottom: 40px;
}

div#main p{
	width: 420px;
	margin: 10px 0 20px 50px;
}

div#main p.site{
	width: 400px;
	margin: 0 0 20px 70px;
}

div#main p.site a{
	font-weight: bold;
}

div#main img{
	clear: both;
}

div#main div.pr{
	width: 420px;
	margin-left: 50px;
}

ol{
	list-style: none;
}

div.pr ol li{
	margin-left:10px;
	width:200px;;
	float: left;
	background: url(images/point.gif) 0 4px no-repeat;
	text-indent: /**/13px;
}

/* #footer */

div#footer{
	clear: both;
	background-color: #fff9db;
	text-align: center;
	padding: 10px 0;
}

/* プライバシーポリシー */

#list{
	font-size: 11px;
	width: 420px;
	margin-left: 50px;
	}

#list ol{
	margin-left: 20px;
}

#list ol li{
	margin: 10px 0;
}

#list ol ol{
	list-style: lower-roman;
}

/* その他 */
strong{
	color:#FF0000;
	font-weight: bold;
}
textarea{
	width:400px;
	height:3em;
	margin-top:5px;
	font-size:12px;
	background:#efefef;
	*margin-left:-4em;
	*height:4em;
}
