@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-image: url(../images/bg.gif);
	font-family:'メイリオ',Meiryo, Osaka,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 30px;
}


/* container ---------*/

#container {
	margin: auto;
	width: 900px;
	height: auto;
	background-color: #fff;
}


/* header ---------*/

#header {
	width: 900px;
	height: 500px;
	background-image: url(../images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#inner {
	position: relative;
	top: 10px;
	left: 10px;
	width: 900px;
	height: auto;
}

h1 {
	font-weight: normal;
	font-size: 14px;
}

h2 {
	font-weight: bold;
	font-size: 27px;
}

h2 a {
	text-decoration: none;
}

#header a:link {
	color:#fff;
} 

#header a:visited {
	color:#fff;
}

#header a:hover {
	color:#221815;
}

#header a:active {
	color:#221815;
}


/* section ---------*/

#section {
	float: right;
	width: 580px;
	background-color: #fff;
}

#section p.title {
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	width: 550px;
	height: 30px;
	background-image: url("../images/title.gif");
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 20px;
}

#section p {
	margin: 20px;
}


/* navi ---------*/

#navi {
	float: left;
	width: 320px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

#navi li {
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 75px;
	width: 300px;
	height: 40px;
	background-image: url("../images/navi.gif");
	background-repeat: no-repeat;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

#navi a:link {
	color:#fff;
} 

#navi a:visited {
	color:#fff;
} 

#navi a:hover {
	color:#666;
} 

#navi a:active {
	color:#666;
}

li a {
	text-decoration: none;
}


/* footer ---------*/

#footer {
	clear: both;
	width: 900px;
	height: 150px;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	text-align: center;
}

#footer p {
	padding-top: 80px;
	color: #000;
}
