﻿@charset "utf-8";
/* CSS Document */

body  {
	color:#000000;
	background-color: #990100;
	margin: 0px;
	background-image: url(img/index_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 15px;
	line-height: 150%;
}

.clr  {
	clear: both;
	margin: -12px;
	height: 12px;
	width: 12px;
}

/* リンクの色  */

a{
	color: #0000FF;
	text-decoration: none;
}
a:active{
	color: #CC0099;
	text-decoration: none;
}
a:hover{ 
	color: #0000A6;
	text-decoration: none;
}

.textunder{ 
	text-decoration: underline;
}

.textbold{
	font-weight: bold;
}
.textboldyellow{
	font-weight: bold;
	background-color: #FFFF00;
}
.textbold_under{
	font-weight: bold;
	text-decoration: underline;
}

.textboldunder{
	text-decoration: underline;
	font-weight: normal;
}

.textunderred{ 
	color: #990000;
	text-decoration: underline;
}

.textboldred{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.textboldredyellow{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}

.textboldunderres{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.textboldunderres18{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
.textboldunderres20{
	color: #990000;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
}

/* ベース */

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 650px;
	text-align: left;
}

#head {
	height: 100px;
}

#subhead {
	height: 100px;
}



#content {
	padding-right: 20px;
	padding-left: 20px;
}

#foot {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu_btn {
	padding-left: 155px;
	padding-right: 155px;
}

ul.btn {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}

ul.btn li {
	width:294px;
	height:70px;
}

ul.btn li a {
	display:block;
	width:294px;
	height:70px;
	text-indent:-10000em;
	background-repeat:no-repeat;
	background-position:50% 0px;
}

ul.btn li a:hover {
	background-position:50% -70px;
}
ul.btn li.btn01 a {
	background-image:url(img/index_mainbt.jpg);
}
