@charset "shift_jis";

/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */

@import "reset.css";
@import "header_new.css?20151208";
@import "footer.css?20151111";


/* リンクの設定
-------------------------------------*/
a:link,
a:visited {
	color: #1C64B3;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* フォント関連
-------------------------------------*/
/* win */
body {
	color: #333333;
	font-size: 15px;
}

/* Mac
body.mac {
	color: #333333;
	font-size: 14px;
}
 */
 

 
body {
	min-width: 1005px;
	position:relative;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.font_home {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 15px;
}

body.home {
	min-width: 1047px;
}

/* テスト Start */
body.home_a {
	min-width: 1047px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_sec {
	color: #333333;
	font-size: 15px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_thr {
	color: #333333;
	font-size: 15px;
	letter-spacing: -0.02em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body.windows.home_fou {
	color: #333333;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* End */

body.windows.gecko.home  {
	min-width: 1100px;
}

body.min_wid_none {
	min-width: 0;
}

/* 大枠
-------------------------------------*/
#wrap-container {
	width: 980px;
	margin: 10px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

#wrap-container #container h1#ttl {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.7em;
	margin: 0 0 12px;
	line-height: 1.2;
	padding-bottom: 0px;
}

/* 旧サイト仕様 */
#container {
	width: 736px;
}

/* 新サイト仕様 */
.renew #container {
	width: 980px;
}

/* for modern browser */
#container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* for IE6 */
#container {
	zoom: 1;
}


/* ページタイトル
-------------------------------------*/
#container h1.pagetitle {
	padding: 8px 0 5px 10px;
	border-left: 5px solid #1B4FAA;
	border-bottom: 1px solid #1B4FAA;
	background-color: #EFEFEF;
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
}


/* エラー */
#container_error {
	width: 980px;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}

#error_outer {
	width: 700px;
	margin: 0 auto 20px;
}

h3.error_title {
	margin: 17px 0 15px;
}

.error_cont {
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    padding: 25px 0 40px;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.8;
}

a.error_link {
	border: 1px solid #3E7BBE;
	border-radius: 4px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 7px 0 5px;
	line-height: 1;
	font-size: 0.9em;
}

a.error_link:hover {
	border: 1px solid #FF0000;
	text-decoration: none;
}

a.error_link img {
	vertical-align: 2px;
	margin-left: 4px;
}

/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7 */
*+html .clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/
