@charset "UTF-8";

/* CSS Information =============================

File name: default.css
Editor: nagai sachi
Date: 2010/06/02

==============================================*/


/*reset
----------------------------------------------*/

body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
html {
	overflow-y:scroll;
}
li {
	list-style-type: none;
}
li img {
	vertical-align:bottom;
}
address, em {
	font-style: normal;
}


/*font
----------------------------------------------*/

body {
	font-family:
	Verdana,
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	"Osaka",
	"ＭＳ Ｐゴシック", "MS PGothic",
	sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.5;
}
#content {
	font-size: 14px;
}
p {
	margin-bottom: 1em;
}
.attention {
	color: #C30;
	font-weight: bold;
}
.right {
	text-align: right;
}


/*link
----------------------------------------------*/

a:link {
	color: #906;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}


/*page
----------------------------------------------*/

html {
	background: #004479;
}
#page {
	border-top: 8px solid #004479;
	background: #ecf9fd;
}


/*header
----------------------------------------------*/

#header {
	background: url(../img/bg_header.gif) repeat-x;
}
#header-inner {
	width: 800px;
	margin: 0 auto;
	padding: 32px 0 0;
	overflow: hidden;
}
#header h1 {
	float: left;
	width: 500px;
}
#header #sponsor {
	width: 275px;
	float: right;
}


/*nav
----------------------------------------------*/

#nav {
	padding-top: 30px;
	overflow: hidden;
	border-bottom: 5px solid #6db4eb;
}
#nav ul {
	width: 800px;
	margin: 0 auto;
}
#nav ul li {
	float: left;
	width: 191px;
	padding-left: 12px;
}
#nav ul li.top {
	padding-left: 0;
}


/*content
----------------------------------------------*/

#content {
	width: 740px;
	padding: 30px;
	min-height: 400px;
	margin: 0 auto;
}
* html #content {
	height: 400px;
}


/*pagetop
----------------------------------------------*/

#content .pagetop {
	margin-top: 30px;
	text-align: right;
}


/*footer
----------------------------------------------*/

#footer {
	padding: 10px 0 30px;
	background: #004479;
	text-align: center;
}
address {
	font-size: 11px;
	color: #FFF;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

