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

body {
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	color: #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.7;
}

.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
font-size: 0.1em;
}

.clear {
	clear:both;
}

a:link {
	color: #cbb68a;
}

a:visited {
	color: #fff;
}

a {
    text-decoration:none;
}

a:hover {
    color:red;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#header_wrapper {
	margin: 0;
	padding: 20px 0 0 0;
	height: 50px;
	background: url(../images/bg_header.gif) 0 0 repeat-x;
}

#header, #image_area, #content, #footer {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#image_area {
	padding: 15px 0 30px 0;
}

h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 26px;
	background: url(../images/logo_arugos.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#content_wrapper {
	padding: 35px 0 0 0;
	background: url(../images/bg_content.gif) 0 0 repeat-x;
}

h3 {
	margin: 0;
	padding: 0;
}

.midashi1 {
	display: block;
	height: 40px;
	padding: 0 0 10px 40px;
	background: url(../images/bg_midashi.gif) 0 0 no-repeat;
}

.midashi1 img {
	margin: 0;
	padding: 10px 0 0 0;
}

.gototop {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
}

.contact {
	clear: both;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: right;
}

.tekigou_table {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #999;
	color: #fff;
	font-size: x-small;
}

.tekigou_table td {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #999;
}

.tekigou_table_title td {
	background: #333;
	border-right: 1px solid #999;
}

.tekigou_table_title_left {
	border-left: 1px solid #999;
}

div.tekigou_set {
	margin: 0;
	padding: 25px 0 25px 0;
}

.remarks {
	font-size: x-small;
	line-height: 1.5;
}

#footer_wrapper {
	background: url(../images/bg_footer.gif) 0 0 repeat-x #000;
}

#footer {
	font-size: x-small;
	line-height: 1.2;
	padding: 30px 0 30px 0;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
}

#banner_orc {
	float: left;
	padding: 55px 0 0 0;
}

/*20200423追加*/
	a.manual_bn img:hover {
		opacity: 0.8 ;
	}
