@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共通のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background: #06c;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

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

/*\*/
* html body {
	font-size: 88%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 88%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #07913A;
	text-decoration: none;
}
a:visited {
	color: #07913A;
	text-decoration: none;
}
a:hover {
	color: #F7B23D;
	text-decoration: none;
}
a:active {
	color: #F7B23D;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */
#upper {
	color: #000;
	width: 100%;
	text-align: center;
	background: #FFF;
}

#contents {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#footer {
	color: #FFF;
	width: 90%;
	height: 188px;
	_height: 200px;
	text-align: left;
	margin: 0 auto;
	padding: 12px 0 0 0;
	position: relative;
}



/* --------------------------------------------------------------------------------------
 FOOTER
--------------------------------------------------------------------------------------- */
#footer .footer_logo {
	width: 360px;
	height: 40px;
	position: absolute;
	top: 12px;
	right: 0;
}

#footer address {
	position: absolute;
	bottom: 5px;
	right: 0;
}

#footer ul.footer_navi {
	margin-top: 10px;
}
#footer ul.footer_navi li {
	font-size: 114.3%;
	line-height: 1;
	background: url(images/bg_ftnavi.gif) no-repeat 0 0;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
#footer ul.footer_navi li a:link { color: #FFF; text-decoration: none; }
#footer ul.footer_navi li a:visited { color: #FFF; text-decoration: none; }
#footer ul.footer_navi li a:hover { color: #FFF; text-decoration: underline; }
#footer ul.footer_navi li a:active { color: #FFF; text-decoration: underline; }


/* --------------------------------------------------------------------------------------
 Top Page
--------------------------------------------------------------------------------------- */
#contents {
	min-height: 500px; 
	height: auto !important; 
	height: 500px;
	position: relative;
}

#contents h1 {
	width: 330px;
	height: 40px;
	position: absolute;
	top: 160px;
}
