@charset "utf-8";
/*___________ 基本設定 ___________ */

*  {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url("../img/bg/n-gage_kage.gif") repeat-y center top;
	color: #333333;
	background-color: #990000;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color: #ffffff;
	text-align: left;
}

/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: underline;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}

/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:11px;
	color:  #FFFFFF;
	background-color: #770000;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 900px;
	height: 100px;
	background: url("../img/bg/bg_header.gif") no-repeat;
	background-color: #CCCCCC;
}
#top_left {
	float: left;
	margin: 20px 0 0 25px;
}
#top_ttl {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: normal;
}

#top_left p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 120%;
}

#top_right {
	float: right;
	text-align: right;
	margin: 35px 20px 0 0;
}
#top_right p{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 130%;
}

#GNAVI {
	width: 900px;
	height: 40px;
	background-color: #FFFF99;
	clear: both;
	background: url("../KATO_btn/navi_space.gif") repeat-x;
}
.menu {
	float: left;
	margin: 0;
}
#bread {
	clear: both;
	font-size: 11px;
	color: #333333;
	margin: 5px 0 0 20px;
}

/*___________ 【MAIN】 ___________ */

#MAIN {
	clear: both;
	margin-top: 10px;
}


/*___________ 【CONTENTS】基本設計 ___________ */

#CONTENT {
	width: 630px;
	float: right;
	background-color: #ffffff;
	margin: 0 20px 0 0;
}


#CONTENT h2 {
	font-size:18px;
	color: #FFFFFF;
	background-color: #990000;
	padding: 8px 0 8px 30px;
}
#CONTENT h3 {
	font-size:14px;
	color: #663300;
	background-color: #fafad5;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #c55030;
}

#CONTENT p {
	margin: 10px 5px 0 10px;
	background-color: #ffffff;
	font-size: 11pt;
	line-height: 150%;
}

#CONTENT .parent {
	list-style-type: disc;
	margin-left: 10px;
	color: #000000;
	padding: 0 0 20px 0;
}
#CONTENT .child {
	list-style-type: circle;
	margin-left: 25px;
	color: #222222;
}

#CONTENT li {
	line-height: 150%;
	list-style-position: inside;
}

#FLASH {
	width: 540px;
	height: 180px;
	background: url(../img/flash-bg.jpg);
}


/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	line-height: 130%;
}
/*___________ 【SIDE】 ___________ */

#SIDE {
	width: 200px;
	float: left;
	color: #dddddd;
	margin: 0 0 20px 20px;
	padding: 0 0 20px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #995555;
}
#SIDE h2 {
	font-size:13px;
	color: #FFFFFF;
	background-color: #990000;
	background: url("../img/bg/menu_ttl.gif") no-repeat;
	padding: 0 0 0 30px;
	height: 40px;
	line-height: 40px;
}
h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
h2 a:hover {
	text-decoration: none;
	color: #FFeeee;
}

.side_ttl {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 10px 0 10px;
	border-width: 0 0 1px 3px;
	border-color: #770000;
	border-style: dashed solid;
}
.side_ttl a {
	color: #995500;
	text-decoration: none;
	padding: 3px 0 3px 15px;
}
.side_ttl a:hover {
	color: #FF6600;
	padding: 3px 0 3px 15px;
	
}
.link {
	color: #995500;
	padding: 3px 0 3px 15px;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 10px 0 10px;
	border-width: 0 0 1px 3px;
	border-color: #770000;
	border-style: dashed solid;
	text-decoration: none;
}

#SIDE ul {
	padding: 5px 0 8px 0;
}
	
#SIDE li {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px 0 15px;
}
#SIDE li a {
	color: #995500;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 25px;
	background: url("../img/bg/li_icon_red.gif") no-repeat 5px center;
}
#SIDE li a:hover{
	color: #FF6600;
	background: url("../img/bg/li_icon_red_on.gif") no-repeat 5px center;
	background-color: #eeeedd;
}

.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #f5fbcc;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}

/*__________【info】____________*/
hr {
	background-color: #ff5555;
	border: none;
	border-color: #ff5555;
	color: #ff5555;
	margin: 20px 0 0 0;
}

#info {
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 0 0 0;
}


/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #770000;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
