/* Edited with EditCSS */

@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

/* BODY--------------------------------------------*/
body {
	font-size: 14px;
	line-height: 150%;
	color: #444;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #FFF url("../img/back.gif") repeat-x;
 	background-attachment: fixed;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

#base{
	width: 804px;
	margin: 0 auto;
	background-color: #FFF;
	background: url("../img/base_back.gif");
	background-repeat: repeat-y;
	text-align: center;
	}

img {
	border: none;
	vertical-align: top;
}


/* 画像の属性 */
img {border: none; margin: 0 5px;}

/* 強調文の属性*/
strong {color: #3366CC;}
h1,h2,h3,h4,p{font-size: 12px;font-weight: normal;}

/* テーブルの属性*/
table {margin: 0 0 0 20px;}
td {height: 10px;}

/* リンクの属性（未指定の時） */
a:link, a:visited, a:active {color: blue;text-decoration: underline;}
a:hover {color: #FF3300;text-decoration: none;}

hr {
	margin: 0px 20px 0px 20px;
	border-bottom-width: 1px;
}

dl {
	margin: 0 10px 0 30px;
}

/* 基本 -------------------------------------*/
#wrapper{
	width: 800px;
	margin: 0 auto;
	background: url("../img/header.jpg") no-repeat;
	text-align: left;
 	position: relative;
	}
	
/*ヘッダー-----------------------------------*/
#header {
	height:350px;
	width: 800px;
	margin: 0;
	text-align: left;
	line-height:160%;
	}
#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -2000px;
	}
#header h1 a {width:420px; height:60px;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	display: block;
	}
#header h1 a:hover {background-image: url("../img/header.jpg");}

#header h2{
 	position: absolute;
 	top: 325px;
 	left: 20px;
 	color: #FFF;
    text-align: left;
}


/* メニュー -------------------------*/
#menu a:link, #menu a:visited, #menu a:active {
	width: 160px;
	height: 20px;
	margin: 0;
	float: left;
	font-size:12px;
	color: #FFF;
	text-align: center;
	background-color: #333366;
	text-decoration: none;
	}
#menu a:hover{
	color: #FFF;
	background-color: #CC3300;
	}
#menu a.stay{
	color: #FFF;
	background-color: #336699;
	}
	
	
/* フッター
---------------------------------------------*/
/*フッターナビ*/
.footer_navi {
	clear: both;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-size: 10px;
	}

.footer_navi img{border-style: none; vertical-align: middle;margin: 0 5px;}

#footer {
	clear: both;
	width: auto;
	height: 50px;
	margin: 0;
	background: #333366;
	}
#footer p {
	margin: 0;
	padding: 3px 0px 0px 20px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	}
	
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover{color : #FF6060;text-decoration: underline;}

#footerads {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

