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

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}

a {text-decoration:none}
a:link {color:#b70c0c}
a:visited {color:#e05050}
a:hover {
	color:#b70c0c;
	text-decoration:underline;
	}
a:active {color:#d4bc4e; text-decoration:underline}

body {
	background-image:url(../img/common/bg-shadow.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#fff;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#header {
	width:900px;
	height:89px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(../img/common/bg-header.gif) repeat-x;
	}
	
#header img {border:none;
	}

#header a:hover img {
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
}
	
#footer {
	width:auto;
	margin-top:10px;
	padding-bottom:10px;
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	text-align:center;
	}
	
#btn-index {
	width:816px;
	background-image:url(../img/common/bg-common.gif);
	text-align:right;
	clear:both;
	padding-top:12px;
	padding-right:84px;
	margin-left:auto;
	margin-right:auto;
	}
	
#access {
	margin-top:3px;
	text-align:center;
	}


.transparency {
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*FF*/
	opacity:0.60;
	}
	
h1 {margin:0px}

h3 {
	font-weight:bold;
	font-size:13px;
	}

img {
	border:0;
	}
