@charset "utf-8";
/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
a:visited {
	color: #333333;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 53px;
	padding-bottom: 5px;
}
#main_image  {
	height: 200px;
	padding-bottom: 15px;
}
#menu {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#menu ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu li {
	background-image: url(images/menu_btn_1.jpg);
	height: 35px;
	width: 200px;
	line-height: 35px;
	text-indent: 25px;
}
#menu .menu1 a {
	line-height: 35px;
	text-decoration: none;
	background-image: url(images/menu_btn_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 25px;
	display: block;
}
#menu .menu1 a:hover {
	background-image: url(images/menu_btn_2.jpg);
}
#menu .menu2 a {
	line-height: 35px;
	text-decoration: none;
	background-image: url(images/menu_btn_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 25px;
	display: block;
}
#menu .menu2 a:hover {
	background-image: url(images/menu_btn_1.jpg);
}
#contents {
	width: 590px;
	float: left;
}
#contents .pad_box {
	padding: 10px;
}

#contents .cont_box {
	padding-bottom: 30px;
}
#contents .cont_box p {
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 140%;
}
#contents .cont_box dl {
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}
#contents .cont_box dt {
	float: left;
	width: 80px;
	line-height: 20px;
}
#contents .cont_box dd {
	line-height: 20px;
	margin-left: 80px;
}
#footer {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 45px;
}
#footer .copyright {
	font-size: 10px;
	text-align: right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
	padding-top: 3px;
}
h1.blog_ttl {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	background-image: url(../images/blog_ttl_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	padding: 0px;
	margin: 0px;
}
.byline {
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1.webpage_ttl {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	background-image: url(../images/webpage_ttl_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	padding: 0px;
	margin: 0px;
}


#inquiry  .mailform {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
