@charset "utf-8";

/*--------------------------------------------------------------------*/
/* Initiation関連
/*--------------------------------------------------------------------*/
@import "common_reset.css";
@import "common_form.css";

/*--------------------------------------------------------------------*/
/* <H>系タグ関連
/*--------------------------------------------------------------------*/
* h1{
}
* h2{
}
* h3{
}
* h4{
}
* h5{
}


/*--------------------------------------------------------------------*/
/* リンク系タグ関連
/*--------------------------------------------------------------------*/
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*--------------------------------------------------------------------*/
/* Tableタグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* Listタグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* 汎用タグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* フォント系タグ関連
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* イメージ系タグ関連
/*--------------------------------------------------------------------*/
img { -ms-interpolation-mode: bicubic; } 

/*--------------------------------------------------------------------*/
/* 段組：BaseArea
/*--------------------------------------------------------------------*/
#BaseArea	{
	width:900px;
	margin:0px auto;
	padding-top: 8px;
	border-top:#E50013 5px solid;
}

/*--------------------------------------------------------------------*/
/* 段組：HeaderArea
/*--------------------------------------------------------------------*/
#HeaderArea	{
	width: 900px;
	margin:0px auto;
	display:block;
}

#HeaderArea #HeaderImage {
	width: 900px;
	height: 50px;
	display:block;
	margin:auto;
}

#HeaderArea #HeaderImage #HeaderLogoArea {
	width: 106px;
	float:left;
}

#HeaderArea #HeaderImage #HeaderLogoArea img {
	padding-top:0px;
}

#HeaderArea #HeaderImage #HeaderSeoArea {
	width: 707px;
	height: 50px;
	float: left;
}

#HeaderArea #HeaderImage #HeaderSeoArea ul {
	list-style: none;
	margin: 0;
	padding: 12px 0px 0px 20px;
}

#HeaderArea #HeaderImage #HeaderSeoArea ul li {
	float: left;
	margin: 0px 7px 0px 5px;
	font-size:11px;
}

#HeaderArea #HeaderImage #HeaderSeoArea ul li.LI-LINEDELIMIT {
	float: left;
	margin: 0px;
	background: no-repeat 0px 0.2em url(../sign/sign_link_line.gif);
}

#HeaderArea #HeaderImage #HeaderFontArea {
	width: 87px;
	height: 50px;
	float: right;
}

#HeaderArea #HeaderMenu {
	clear: both;
	width: 900px;
	height: 36px;
}

#HeaderArea #HeaderMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#HeaderArea #HeaderMenu ul li {
	float: left;
	margin: 0px;
}

#HeaderArea #HeaderMenu ul li img {
	margin:0px;
	padding:0px;
	display:block;
}

/*--------------------------------------------------------------------*/
/* 段組：CampaignBannerArea
/*--------------------------------------------------------------------*/
 #CampaignBanner {
	clear: both;
	width: 900px;
	margin:0px auto;
}

/*--------------------------------------------------------------------*/
/* 段組：ContentsArea
/*--------------------------------------------------------------------*/
#ContentsArea {
	clear: both;
	width: 900px;
	margin:0px auto;
}

#ContentsArea #BreadcrumbsArea {
	width: 900px;
	text-align:left;
	font-size: 90%;
	color: #413D3C;
	padding:10px 0px 10px 0px;
	border-top:#E50013 5px solid;
}

#ContentsArea #BreadcrumbsArea a {
	vertical-align: bottom;
	text-decoration: underline;
}

/*--------------------------------------------------------------------*/
/* 段組：FooterArea
/*--------------------------------------------------------------------*/
#FooterArea	{
	clear: both;
	width: 900px;
	height: 27px;
	margin:0px auto;
	background-image:url(../images/img_footer_bg.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#FooterArea #FooterLeft {
	width:900px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	line-height:20pt;
}
#FooterArea #FooterLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#FooterArea #FooterLeft ul li {
	float: left;
	padding:0px 9px 0px 7px;
	font-size:11px;
	list-style: none;
}

#FooterArea #FooterLeft ul li.LI-LINEDELIMITFOOTER {
	float: left;
	padding:0px;
	background: no-repeat 0px 0.5em url(../sign/sign_link_line.gif);
}

#FooterArea #FooterRight {
	width:900px;
	height:27px;
	float:right;
	display:block;
	border-top:#B9B8B8 1px solid;
	text-align:center;
	line-height:20pt;
	font-size:90%;
}

tyuui {
	border-top-color: #FFF;
}
.tyuui {
	height: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #717070;
	width: 397px;
}
