@charset "utf-8";

/* 基本スタイル */

* {
	margin:0;
	padding:0;
}

body {
	background: #FFFFFF;
	font-size: 12px;
	font-family: "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	color: #333333;
	line-height: 150%;
}

html {
	overflow-y: scroll;
}

li {
	list-style: none;
}

img,
fieldset {
	border: 0;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #663399;
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

.clear {
	clear: both;
}

/* container
-----------------------------------------------*/

#container {
	width: 760px;
	margin: 0 auto;
}

/* header
-----------------------------------------------*/

#header {
	background: #FFFFFF url(../images/header_bg.gif) no-repeat left top;
	width: 760px;
	height: 140px;
	position: relative;
}

#header h1 {
	position: relative;
	left: 130px;
	top: 60px;
}


/* footer
-----------------------------------------------*/

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	background: #FFFFFF url(../images/foot_bg.gif) no-repeat left top;
}

#footer p#copyright {
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #999999;
}


/* contents
-----------------------------------------------*/

#contents {
	padding: 10px 0 30px 0;
	width: 760px;
	float: left;
	background: #FFFFFF url(../images/main_bg.gif) repeat-y left top;
}


/* main
------------------------------------------*/

#main {
	float: right;
	width: 585px;
}

#title {
	width: 565px;
	height: 120px;
	background: #FFFFFF url(../images/h2_bg.gif) no-repeat left top;
	position: relative;
}

#title h2 {
	position: relative;
	left: 20px;
	top: 17px;
	font-size: 16px;
	color: #FFFFFF;
}

#title h3 {
	position: relative;
	left: 130px;
	top: 32px;
	width: 235px;
	font-size: 13px;
	color: #E85C00;
	font-weight: normal;
	line-height: 130%;
}


/* ナビ
------------------------------------------*/

#nav {
	float: left;
	width: 175px;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0 10px 0 15px;
}

#nav ul li {
	padding: 0 0 2px 0;
}
#nav ul li.list {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	background: url(../images/arrow.gif) no-repeat left center;
}


