@charset "Shift_JIS";

/*
--------------------------


”format
”wrapper
”header
”image
”sub
”message(class)
”content
”links(class)
”footer

--------------------------
*/


/* ”format
-----------------------------------*/

*{
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

body{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
	background-image: url(image/index_bg.jpg);
	font-family: "lr oSVbN";
}

a{
color: #661111;
text-decoration: underline;
}

a:hover{
color: #999999;
text-decoration: none;
}

p{
text-indent: 0.7em;
padding: 0 1em 3px 1em;
}

address{
	font-style: normal;
	font-size: xx-small;
	font-family: "lr oSVbN";
}

img{
border: none;
}

hr{
border: none;
clear: both;
visibility: hidden;
height: 0px;
}


/* ”wrapper
-----------------------------------*/

div#wrapper{
width:85%;
min-width: 50em;
max-width: 90em;
text-align: left;
margin: 0 auto;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

/* ”header
-----------------------------------*/

div#header{
width:100%;
height:50px;
}

div#header h1{
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccbb;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ccaa66;
	font-family: "lr oSVbN";
}

div#header ul{
text-align: right;
}

div#header li{
padding-right: 3px;
display: inline;
}

/* ”content
-----------------------------------*/

div#content{
width:100%;
}

div#content h2{
	font-weight: bold;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccccbb;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ccaa66;
	font-family: "lr oSVbN";
}

div#content p{
padding: 0 40px 5px 1.5em;
}

div#content li{
margin:0 40px 0 0;
padding: 15px 0px 15px 2.5em;
background-image: url('img/index_list.gif');
background-repeat: no-repeat;
background-position: 1em 20px;
border-bottom: 1px dotted #CCCCBB;
}

div#content dt{
padding: 10px 40px 0px 1em;
}

div#content dd{
padding: 0px 40px 3px 2em;
}

/* ”links
-----------------------------------*/

div.links{
margin:10px 10px 0px 10px;
background-color: #FFFFEE;
border-top:3px solid #CCAA66;
border-bottom:1px solid #CCCCCC;
}

div.links p{
text-indent: 0px;
padding: 0;
font-size: 1.8em;
font-family: "lr o¾©";
font-weight: bold;
padding:50px 30px 0 0;
}
div.links dl{
width: 100%;
border-top: 2px solid #AA5555;
border-right: 1px solid #CCCCBB;
border-bottom: 1px solid #CCCCBB;
border-left: 1px solid #CCCCBB;
}

div.links dt{
font-weight: bold;
border-bottom: 1px solid #CCCCBB;
padding:5px 5px 2px 15px;
background-color: #FFFFEE;
}

div.links dd{
padding:5px 10px 5px 10px;
line-height:1.7em;
}

/* ”footer
-----------------------------------*/

div#footer{
width:100%;
height:auto;
text-align: right;
margin-top: 50px;
border-top: 1px solid #CCCCBB;
clear: both;
background-color: #FFFFEE;
}

div#footer address{
padding:20px 10px 3px 10px;
}

div#footer p{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: x-small;
	font-family: "lr oSVbN";
}