@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------タグリセット--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ol,ul,li {
	padding    : 0px;
	list-style : none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table,tr,td{
	border-collapse: separate;
	border-spacing  : 0;
}
/*---------------------------------------------------タグリセット--------------------*/
/*-------------------------------------
			*基本*
-------------------------------------*/
* {
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

a {
	/* [disabled]color: #EDEDED; */
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

::selection {
    background: #9dbde4 /* Safari */
}
::-moz-selection {
    background: #9dbde4; /* Firefox */
}

img {
	vertical-align:bottom;
}
body {
	font       : 12px 'Lucida Grande','ヒラギノ角ゴ Pro W3',Helvetica, Verdana, sans-serif;
	margin     : 0px;
	padding    : 0px;
	text-align : center;
	color      : #7a7a7a;
	font-weight: 500;
	background : #ffffff;
	overflow-y: scroll;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}

html,body { 
scrollbar-arrow-color:#666666;
scrollbar-face-color: #fefefe;
scrollbar-highlight-color: #fefefe;
scrollbar-shadow-color: #fefefe;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #B6B6B6;
scrollbar-track-color:#FCFCFC ;
}
/*---------------------------------------------------共通機能--------------------*/
/*-------------------------------------
			レイアウト
-------------------------------------*/
#content {
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*-------------------------------------
			header
-------------------------------------*/
header{
	height: 120px;
}
#header{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#line{
	height: 20px;
	width: auto;
	background-image: url(../img/red.png);
	background-repeat: repeat;
}
#logo{
	float: left;
}
#bn_top{
	float: left;
}

#Contact{
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#Contact img{
	float: right;
}

/*------------------------------------
			navi
-------------------------------------*/
nav{
	height: 95px;
}
nav ul{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
nav li{
	float: left;
	text-indent: -9999px;
}
#navi01 a{
	background-image: url(../img/navi01_not_ov.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 210px;
	display: block;
}
#navi01 a:hover{
	background-image: url(../img/navi01.png);
	background-repeat: no-repeat;
}

#navi02 a{
	background-image: url(../img/navi02_ov.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 210px;
	display: block;
}
#navi02 a:hover{
	background-image: url(../img/navi02.png);
	background-repeat: no-repeat;
}

#navi03 a{
	background-image: url(../img/navi03_ov.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 210px;
	display: block;
}
#navi03 a:hover{
	background-image: url(../img/navi03.png);
	background-repeat: no-repeat;
}
/*検索*/
#Search{
	background-image: url(../img/search.png);
	width: 230px;
	height: 55px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	text-indent: -9999px;
	margin-top: 30px;
	margin-right: 5px;
}
#line_nav{
	height: 10px;
	width: auto;
	background-image: url(../img/red.png);
	background-repeat: repeat;
}

/*-------------------------------------
			footer
-------------------------------------*/
footer{
	float: none;
	clear: both;
	padding-top: 40px;
	display: block;
}
footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer_back{
	background-image: url(../img/footer_back.png);
	background-repeat: repeat-x;
	height: 80px;
	width: auto;
}
#footer_bottom{
	background-image: url(../img/red.png);
	background-repeat: repeat;
	height: 26px;
	width: auto;
}
footer #footer_bottom ul{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: px;
	padding-top: 6px;
}
footer #footer_bottom ul li{
	float: left;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
Copyright{
	color: #FFF;
}
/*---------------------------------------------------共通機能--------------------*/
