@charset "utf-8";
/*---------------------------------
リセット
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
}
ul {
    margin: 0 0 0 0;
    padding: 0;
}


/*---------------------------------
基本構成
---------------------------------*/

body {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}

/*body,
table,
input, textarea, select, option {
 font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
}*/

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

a:link {
	color: #CC0019;
	text-decoration: none;
}

a:visited {
	color: #CC0019;
	text-decoration: none;
}

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

a:active {
	color: #3D0000;
	text-decoration: none;
}

/*---------------------------------
	レイアウト
---------------------------------*/
body {
	color: #815916;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	background-image:url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	float: left;
	display: block;
	height: 90px;
}

#header img {
display: block;
}

#menu li {
	position: relative;
	float: left;
	height: 20px;
	font-weight: nomal;
}
#menu li:hover {
  color: #fff;
  background: #333;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 5px 10px 5px;
	width: 140px;
	background: #eee;
	border: solid 0px #ccc;
}
#menu li ul li {
  margin: 0;
  padding: 0;
  width: 140px;
  border: none;
}
#menu li ul li a {
  display: inline-block;
  width: 140px;
  height: 20px;
}
#menu li ul li a:hover {
  background: #999;
  color: #fff;
}




/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 0 5px 0px;
}

#pagePath li {
	margin-right: 8px;
	display: inline;
	color: #815916;
	font-size: 0.917em;
}

#pagePath li a {
	margin-right: 12px;
	color: #815916;
}

#pagePath li a:hover {
	color: #CC0019;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 0 0 25px 1px;
	overflow: hidden;
	clear: both;
}

#footer .fNavi {
	margin-bottom: 10px;
	padding: 9px 0 7px;
	text-align: center;
	border-bottom: 1px solid #815916;
}

#footer li {
	display: inline;
	color: #815916;
	font-size: 0.833em;
}

#footer a {
	margin: 0 12px 0 10px;
	color: #815916;
}

#footer a:hover {
	color: #CC0019;
}

#footer .fInner {
	margin:0 25px 0 5px;
}

#footer .fInner ul {
	width: 500px;
	float: left;
}
	
#footer .fInner p {
	margin-top: 2px;
	width: 350px;
	float: right;
	font-size: 0.75em;
	color: #815916;
	text-align: right;
}

/*------------------------------------------------------------

	.pageTop

------------------------------------------------------------*/

.pageTop {

	margin-bottom: 57px;

	text-align: right;

	clear: both;

}



.pageTop a {

	text-decoration: underline;

}



.pageTop a:hover {

	text-decoration: none;

}
