@charset "utf-8";

/*============================================
2012.02.27
layout.css
============================================*/
body {
	color:#333;
    font-size:12px;
    font-family: "‚l‚r ‚oƒSƒVƒbƒN"sans-serif;
	line-height:1.8;
	-webkit-text-size-adjust:none;
	background:url(../img/bg.gif);
}
a,a:active {
	color:#7694cc;
	text-decoration:underline;
}
a:visited {
	color:#90aadc;
	text-decoration:none;
}
a:hover,a:focus {
	color:#90aadc;
	visibility:visible;
	text-decoration:underline;
}
.alpha a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.red {
	color:#ff0000;
}
.orange {
	color:#ff6000;
}

#header_area {
	height:117px;
	background:url(../img/header_bg.gif) repeat-x;
}
#header {
	margin-right:auto;
	margin-left:auto;
	width:980px;
}
#mainvisual_area {
	text-align:center;
	background:url(../img/mainvisual_bg.gif) repeat-x center center;
}
#mainvisual {
	padding:7px 0;
}
#lowvisual_area {
	text-align:center;
	background:url(../img/lowvisual_bg.gif) repeat-x center center;
}
#lowvisual {
	padding:4px 0;
}
#container {
	margin-right:auto;
	margin-left:auto;
	width:980px;
}
#main {
	margin-bottom:100px;
}
.pagetop {
	clear:both;
	margin-bottom:15px;
}
.pagetop a {
	margin-right:0;
	margin-left:auto;
	display:block;
	width:118px;
	height:25px;
	background:url(../img/pagetop_on.gif) no-repeat;
}

.pagetop a:hover img  {
    visibility: hidden;
}

#foot_area {
	height:146px;
	background:url(../img/footer_bg.gif);
}
#footer {
	margin-right:auto;
	margin-left:auto;
	width:980px;
}
address {
	color:#696969;
	text-align:right;
}