@charset "UTF-8";

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

.topline{
	background: #f00;
}

body{
	background: #1d1d1d url(../img/bg.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆中央・上部に配置*/
}

/* ・・・・・・・・・・メインコンテンツ設定・・・・・・・・・・ */
.maincontents h2 {
	background-color: #8D0000;
}

/* ・・・・・・・・・・左ナビゲーション設定・・・・・・・・・・ */
.leftnavi h2 {
	background: url(../img/bg1.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)にリピート*/
	border-bottom: 3px solid #C2001B;	/*下線の線の幅、線種、色*/
}
.leftnavi ul.leftmenu li a {
	border-bottom: 1px solid #3E3E3E;	/*メニューごとの下線の幅、線種、色*/
}
.leftnavi ul.leftmenu li a:hover {
	background: #C2001B;	/*マウスオン時の背景色*/
}

/* ・・・・・・・・・・右ガイダンス設定・・・・・・・・・・ */
.rightguidance h2 {
	background: url(../img/bg2.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)にリピート*/
	border-bottom: 3px solid #FF6600;	/*下線の線の幅、線種、色*/
}
.rightguidance .box1 a:hover {
	background: #FF6600;	/*マウスオン時の背景色*/
}
.rightguidance .box2 {
	background: #69000f;	/*ボックスの背景色*/
}








