/*ページ全体の設定*/
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	background-image:url(../images/back-hasu.gif);
	background-attachment:fixed;
}

h1,h2,h3,p,ul,li {
	margin:0px;
	padding:0px;
}

p {
	text-indent:0.5em;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}

#wrapper {
	width: 820px;
	height:auto;
	margin:0px auto;
	padding:0px;
	position: relative;
}
#wrapper-shadow {
	width:800px;
	height:auto;
	padding:0px 10px;
	background-image:url(../images/wrapper-shadow.gif);
	background-repeat:repeat-y;
	position: relative;
	float:left;
}

/*ヘッダー部分の設定*/
#header {
	width:800px;
	height:60px;
	margin:0px;
	font-weight:bold;
	position: relative;
	float:left;
}

#logo {
	margin:0px;
	height:60px;
	width:160px;
	float:left;
	position:relative;
	text-indent:-9999px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#logo a {
	height:60px;
	width:160px;
	display:block;
}

#header-right {
	width:620px;
	height:60px;
	margin:0px;
	padding:10px;
	font-size:10px;
	float:left;
	position:relative;
	text-align:right;
	background-image:url(../images/top_back.gif);
	background-repeat:no-repeat;
}

#header-right a {
	color:#000000;
	text-decoration:none;
}

/*ナビゲーション部分の設定*/

#navi {
	height:25px;
	width:800px;
	margin:0px;
	position: relative;
	float:left;
}

#navi li {
	height:25px;
	width:160px;
	margin:0px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	list-style:none;
	background-image:url(../images/title-patern-black.gif);
	float:left;
	position:relative;
}

#navi li a {
	height:20px;
	width:160px;
	color: #ffffff;
	text-decoration: none;
	padding-top:5px;
	display:block;
	background-image:url(../images/title-patern-black.gif);
}

#navi li a:hover {
		background-image:url(../images/title-patern-red.gif);
}

/*フッター部分の設定*/
#footer {
	text-align:center;
	margin:0px;
	padding-top:5px;
	color:#FFFFFF;
	height:20px;
	width:800px;
	float:left;
	position:relative;
	background-image:url(../images/title-patern-black.gif);
	background-repeat:repeat-x;
}


