@charset "utf-8";
 


/* Reset */
body,div,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ul,ol,dl{
	list-style: none;
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}

/* Base  Style */
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	text-align: center;
}


a:link {
	color: #393;
	text-decoration: none;
}
a:visited {
	color: #393;
	text-decoration: none;
}
a:hover {
	color: #360;
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
/*a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
*/
/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
li{
	list-style: none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}

hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*基本レイアウト*/

#Wrap{
	width: 1000px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#Header{
	width: 1000px;
	display: block;
	height: 50px;
}

#Header h1, #Header .siteLogo{
	width: 240px;
	text-align: left;
	display: inline;
	font-size: 120%;
	height: 40px;
	float: left;
}
#Header h1.siteCap{
	margin:0 0 5px;
	display: block;
	width: 100%;
	height:auto;
	float:none;
	text-align: left;
	font-size: 80%;
	font-weight:normal;
}

#Header h4, #Header .inquiry{
	width: 120px;
	display: block;
	float: right;
	height: 40px;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6em;
}


#Contents{
	width: 1000px;
	display: block;
	margin-top: 20px;
}

#Footer{
	width: 1000px;
	padding-top: 20px;
	height: 30px;
	display: block;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EDEDEE;
}

#Footer p{
	display: block;
	font-size: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#Footer ul{
	text-decoration: none;
	float: right;
	display: block;
}

#Footer ul li{
	display: inline;
	margin-right: 10px;
	font-size: 90%;
}

#Footer a{
	display: inline;
}

.Larea{
	width: 780px;
	float: left;
}

.Lbox{
	width: 180px;
	float: left;
	display: inline;
}

.Rarea{
	float: right;
	width: 200px;
}

.Rbox{
	float: right;
	width: 580px;
}

.Last{
	margin-right: 0;
}

/* Align */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.layoutCenter {
	margin: 0 auto;
}


/* Float */

.floL {
	float: left;
}
.floR{
	float: right;
}
div.Clear {
	line-height: 0%;
	clear:both;
	font-size: 0px;
	margin:0px;
	padding:0px;
}

/* Margin  mg*/

.mg5 {
	margin: 5px;
}
.mgR10 {
	margin-right: 10px;
}
.mgL10 {
	margin-left: 10px;
}

.mgBtm10{
	margin-bottom: 10px;
}

.mgBtm20{
	margin-bottom: 20px;
}

/* Padding  pd*/

.pd20 {
	padding: 20px;
}
.pdT10 {
	padding-top: 10px;
}
.pdB20 {
	padding-bottom: 20px;
}




/*ナビゲーション*/

#Navi{
	width: 1000px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
}

#Navi ul{
	display: block;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Navi ul li{
	display: inline;
	float: left;
	width: 111px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDEE;
}
#Navi ul li a{
	height: 20px;
}
#Navi ul li:hover{
	border-bottom-color: #666;
	margin: 0px;
}
#Navi ul li.hear{
	border-bottom-color: #333;
}

