/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

a:link { color: #996600; text-decoration: none; }
a:visited { color: #996600; text-decoration: none; }
a:hover {color: #CCB600; background-color: #FFFFFF; }
a:active {color: #CCB600; background-color: #FFFFFF; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	background-color: #000000;
}
#wrapper {
	width: 770px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background: url(../img/background.gif) repeat-y;
	margin: 5px auto 0px;
}
#header {
	width: 770px;
	background-color: #9000000;
}

#header h1 {
	color: #ffffff;
	background: #000000;
	padding: 3px 0 1px 3px;
}

#menu {
	float: left;
	width: 138px;
	margin-top: 5px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul.top {
	list-style: none;
	margin-bottom: 20px;
	padding: 0px;
}
#menu ul li,
#menu ul.top li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
}
#menu .over {
	display: block;
	text-decoration: none;
	padding: 0px;
	background: #D5D0A2;
}
#menu a:hover {
	text-decoration: none;
	background: #CCB600;
}
#main {
	float: right;
	text-align: left;
	width: 630px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-image: url(../img/back_img.jpg);
	background-repeat: no-repeat;
	background-position: 330px 0px;
	margin: 0px;
}
#topMain {
	float: right;
	text-align: left;
	width: 630px;
	padding: 0px;
	background-color: #222222;
	border-left: 1px solid #FFFFFF;
	margin: 0px;
}

.topContents {
	width: 560px;
	padding: 30px 0;
	background:#222222;
}

.contents {
	width: 560px;
	padding: 0px 25px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	margin-bottom: 20px;
	text-align: right;
}
.left {
	float: left;
	width: 260px;
}
.right {
	float: right;
	width: 260px;
}
.rightText {
	float: right;
	margin-top: 10px;
	width: 280px;
}
.rightText h4 {
	font-weight: bold;
	color:#333333;
	margin-bottom: 10px !important;
	padding: 0px !important;
}
.rightText p {
	margin-bottom: 10px !important;
	padding: 0px !important;
}
.inquiryBtn {
	float: right;
	padding-right: 10px;
}
.one {
	float: left;
	width: 160px;
	margin: 10px 35px 10px 0px;
}
.two {
	float: left;
	width: 160px;
	margin: 10px 0px;
}
.three {
	float: right;
	width: 210px;
	margin: 10px 0px;
}
.short {
	float: left;
	width: 160px;
	margin: 10px 0px;
}
.long {
	float: right;
	width: 355px;
	margin: 10px 0px;
}
#footer {
	clear: both;
	width: 770px;
	background-color: #333333;
	border-top: 1px solid #FFFFFF;
	text-align: right;
}
/* 文字関係 */
h2, h3, h4, p {
	margin: 0px;
	padding: 5px 0px 20px;
}
h1 {
	font-size: 10px;
	line-height: 150%;
}
h2 {
	font-size: 20px;
	line-height: 150%;
}
h3 {
	font-size: 18px;
	line-height: 150%;
	color: #996600;
	border-top: 1px dotted #CCB600;
	border-bottom: 1px dotted #CCB600;
	padding: 5px 0px;
	margin: 0px 0px 20px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	color: #CCCCCC;
}
p {
	font-size: 12px;
	line-height: 150%;
}

.dial{
	font-size: 130%;
	line-height: 200%;
}
/* テーブル関係 */
.line table {
	width: 550px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;	
}
.line td {
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}
.line th {
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #CBCC9C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
/* 下部のテキストリンク */
#textlink {
	margin: 20px 25px 0px;
	border-top: 1px dotted #999999;
	padding: 10px 0px;
}
#textlink ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#textlink ul li {
	display: inline;
}
#textlink ul li a {
	margin: 20px 5px 0px 0px;
}
.contents li {
	list-style: url(none) none inside;
	padding: 5px 0px;
	background: url(../img/li.gif) no-repeat 4px;
	text-indent: 5px;
}
.gold {
	font-weight: bold;
	color: #999900;
}
.big {
	font-size: 16px;
	line-height: 150%;
}
