@charset "utf-8";

div.clear{
	clear: both;
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f2f1ed;
	color: #999;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}

img {
	border-style: none;
}

blockquote {
	border: 1px dotted #999;
	margin: 10px 10px 0px 10px;
	padding: 10px;
}

a:link
{
	color: #0046ad;
}
a:visited
{
	color: #0046ad;
}
a:hover
{
	color: #d0103a;
}

input.short{
	width: 150px;
}

input.middle{
	width: 500px;
}

input.long{
	width: 700px;
}

textarea.short{
	width: 150px;
}

textarea.middle{
	width: 500px;
}

textarea.long{
	width: 700px;
}

strong{
	color: #990;
	font-weight: normal;
}

.need{
	color: #093;
}

.w750 {
	width: 750px;
}

.w250 {
	width: 250px;
}

#header{
	background-image: url("../img/bg.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto; 
	/*height: 100px;*/
	width: 900px;
}

#header h1{
	color: #333;
	font-size: 180%;
	font-weight: bold;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#menu{
	background-image: url("../img/bg.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto; 
	height: 34px;
	width: 900px;
}

#menu div.sub_title{
	background-image: url("../img/sub_title.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 730px;
}

#menu div.sub_title h2{
	color: #666;
	font-size: 130%;
	font-weight: normal;
	margin-left: 30px;
}

.inquiry{
	background-image: url("../img/tab.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 85px;
}

.inquiry span{
	color: #666;
	font-weight: normal;
	margin-left: 15px;
}

#border{
	background-image: url("../img/border.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto; 
	height: 21px;
	width: 900px;
}

#block{
	background-image: url("../img/bg.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto; 
	width: 900px;
}

#block div.title{
	background-image: url("../img/block_title.jpg");
	background-repeat: no-repeat;
	height: 37px;
}

#block div.title span{
	color: #c00;
	font-size: 130%;
	margin-left: 50px;
	position: relative;
	top: 10px;
}

#block div.header{
	background-image: url("../img/block_header.jpg");
	background-repeat: no-repeat;
	height: 40px;
}

#block div.contents{
	background-image: url("../img/block_contents.jpg");
	position: relative;
}

.ss {
	position: absolute;
	top: 0px;
	right: 50px;
}

#block div.contents ul{
	color: #999;
	line-height: 16pt;
	margin-left: 50px;
	list-style-type: none;
	width: 795px;
}

#block div.contents ul li{
	background-image: url("../img/mark.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#block div.footer{
	background-image: url("../img/block_footer.jpg");
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
}

.to_top {
	position: absolute;
	bottom: 0px;
	right: 40px;
	font-size: 120%;
	text-decoration: none;
}

#btn{
	background-image: url("../img/bg.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	vertical-align: top;
	width: 900px;
	text-align: center;
}

#footer{
	background-image: url("../img/bg_footer.jpg");
	border-left: 1px solid #c5c3bd;
	border-right: 1px solid #c5c3bd;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width: 900px;
}
#footer span{
	color: #fff;
	font-size: 120%;
}

