﻿@charset "utf-8";


*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}

body{
    height:100%;
	background-image: url(/img/web.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #3f3f3f;
	background-color: #2E2D2C;
	font-size: 13px;
	background-attachment: scroll;
	background-position: center top;
	left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Verdana,"MS PGothic",sans-serif;
}

p{
	margin: 0;
	padding: 0;
}

img{
	border:none;
}

ul{
	padding:0;
	margin:0;
}

li{
	padding:0;
	margin:0;
	list-style: none;
}


a { text-decoration: underline; color: #007eff; }
a:link { text-decoration: underline; color: #007eff; }
a:visited { text-decoration: underline; color: #007eff; }
a:active { text-decoration: underline; color: #007eff; }
a:hover { text-decoration: underline; color: #0033FF; background-color:#ceccfd; }

h1,h2,h3,h4,h5,h6,h7{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:small;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

#container{
    width: 100%;
	padding: 0;
    height: auto;
}

#header{
	margin: 0 auto;
	width: 910px;
	padding:0 0 0 0;
	clear:both;
}
#header a { text-decoration: none; color: #FFF; }
#header a:link { text-decoration: none; color: #FFF; }
#header a:visited { text-decoration: none; color: #FFF; }
#header a:active { text-decoration: none; color: #FFF; }
#header a:hover { text-decoration: underline; color: #0033FF; }
#header h2{
	text-align: right;
	line-height:1.6;
	width: 890px;
	color: #FFF;
	margin:0 20px 0px 0px;
	font-size: 10px;
	font-weight: normal;
}
#header h1{
	text-align: right;
	line-height:1.6;
	width: 910px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	margin:5px 0 0px 0;
}
#head-right{
	width: 680px;
	float:right;
	padding:0 0px 0px 0px;
	margin: 0 auto;
}
#contents{
	width: 910px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear:both;
}
#leftmenu{
	width: 230px;
	float: left;
	margin: 0px 0px 15px 0px;
}
#main{
	margin:0 0px 15px 0px;
	width: 650px;
	float: left;
	background-color: #FFFFFF;
}
#bread{
	font-size:10px;
	color:#999999;
	line-height:30px;
	text-align:right;
	margin: 5px 10px 5px 10px;
	padding: 0 10px 0 10px;
	border-top: 1px dotted #cbcbc9;
	border-bottom: 1px dotted #cbcbc9;
	background-color:#f3f3f3;
	clear:both;
}
#rightmenu{
	width: 30px;
	float: right;
	margin:0 0px 15px 0px;
}
#page_top{
	height:30px;
	width: 650px;
	margin:0;
	background-color: #2E2D2C;
	clear: both;
}
#footer{
	width: 100%;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding:70px 0 0px 0;
	background: url(/img/footer.jpg) repeat-x;
	height:220px;
	clear: both;
}
#footer a{
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited{
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #000;
}
#footer a:active{
	color: #FFF;
}
#address{
	width: 910px;
	line-height:20px;
	margin: 0 auto;
	text-align: left;
}
#address_sitmap{
	font-size:12px;
	padding:5px 0px 5px 0px;
	clear:both;
}
#address_map{
	font-size:10px;
	padding:0px 0px 0px 0px;
}
#address_map a{
	color: #606060;
	text-decoration: underline;
}
#address_map a:hover{
	color: #000;
}
#copy_box{
	float:left;
	width: 910px;
	font-size:10px;
	padding:30px 0px 30px 0px;
}
#copy{
	float:left;
	width:600px;
	padding:0px 0px 0px 0px;
}
#b_link{
	float:right;
	width:300px;
	padding:0px 0px 0px 10px;
}
#gotop_t {
	background:#000;
	color: #FFF;
	bottom: 30%;
	float: left;
	height: 20px;
	position: fixed;
	bottom: 0pt;
	width: 100%;
	padding:5px 0px 0px 0px;
	border-top: 1px dotted #FFF;
}
#gotop_t a{
	color: #FFF;
}
#gotop_t a:visited{
	color: #FFF;
}
#gotop_t a:hover{
	color: #ff3399;
}
#gotop_t a:active{
	color: #FFF;
}

#gotop {
	background: transparent url(/img/gotop.png) no-repeat scroll left top;
	bottom: 30%;
	float: right;
	height: 40px;
	position: fixed;
	right: 0pt;
	width: 40px;
}

#gotop span {
	display: none;
}

