@charset "shift_jis"; /*shift_jis‚Ģ¸ź¨‡*/

* {
	margin:0;
	padding:0;
}


body {
	background-color:#f4f4f4;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#020202;
	font-size:16px;
}


/*
h1,h2,h3,h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
}
*/

p,li,dt,dl {
	line-height:150%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
/*
 Link Color [
----------------------------------------------------------- */
a {
	text-decoration:none;
	color:#3B7DBA;

}
a:link {
}
a:visited {
	color:#985CD1;
}
a:hover {
	color:#fff;
	background-color:#2C9BCF;
}
a:active {
}

/*
index
----------------------------------------------------------- */
div#header{
	height:99px;
	background:url(img/bg1.jpg) 0 0 repeat-x;
}

div#headermain{
	width:960px;
	margin:0 auto;
	color:#3c7ebb;
}

div#headermain h1{
	background:url(img/title.jpg) 0 5px no-repeat;
	width:280px;
	height:93px;
	float:left;
}

div#headermain dl{
	width:280px;
	height:93px;
	background:url(img/address.jpg) 0 5px no-repeat;
	float:right;
	position:relative;
}

div#header a:hover,ul#menu li a:hover{
	background-color:transparent;
}

dd.mailbutton{
	position:absolute;
	top:41px;
	right:6px;
	width:40px;
	height:40px;
}

dd.mailbutton a{
display:block;
width:40px;
height:40px;
overflow:hidden;
text-indent:100%;
	background:url(img/mailbutton.jpg) 0 0px no-repeat;
}

dd.mailbutton a:hover{
	background:url(img/mailbutton.jpg) 0 -40px no-repeat;
}

div#main{
	width:960px;
	margin:0 auto;
	padding:30px 0;

}


div#toplink{
	clear:both;
	width:960px;
	margin:0 auto;
}


a#toplink{
	display:block;
	width:110px;
	height:19px;
	margin:0 0 0 auto;
	opacity:1;
}

a#toplink:hover{
	opacity:.8;
}

div#footer{
	background:url(img/bg4.jpg) 0 0 repeat-x;
	padding:10px 0 0;
	color:#fff;
}

dl#address{
	float:left;
	padding-bottom:20px;
}

dl#address dt{
	float:left;
	clear:left;
	width:8em;
}

dl#address dd{
	margin-left:8em;
}

dl#address dd+dd{
	margin-bottom:1em;
}

dl#address dd a{
	color:#FFF;
	font-weight:bold;
	background:url(img/mail.gif) 0 4px no-repeat;
	padding-left:25px;
}

div#sightmap{
	float:right;
	width:114px;
	height:25px;
}

div#sightmap a{
	display:block;
	background:url(img/sightmap.jpg) 0 0 no-repeat transparent;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:114px;
	height:25px;
}

div#sightmap a:hover{
	background-position:0 -25px;
	background-color:transparent;
}

div#copyright{
	clear:both;
	background:url(img/bg2.jpg) 0 0 repeat-x;
	padding:3px 0 10px;
	color:#3b7dbb;
}

div#footerbody,div#copyright p{
	width:960px;
	margin: 0 auto;
}


.t-hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}