@charset "utf-8";

/*=== Universal selector ===*/
* {
	margin: 0px;
	padding: 0px;
}

/*=== Body ===*/
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
}

/*=== Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
}

/*=== Hypertext ===*/

a {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*=== Image ===*/
a img {
	border-style: none;
}

/*=== PageAll ===*/
#pageAll {
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
}

/*=== Header ===*/
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 920px;
	text-align: left;
	padding-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#header h1.headerH1{
	color: #EAEAEA;
	font-size: 50%;
}

#header h1.headerH1 em {
	visibility: hidden;
	color: #EEE;
}

#header h1.headerH1 a,
#header h1.headerH1 a:visited {
	text-decoration: none;
	display: block;
	height: 34px;
	width: 208px;
}

#header h1.headerH1 a:hover {
	text-decoration: none;
}

/*== ボディエリア ===*/
#body_area {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 920px;
	padding-top: 10px;
}

/*== トピックパス ===*/
#body_area ul.topic_path {
	text-align: left;
	height: 1.5em;
	list-style-type: none;
	width: 900px;
	padding-left: 10px;
}

#body_area ul.topic_path li {
	font-size: 90%;
	line-height: 120%;
	float: left;
}

ul.topic_path li a,
ul.topic_path li a:visited {
	text-decoration: none;
	color: #333;
}

ul.topic_path li a:hover {
	color: #C00;
	text-decoration: underline;
}

/*== Clear ===*/
.clear {
	clear: both;
}

/*=== Footer ===*/
#footer {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 910px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
