@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 80%;
	color: #333333;
}
hr {
	display: none;
}

/* link style
-------------------*/
a img {
	border-style: none;
}
a:link,a:visited {
	color: #9e1222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-------------------*/
#container {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainBg.png);
	background-repeat: repeat-y;
}
#logo {
	width: 780px;
	height: 30px;
	background-color: #9e1222;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#nav {
	width: 800px;
	height: 30px;
	background-color: #FFFFFF;
}
#header {
	width: 800px;
	height: 200px;
	background-color: #FFFFFF;
}
#main {
	width: 500px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#sidebar {
	width: 200px;
	height: auto;
	padding: 20px;
	float: right;
}
#footer {
	width: 740px;
	height: auto;
	padding: 30px;
	clear: both;
	background-color: #e1e0e0;
}

/* nav styles
-------------------*/
#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	height: 20px;
	width: 159px;
	text-align: center;
	display: block;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* main styles
-------------------*/
#main h3 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f06172;
	font-size: 150%;
	line-height: 2em;
}
#main h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6970;
	font-size: 130%;
	font-weight: normal;
	line-height: 2em;
}
#main p {
	line-height: 2em;
	text-indent: 1em;
}

/* sidebar styles
-------------------*/
#sidebar h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630a0d;
	font-size: 110%;
	line-height: 2em;
}
#sidebar h6 {
	color: #630a0d;
	font-size: 100%;
	line-height: 1.6em;
}
#sidebar p{
	line-height: 2em;
}

/* footer styles
-------------------*/
address {
	text-align: center;
}


/*色を指定します*/
.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.mido { color: green}
.ore { color: orange}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big16 { font-size: 16px; }
.big18 { font-size: 18px; }
.big20 { font-size: 20px; }
.big22 { font-size: 22px; }
.big24 { font-size: 24px; }


/*文字を装飾します*/
.line { background: #ffff00; }
.linered { background: #ffff66;
  color: red; }


/*
クリックエリアのリンク
-------------------------------------------------------------------*/

.click a {text-decoration:underline;font-size: 22px;}
.click a:link{color	:blue;}
.click a:active{color	:red;}
.click a:visited{color	:blue;}
.click a:hover{color	:red;
  position : relative;top:1px;left:1px;
  background-color: yellow;
}