@charset "utf-8";

/*--------------------------------------------------------------------*/
/* Initiation関連
/*--------------------------------------------------------------------*/

*.flort_left { float: left;}
*.flort_right { float: right;}
*.float_clear { clear: both;}

* {
	margin:0;
	padding:0;
}
body {
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
	font-size: 75%;
	color: #545454;
	background: #EAEAEA;
}
ul,ol,dl{
	margin: 0 0 0 1em;
	padding: 0;
}
li{
  display:list-item;
  zoom:normal;
} 
/*--------------------------------------------------------------------*/
/* <H>系タグ関連
/*--------------------------------------------------------------------*/
* h1{
	font-size: 100%;
	font-weight:normal;
}
* h1 img {
}
* h2{
	font-size: 100%;
	font-weight:normal;
}
* h3{
	font-size: 100%;
	font-weight:normal;
}
* h3 img {
}
* h4{
	font-size: 100%;
	font-weight:normal;
}
* h5{
	font-size: 75%;
	font-weight:normal;
}

* h2.H2Title {
	font-size: 120%;
	font-weight:bold;
	color:#4F2912;
}

* h3.H3Title {
	font-size: 90%;
	font-weight:bold;
}

* h3.H3Price {
	font-size: 80%;
	font-weight:normal;
}

* h4.H4Read {
	font-size: 100%;
	font-weight:normal;
}

/*--------------------------------------------------------------------*/
/* リンク系タグ関連
/*--------------------------------------------------------------------*/
a {
	color: #E68200;
	border: none;
	vertical-align: bottom;
	text-decoration: none;
}
a:link {
	color: #545454;
}
a:visited {
	color: #545454;
}
a:hover {
	color: #E68200;
}
a:active {
	color: #545454;
}

/*--------------------------------------------------------------------*/
/* 汎用タグ関連
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* フォント系タグ関連
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* イメージ系タグ関連
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* 段組：HeaderArea
/*--------------------------------------------------------------------*/
#HeaderArea	{
	width: 1009px;
	height: 60px;
	margin:0px auto;
	margin-top:10px;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	background-color:#FFFFFF;
}

#HeaderArea #HeaderImage {
	width: 982px;
	height: 60px;
	display:block;
	margin:auto;
}

#HeaderArea #HeaderImage #HeaderLogoArea {
	width: 179px;
	height: 45px;
	float: left;
	margin-top:10px;
}

#HeaderArea #HeaderImage #HeaderLogoArea img {
	padding-top:0px;
}

#HeaderArea #HeaderImage #HeaderSeoArea {
	width: 400px;
	float: left;
	margin-left:10px;
	margin-top:20px;
	text-align:left;
	font-size:85%;
	color:#FFFFFF;
}
#HeaderArea #HeaderImage #HeaderMenuArea {
	width: 364px;
	height: 19px;
	float: right;
	margin-top:35px;
}
#HeaderArea #HeaderImage #HeaderMenuArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#HeaderArea #HeaderImage #HeaderMenuArea ul li {
	float: left;
	margin: 0px;
}

#HeaderArea #HeaderImage #HeaderMenuArea ul li img {
	display:block;
	margin:0px;
	padding:0px;
}


/*--------------------------------------------------------------------*/
/* 段組：ContentsArea
/*--------------------------------------------------------------------*/
#ContentsArea {
	clear:both;
	width: 1009px;
	margin:0px auto;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	background-color:#FFFFFF;
}
#ContentsArea #ContentsLineArea {
	width: 982px;
	height: 1px;
	display:block;
	margin:auto;
	background-image:url(../images/background_contentsline.png);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
#ContentsArea #ContentsMainArea {
	width: 982px;
	display:block;
	margin:auto;
	padding-bottom:16px;
}
#ContentsArea #ContentsMenuArea {
	width: 982px;
	display:block;
	margin:auto;
	padding-bottom:16px;
}

/*--------------------------------------------------------------------*/
/* 段組：FooterArea
/*--------------------------------------------------------------------*/
#FooterArea	{
	clear: both;
	width: 1009px;
	height: 26px;
	margin:0px auto;
	line-height:19pt;
	font-size:75%;
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	background-color:#FFFFFF;
	padding-bottom:16px;
}

#FooterArea #FooterImage {
	width:972px;
	height:26px;
	display:block;
	margin:auto;
	background-color:#CDCDCD;
	text-align:right;
	padding-right:10px;
}

#FooterArea #FooterImage #FooterMenu {
	width:400px;
	height:26px;
	display:block;
	float:left;
	text-align:left;
	padding-left:10px;
}

/*--------------------------------------------------------------------*/
/* INPUT系タグ関連
/*--------------------------------------------------------------------*/


