﻿/*★☆★☆★☆★☆★☆★☆★☆目次★☆★☆★☆★☆★☆★☆★☆

【バージョン：1.2】
【最終更新日：2006.09.05】

■1.リンク設定
■2.ボディ設定
■3.フォーム設定
■4.ヘッダー設定
■5.メインナビゲーション設定
■6.サブナビゲーション設定
■7.フッター設定
■8.その他

★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆*/

/*====================================================
■1.リンク設定
======================================================*/
A:link{
	font-weight: bold;
	color: #FFCC00;
	text-decoration:underline;}
A:visited {
	font-weight: bold;
	color: #FFCC00;
	text-decoration:underline;}
A:hover {
	font-weight: bold;
	color: #C89F00;
	text-decoration:underline;
}
A:active {
	font-weight: bold;
	color: #C89F00;
	text-decoration:underline;
}

/* ヘッダリンク */
A.head:link{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;}
A.head:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;}
A.head:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
A.head:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}

/*====================================================
■2.ボディ設定
======================================================*/
body
{
	/*背景イメージ*/
	background:#000000 url(../img/bg_base.gif) repeat-x fixed 0px 0px;
	
	/*マージン・パディング*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	/*スクロールバー設定*/
	/*scrollbar-base-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#555555;
	scrollbar-shadow-color:#555555;
	scrollbar-darkshadow-color:#555555;*/
}

/*====================================================
■3.フォーム設定
======================================================*/
form
{
	margin:0;
}
INPUT, SELECT, TEXTAREA
{
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #8996BE;
}

.none_line
{
	border: 0px;
}
.width-100per
{
	width:100%;
}

.width-ss
{
	width: 50px;
}

.width-s
{
	width: 100px;
}

.width-m
{
	width: 250px;
}

.check {
	border: 0px;
	background-color: #234098;
}

/*====================================================
■4.ヘッダー設定
======================================================*/
.bg_header01 {/* 日替わりヘッダ背景画像1 */
	background: url(../img/bg_header01.gif) no-repeat;
}

.bg_header02 {/* 日替わりヘッダ背景画像2 */
	background: url(../img/bg_header02.gif) no-repeat;
}
/*====================================================
■5.メインナビゲーション設定
======================================================*/

/*====================================================
■6.サブナビゲーション設定
======================================================*/

/*====================================================
■7.フッター設定
======================================================*/

/*====================================================
■8.その他
======================================================*/
.bg_body{
	background: url(../img/bg_body.gif) repeat-y;
}

.bg_footer {
	background: url(../img/bg_footer.gif) no-repeat;
}

.bg_sttl01 {/* 中見出し用背景上部 */
	background: url(../img/bg_sttl01.gif) no-repeat 50% 100%;
}

.bg_sttl02 {/* 中見出し用背景下部 */
	background: url(../img/bg_sttl02.gif) no-repeat 50% 0%;
}

.window_shadow_left {
	background: url(../img/window_shadow_left.gif) repeat-y;
}

.window_shadow_right {
	background: url(../img/window_shadow_right.gif) repeat-y;
}

.window_middle {
	background: #233F97 url(../img/window_middle.gif) repeat-x;
}

.window_footer {
	background: #233F97 url(../img/window_footer.gif) no-repeat;
}

.txt_indent {
	padding-left: 13px;
}

.line_dotline {
	background: url(../img/line_dotline.gif) 50% 50% repeat-x;
}
	

