@charset "utf-8";
@import url("navi.css");
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color:#444;
    font-family: "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,  sans-serif;
    line-height: 1.5;
	font-size: 0.75em;
	_text-align: center;
	border-top:solid 2px #982536;
	border-bottom:solid 2px #982536;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,em,address{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; 
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

ul li {
    list-style-type:none;
}

img {
	display: block;
}

object,embed {  
     vertical-align: top;  
} 
a img { border:0; }

a	{color:#444;}

a:link {
   text-decoration:none;
}

a:visited {
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

a:active {
   color: #FF6600;
}

.red	{
	color:#982536;
	font-weight:normal;
}

.pink	{
	color:#ED008C;
}

.smaller	{
	font-size:0.9em;
}

#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	_text-align: left;
	background:url(../images/bg_side.gif) repeat-y;
}

#header {
	width: 950px;
	height: 110px;
	overflow: hidden;
	position: relative;
	background:#ffffff;
}

#header .h1{
	font-size: 0.94em; 
	position: absolute;
	right: 10px;
	top: 4px;
}

#header .logo	{
	position:absolute;
	top:32px;
	left:18px;
}

#main	{
	width:795px;
	float:right;
	overflow:hidden;
	position:relative;
}

.h3	{
	margin:0 0 20px 0;
}

#footer {
	width: 795px;
	float:right;
	position:relative;
	margin-bottom:10px;
}

#footer img	{
	position:absolute;
	width:70px;
	height:27px;
	right:10px;
	bottom:0px;
}

#footer ul	{
	padding:9px 0 0 20px;
}

#footer li	{
	display:inline;
}

#footer li a:hover	{
	color:#982536;
	text-decoration:none;
}

#footer address	{
	padding-left:20px;
	display:inline;
}

.clear	{
	clear:both;
}
.pagetop	{
	clear:both;
	text-align:right;
	padding:0 20px 3px 0;
	font-size:10px;
	border-bottom:1px solid #982536;
}

.pagetop a	{
	color:#982536;
}
