@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_img.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
table,img {
	margin: 0px;
	padding: 0px;
	border:0px;
}
a:link {
	color: #009845;
	text-decoration: underline;
}
a:visited{
	color: #009845;
}
a:hover{
	color: #FF7F00;
	text-decoration:none;
}
.clearfix:after {
 content:".";
 display:block;
 clear:both; 
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}
/* end MacIE5 */

#wrap {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FF7F00;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
}
#wrap_j {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FF7F00;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#left_contents {
	float: left;
	clear: both;
	width: 513px;
}

#right_contents {
	float: right;
	width: 261px;
}
#right_contents #sub_contents {
	margin-top: 2px;
}

#right_contents #sub_contents ul {
	font-size: 10px;
	line-height: 21px;
	width: 261px;
}
#right_contents #sub_contents li {
	float: left;
	list-style-type: none;
	margin-right: 13px;
	font-size: 10px;
	line-height: 1.7em;
}
#right_contents #sub_contents #contact {
	background-image: url(../../common/img/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 16px;
}
#right_contents #sub_contents #request {
	background-image: url(../../common/img/shiryou_icon.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
}
#right_contents #sub_contents img {
	margin: 0px;
	padding: 0px;
}

#right_contents #sub_contents a {
	color: #666666;
}
#footer {
	font-size: 10px;
	clear: both;
	margin-bottom: 5px;
	margin-left: 18px;
}
#footer #ft_logo {
	float: left;
	margin-right: 15px;
}
#footer #ft_copy {
	float: left;
	padding-top: 3px;
}

