@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#wrapper,#wrapper2{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12.5px;
}
#header {
	background-image: url(../images/logo.png);
	text-align: left;
	background-repeat: no-repeat;
	height: 22px;
}
#nav {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95242a;
	padding-top: 16px;
	padding-bottom: 18px;
	letter-spacing: 3.5px;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #A3A3A3;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	 color: #95242a;
	 text-decoration: underline;
}
.clear {
	clear: both;
}

#loading {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:none;
    background-color:#95242a;
}
#loading img {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-64px;
    margin-left:-64px;
}

.clearfix{ 
	display: inline-block;
}
.clearfixt:after { 
  content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
#contents h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#contents section p {
	font-size: 14px;
	line-height: 24px;
}

#contents section h2 {
	font-size: 12px;
}

#bottom_image_area {
	height: 140px;
	width: 800px;
	background-image: url(../images/top/bottom.png);
	background-repeat: no-repeat;
}

#footer {
	text-align: right;
	margin-top: 10px;
	color: #999;
	font-family: Optima, Times, sans-serif;
	font-size: 10px;
}

.ta_center {
	text-align: center;
}

.ta_left {
	text-align: left;
}

.ta_right {
	text-align: right;
}
