@charset "utf-8";

/*--------------------------------------------------------------------*/
/* Initiation関連
/*--------------------------------------------------------------------*/
@import "common_reset.css";
@import "common_form.css";

/*--------------------------------------------------------------------*/
/* <H>系タグ関連
/*--------------------------------------------------------------------*/
* h1{
}
* h2{
}
* h3{
}
* h4{
}
* h5{
}


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

/*--------------------------------------------------------------------*/
/* Tableタグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* Listタグ関連
/*--------------------------------------------------------------------*/
ul.GROUPBANNER {
}

ul.GROUPBANNER li.GROUPBANNERLINE-LI {
	margin-bottom:10px;
}

dl.FOOTERINDEX {
	width:220px;
	height: 190px;
	padding: 0 39px;
	float:left;
	list-style: none;
	border-right: 1px #ACACAC dashed;
}

dl.FOOTERINDEX dt {
	padding: 5px 0px 5px 0px;
	text-align:center;
	font-size:80%;
}

dl.FOOTERINDEX dd {
	padding:0px 0px 5px 20px;
	background: no-repeat 5px 0.2em url(../sign/arrow1.png);
	text-align:left;
}

dl.FOOTERINDEX dd a {
	color:#333333;
	font-size: 95%;
}

/*--------------------------------------------------------------------*/
/* 汎用タグ関連
/*--------------------------------------------------------------------*/
p.INDEXNEWSDATE-P {
	font-weight:bold;
}

/*--------------------------------------------------------------------*/
/* フォント系タグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* イメージ系タグ関連
/*--------------------------------------------------------------------*/
img.BOTTOM10PX-IMG {
	padding-bottom:10px;
}
/*--------------------------------------------------------------------*/
/* 段組：HeaderArea
/*--------------------------------------------------------------------*/
#HeaderArea	{
	width:100%;
	height:70px;
	background:url(../images/background/menu_bg.gif) repeat-x;
	min-height: 1em;
	display: inline-table;
	text-align:center;
}

#HeaderArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #HeaderArea {
  height: 1em;
}

#HeaderArea {
  display: block;
}
/**/

#HeaderArea	#HeaderMenuArea	{
	width: 900px;
	height: 92px;
	margin:0px auto;
	display:block;
}

#HeaderArea	#HeaderMenuArea #HeaderImage {
	width: 900px;
	height: 58px;
	display:block;
	margin:auto;
}

#HeaderArea	#HeaderMenuArea #HeaderImage #HeaderLogoArea {
	width: 300px;
	height: 58px;
	float:left;
}

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

#HeaderArea	#HeaderMenuArea #HeaderImage #HeaderSeoArea {
	width: 600px;
	height: 58px;
	float: right;
	text-align:right;
	font-size:0px;
}

#HeaderArea	#HeaderMenuArea #HeaderImage #HeaderSeoArea ul {
	list-style: none;
	margin: 0;
	padding: 27px 0px 0px 0px;
}

#HeaderArea	#HeaderMenuArea #HeaderImage #HeaderSeoArea ul li {
	float: right;
	margin: 0px 0px 0px 15px;
}

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

#HeaderArea	#HeaderMenuArea #HeaderMenu {
	clear: both;
	width: 900px;
	height: 34px;
}

#HeaderArea	#HeaderMenuArea #HeaderMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

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

#HeaderArea	#HeaderMenuArea #HeaderPhoneNumberArea {
	width: 900px;
	height: 30px;
}
/*--------------------------------------------------------------------*/
/* 段組：ContentsArea
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* 段組：FooterIndexArea
/*--------------------------------------------------------------------*/
#FooterIndexArea	{
	width:100%;
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 1em;
	display: inline-table;
	text-align:center;
}

#FooterIndexArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #FooterIndexArea {
  height: 1em;
}

#FooterIndexArea {
  display: block;
}
/**/

#FooterIndexArea #FooterIndex {
	width:900px;
	margin:auto 0px;
	min-height: 1em;
	display: inline-table;
	border-left: 1px #ACACAC dashed;
	border-right: 1px #ACACAC dashed;
}

/*--------------------------------------------------------------------*/
/* 段組：FooterMenuArea
/*--------------------------------------------------------------------*/
#FooterMenuArea	{
	width:100%;
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 1em;
	display: inline-table;
	text-align:center;
}

#FooterMenuArea:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #FooterMenuArea {
  height: 1em;
}

#FooterMenuArea {
  display: block;
}
/**/

#FooterMenuArea #FooterMenu	{
	width:900px;
	margin:auto 0px;
	background-color: #D9D9D9;
	min-height: 1em;
	display: inline-table;
}

#FooterMenuArea #FooterMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#FooterMenuArea #FooterMenu ul li {
	float: left;
	list-style: none;
	
}
