@charset "utf-8";

/**
 * HTML
 */

*{
	margin: 0px;
	padding: 0px;
}

html,body{
	text-align: center;
}

body{
	color: #454545;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p,li{
	line-height: 150%;
}

a{
	color: #0066CC;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/**
 * レイアウト
 */

#wrapper{
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container{
	clear: both;
	border: 1px solid #666666;
	width: 898px;
	margin-bottom: 10px;
}

/**
 * ヘッダー
 */

#header{
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#hLogo{
	margin-top: 10px;
	float: left;
	width: 400px;
}
#hMess{
	float: right;
	width: 460px;
	text-align: right;
	padding-top: 10px;
}
#hMess h1{
	font-size: 12px;
}
/*
#hNavi{
	background-image: url(../img/hNavi_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 360px;
	height: 40px;
	font-size: 12px;
}
#hNavi ul{
	padding-top: 10px;
	text-align: center;
}
#hNavi li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
}
#hNavi li a{
	text-decoration: none;
	color: #0066CC;
}
*/

/**
 * フッター
 */

#footer{
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#fNavi{
	font-size: 12px;
	margin-bottom: 10px;
}
#fNavi ul{
	text-align: center;
}
#fNavi li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #454545;
}
#fNavi li a{
	text-decoration: none;
	color: #0066CC;
}
#footer address{
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
