@charset "UTF-8";
/*よく登場する要素のリセット
=======================================*/
div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/*テキストエリア内文字サイズのブラウザ間での差異をなくす
=======================================*/
textarea {
		font-size: 100%;
	}

/*画像の下にできる隙間をなくす
=======================================*/
img {
	vertical-align: bottom;
}

/*テキストリンクの設定
=======================================*/
a:link {
	color: #308AD0;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #00BBFF;
	text-decoration: underline;
}
a:active {
	color: #6666FF;
	text-decoration: underline;
}

/*全体の設定
=======================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background-color: #D7EBF7;
}
#bg {
	background-color: #FFFFFF;
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
}
#home #bg {
	background-color: #FFFFFF;
	background-image: url(../img/common/bg-home.gif);
	background-repeat: repeat-x;
}

/*サイトの左右サイズと空きの設定
=======================================*/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

/*ヘッダーの設定
=======================================*/
#header {
	background-image: url(../img/common/header.gif);
	background-repeat: no-repeat;
	height: 141px;
}
#logoBlock {
	float: left;
	width: 800px;
	height: 95px;
}
#headerCatch {
	font-size: 10px;
	padding-top: 8px;
	padding-left: 65px;
}
#headerLogo {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 350px;
	visibility: hidden;
}
#headerAddress {
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	width: 350px;
	visibility: hidden;
}

/*ヘッダー　お問い合わせの設定
=======================================*/
#headerContact {
	font-size: 9px;
	float: right;
	width: 90px;
}
#headerContact em {
	visibility: hidden;
}
#headerContact a {
	background-image: url(../img/navi/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 70px;
	text-decoration: none;
}
#headerContact a:hover {
	background-position: 0px -100px;
	text-decoration: none;
}
#naviShadow {
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	zoom: 1;
}

/*コンテンツの設定
=======================================*/
#contents {
}

/*ページタイトルの設定
=======================================*/
#pageTitle {
	height: 35px;
}
#pageTitle h1 {
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 35px;
}
#pageTitle h1 em {
	visibility: hidden;
}

/*フッターの設定
=======================================*/
#footer {
	background-image: url(../img/common/bg-footer.gif);
	background-repeat: repeat-x;
}
#footerBox {
	margin: 0px auto;
	padding: 5px 0px;
	width: 900px;
}
#footer h6 {
	background-image: url(../img/common/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	height: 35px;
	width: 135px;
	float: left;
}
#footer h6 em {
	visibility: hidden;
}
#footer p {
	font-size: 10px;
	color: #00407F;
	float: right;
	padding-top: 8px;
}

/*クリアボックス	の設定
=======================================*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/*フロートを内包するコンテンツの設定
=======================================*/
.floatContents {
	zoom: 100%;
}

/*コンテンツのフロートクリア設定
=======================================*/
.floatContents:after {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
	content: "";
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */



/*書体を明朝体にする設定
=======================================*/
.mincho {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Georgia, "Times New Roman", Times, serif;
}

