/* ボディに関するCSS */
body {
	font-size: 13px;
	line-height: 180%;
	background-image:  url(../img/bck_naname_.gif);
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
h1, h2 {
	margin:0px;
	font-size:100%;
}

h3 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* ページ構造に関するCSS */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:718px;
	height: 100%;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#content {
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;

}
#footer{
	padding: 0px 0px 15px;
	clear: left;
}


/* ヘッダーに関するCSS */
#logo {
	margin-top: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
	float:left;
}
#nav {
	width:376px;
	height: 27px;
	background-image: url(img/dot_line_long.gif);
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style:none;
	float:right;
}

#nav li {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
}
#cut {
	margin-top: 5px;
	border-top: 5px solid #660000;
	border-bottom: 1px solid #660000;
	clear:both;
}

/* コンテンツに関するCSS */
form {
	margin-left: 4px;
}
fieldst {
	margin: 10px 0px 20px;
}
legend {
	padding: 0px 2px;
	color: #333;
	font-weight: bold;
}
form div {
	margin: 6px 12px;
}
submit {
	width: 190px;
	margin 0 auto;
}

/* フッターに関するCSS */
#credit {
	border-top: 1px solid #600;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	text-align: center;
}


