@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "メイリオ", sans-serif; 
	font-size:100%;
	font-style: normal;
	text-decoration: none;
	line-height:140%;
}
html {
	margin-bottom:1px;
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:88%;
	background:url(../img/img_common/body_back.jpg) repeat-x top;
	}

#wrapper {
	width:920px;
	margin:0 auto;
	text-align:left;
}
#header {
	width:920px;
	margin:0 auto 0 auto;
	background:url(../img/img_common/header_back.gif) no-repeat right;
	position:relative;
	margin-top:0;
	left:0px;
	top:0px;
	}
#container {
	width:920px;
	background:url(../img/img_common/side_back.gif) right top repeat-y;
}
#side {
	width:250px;
	float:right;
	padding:10px 10px 0 10px;
}
#content {
	width:650px;
	float:left;
}
#content_inner {
	width:630px;
	padding:10px 5px 0 5px;
}
img {
	border:0;
	margin:0;
	padding:0;
}
a, a:visited, a:link {
	color:#3e741d;
	text-decoration:underline;
}
a:hover {
	color:#FF6600;
}
li {
	list-style:none;
	line-height:100%;
}
h1, h2, h3, h4, h5, h6, p, img, ul, li, div, dl, dt, dd {
	margin:0;
	padding:0;
}
h1 {
	padding:3px 0 2px 0;
}
h2 {
	padding:10px 10px 20px 10px;
	margin:10px 10px 0 0;
	color:#fff;
	font-size:280%;
	line-height:1.2;
	background:url(../img/img_common/h2_back.gif) repeat-x bottom;
}
h3 {
	margin:90px 0 0 0;
}
h3.normal {
	margin:30px 0 0 0;
}
h4 {
	margin:30px 0 0 0;
}
h4.normal {
	margin:30px 0 -20px 0;
}
.index h2 {
	padding:0;
	margin:0;
}
/* clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  zoom:1;
}
.clear {
	clear:both;
	height:0;
	display:block;
}
/*ヘッダー部分
*****************************************************************/
#header .header_l a {
	width:309px;
	height:97px;
	margin:0;
	padding:0;
	display:block;
	z-index:1
}
.header_l {
	width:309px;
	margin:10px 0 0 0;
	float:left;
	display:inline;
}
.header_r {
	margin:10px 0 0 0;
	width:270px;
	float:right;
}
#header .header_r a {
	position:relative;
	margin-top:0;
	left:0px;
	top:-10px;
	z-index:4;
}
#header .header_c {
	width:341px;
	float:left;
}
#header .header_c dl dt {
	margin-top:10px;
}
#header .header_c dl dd.font_n {
	margin-top:10px;
}
ul.navi {
	margin:0;
	padding:0;
	vertical-align:top;
}
ul.navi li {
	float:left;
	height:59px;
}
ul.navi li img {
	vertical-align:bottom;
}
#header h1 {
	font-size:11px;
	position:relative;
	margin-top:0;
	left:0px;
	top:0;
	z-index:2;
}
#header dl.textresizer {
	text-align:right;
	line-height:0;
	padding:45px 0 0 120px;
}
#header dl.textresizer dd, #header dl.textresizer dt {
	float:left;
	padding:0 0 0 5px;
	line-height:0;
} 
/*サイド部分
*****************************************************************/
#side p {
	margin:20px 0 0 0;
}
#side ul {
	border-top:2px solid #519047;
	border-bottom:1px solid #519047;
}
#side ul li {
	width:250px;
	border-bottom:dotted 1px #ffcc00;
	background:url(../img/img_common/sidenavi_back.gif) top repeat-y;
}
#side ul li a, #side ul li a:visited, #side ul li a:link {
	display:block;
	height:70px;
	padding:10px 0 0 10px;
	margin:0 0 0 0;
	font-size:114%;
	font-weight:bold;
	text-decoration:none;
}
#side ul li a:hover {
	background:url(../img/img_common/sidenavi_back2.gif) bottom no-repeat;
	color:#fff;
}
#side ul li.look a {
	background:url(../img/img_common/sidenavi_back2.gif) bottom no-repeat;
	color:#fff;
}
#side dl dd span {
	display:block;
	padding:10px 0 0 0;
}
#side dl {
	background:url(../img/img_common/side4.gif) repeat-y;
}
#side dl dt {
	font-size:117%;
	font-weight:bold;
}
#side dl dd {
	padding:10px 10px 3px 10px;
}
#side dl.company {
	margin:60px 0 0 0;
	padding:0 0 20px 0;
	text-align:left;
	background:url(../img/img_common/side2.gif) repeat-y;
	border-bottom:1px solid #ccc;
}
#side dl.company dd a {
	margin:0 0 0 26px;
}
/*フッター部分
*****************************************************************/
#footer {
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../img/img_common/footer_back.jpg) top repeat-x;
}
#footer .left {
	float:left;
	display:inline;
	margin:0 40px 0 20px;
}
#footer .center {
	float:left;
	display:inline;
	margin:0 40px 0 0;
}
#footer .right {
	float:left;
	text-align:left;
	margin:0 40px 0 0;
}
#footer .right2 {
	float:right;
	margin:0 0 0 0;
}
#footer .footer_inner {
	width:920px;
	margin:0 auto;
	padding-top:100px;
	text-align:left;
	background:url(../img/img_common/footer_back2.jpg) right top no-repeat;
}
#footer ul li {
 font-size:100%;
 font-weight:bold;
 margin:15px 0 0 0;
}
#footer ul li.margin {
	margin:15px 0 0 0;
}
#footer ul li.child {
	margin:10px 0 0 1em;
	text-indent:-0em;
	line-height:130%;
	font-size:100%;
}
#footer dl {
	width:920px;
	margin:30px auto 0 auto;
	text-align:left;
	font-size:86%;
	color:#666666;
}
.copyright {
	margin:5px 0 0 0;
	color:#fff;
}
#wrapper_footer {
	height:40px;
	margin:10px 0 0 0;
	background-color:#3a8011;
	border-top:2px solid #3e741d;
	border-bottom:2px solid #3e741d;
}
#wrapper_footer p {
	padding:10px 0 0 0;
	color:#fff;
}
#wrapper_footer p a, #wrapper_footer p a:hover {
	color:#fff;
	text-decoration:none;
}
/*表組み部分
*****************************************************************/

.table, .table2 {
	margin:20px 0 0 0;
	padding:0;
	border:0;
	/*border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;*/
	border-spacing:0;
}
.table th, .table2 th {
	text-align:left;
	padding:13px 5px 13px 5px;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.table2 th {
	width:150px;
}
.table th {
	width:120px;
}
.table td, .table2 td {
	text-align:left;	
	background-color:#ffffff;
	/*border-right:solid 1px #ddd;*/
	border-bottom:solid 1px #ddd;
	padding:13px 4px 13px 10px;
}
/*block1
*****************************************************************/
.block1 {
	width:630px;
	margin:35px 0 0 0;
}
.block1 .right {
	width:240px;
	float:right;
}
.block1 .left {
	width:370px;
	margin:0 10px 0 0;
	float:left;
	display:inline;
}
.block1 .left p {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
p.sub_title {
	margin:30px 0 0 0;
}
.mp1 {
	padding:15px 0 0 0!important;
}
.mp2 {
	margin:30px 0 0 0;
}
