@charset "shift_jis";

/* ===================================================================
CSS information
 style info :リンク設定、フォント関連、大枠
=================================================================== */

@import "reset.css";
@import "header.css";
@import "footer.css";


/* リンクの設定
-------------------------------------*/
a:link,
a:visited {
	color: #1C64B3;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* フォント関連
-------------------------------------*/
/* win */
body.windows {
	color: #333333;
	font-size: 16px;
}

/* Mac */
body.mac {
	color: #333333;
	font-size: 14px;
}


/* 大枠
-------------------------------------*/
#wrap-container {
	width: 980px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 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;
}


/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/

