@charset "Shift_JIS";

/*
--------------------------


Last Modified 2009/06/12

”format
”wrapper
”header
”header-menu
”header-image
”main
”main-menu
”main-content
”footer

--------------------------
*/


/* ”format
-----------------------------------*/

*{
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

body{
font-size: 12px;
color: #333333;
background-color: #F7F7F7;
line-height: 1.5em;
letter-spacing: 0.1em;
text-align: center;
background-image: url(../img/body_bg_1.jpg);
background-repeat: repeat-x;
background-position: center top;
background-attachment: fixed;
}

h1,h2,h3,em,address{
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

a{
color: #333333;
text-decoration: none;
}

a:hover{
color: #999999;
}

p{
text-indent: 0.7em;
padding: 0 1em 5px 1em;
}

img{
	 border:none;
 }
 
/* ”wrapper
-----------------------------------*/

div#wrapper{
margin:0 auto;
text-align:left;
width: 680px;
background-color: #FFFFFF;
}

/* ”header
-----------------------------------*/

div#header{
width:680px;
height: 80px;
background-image:url(../img/header_title_2_680.jpg);
background-repeat:no-repeat;
}

div#header h1{
	color:#000000;
	font-size:medium;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ”header-menu
-----------------------------------*/

div#header-menu{
width: 680px;
height:30px;
background-image:url(../img/header_menu_bg.jpg);
background-repeat:repeat-x;
}

div#header-menu ul{
padding:8px 10px 0px 10px;
margin:0px 7px 0px 0px;
text-align:right;
}

div#header-menu li{
display: inline;
padding: 5px 7px 2px 9px;
background-image:url(../img/header_menu_list.gif);
background-repeat:no-repeat;
background-position:left top;
}

/* ”header-image
-----------------------------------*/

div#header-image{
width:680px;
height:40px;
background-image:url(../img/header_bg_2.jpg);
background-repeat:no-repeat;
}

div#header-image h2{
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:1em;
	color:#ffffff;
	
}

/* ”main
-----------------------------------*/

div#main{
width:680px;
}

/* ”main-contents
-----------------------------------*/

div#main-contents{
width:680px;
float:right;
}

div#main-contents h2{
	font-size: 1.3em;
	font-weight:bold;
	border-bottom:1px solid #222222;
	background-image:url(../img/contents_h2_bg.gif);
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 20px;
	margin: 20px;
}

div#main-contents h3{
	font-size: small;
	font-weight:bold;
	margin: 20px 20px 20px 20px;
	padding: 0 0 7px 20px;
	background-image:url(../img/contents_h3_bg.gif);
	background-repeat:no-repeat;
	background-position:8px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}



p{
	text-indent: 0.7em;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
}




ul.contents-list li{
margin:0 0 0 30px;
padding: 8px 0 8px 15px;
background-image:url(../img/contents_list.gif);
background-repeat: no-repeat;
background-position: 0px 12px;
}







/* ”footer
-----------------------------------*/

div#footer{
width:680px;
text-align: right;
clear: both;
margin-top: 30px;
background-image:url(../img/header_bg_2.jpg);
color:#ffffff;
}

div#footer address{
	text-align: right;
	padding:10px 30px 3px 10px;
	background-image: url(../img/header_bg_2.jpg);
	background-color: #FFF;
}

