@charset "Shift_JIS";


/* bodyの設定 */


body {
	background-color: #f5f5f5;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #2F2F2F;
	font-family: Verdana, Arial, sans-serif;
}



/* リンク文字の設定 */


a:link { 
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ff00ff;
	text-decoration: underline;
}



/* テンプレートの設定 */


#temp {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 730px;
	text-align: center;
}



/* ヘッダーの設定 */


#header {
	background-image: url(../img/top.png);
	background-color: #A40000;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px auto 1px auto;
	padding: 0px 0px 0px 0px;
	width: 730px;
	height: 140px;
	text-align: left;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}


#header p {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-weight: normal;
	margin: 80px 20px 5px 5px;
	font-size: 14px;
}



/* メニューの設定 */


#menu{
	background:#A40000;
	margin: 1px auto 1px auto;
	padding: 0px 0px 0px 0px;
	width: 730px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}



/* メインの設定 */


#main {
	font-size: 14px;
	background-color: #ffffff;
	margin: auto auto auto -1px;
	padding: 20px;
	text-align: left;
	line-height: 1.3;
	width: 690px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}



/* 見出しタグの設定 */


h1 {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 20px 20px;
	font-size: 14px;
}


h2 {
	border:1px solid #999;
	background:#A40000 url('../img/side.png') repeat-y left top;
	background-color: #A40000;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
	width: 527px;
	
}


h3 {
	border:1px solid #999;
	background:url('../img/mainbg.png') repeat-y left top;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	width: 470px;
}


strong {
	font-weight: normal;
}



/* このページのトップへの設定 */


#pagetop{
	padding:10px 12px 0 0;
	text-align:right;
}



/* adの設定 */


#ad {
	font-weight: bold;
	background:#A40000;
	margin: 1px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
	width: 730px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}

div#ad a:link { 
	color: #ffffff;
	text-decoration: none;
}

div#ad a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#ad a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#ad a:active {
	color: #ffffff;
	text-decoration: none;
}




/* フッターの設定 */


#footer {
	font-size: 14px;
	background-image: url(../img/foot.png);
	background-color: #A40000;
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	margin: 1px auto 0px auto;
	padding: 20px 0px 0px 0px;
	width: 730px;
	height: 30px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	clear: both;
}

div#footer a:link { 
	color: #ffffff;
	text-decoration: underline;
}

div#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

