@charset "utf-8";
/* CSS Document */

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../about/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3a {
	background: url(../../../about/images/h3a.png) no-repeat;
	width:960px;
	height:40px;
}

.h3b {
	background: url(../../../about/images/h3b.png) no-repeat;
	width:960px;
	height:40px;
}

.h4a {
	background: url(../../../about/images/h4a.png) no-repeat;
	width:960px;
	height:36px;
	margin-top:25px;
	margin-bottom:20px;
}

dl {
	margin-left:10px;
}

dt {
	background:url(../../images/list_green.png) no-repeat 0 2px;
	font-weight:bold;
	float:left;
	width:150px;
	padding-left:35px;
	padding-bottom:15px;
}

dd {
	padding-left:20px;
	padding-bottom:15px;
}

.h4b {
	background: url(../../../about/images/h4b.png) no-repeat;
	width:960px;
	height:36px;
	margin-top:25px;
	margin-bottom:20px;
}

th:first-letter {
	background: url(../../images/list_green.png) no-repeat ;
	padding-left:35px;
}

.h4c {
	background: url(../../../about/images/h4c.png) no-repeat;
	width:960px;
	height:36px;
	margin-top:25px;
	margin-bottom:20px;
}

.h4d {
	background: url(../../../about/images/h4d.png) no-repeat;
	width:960px;
	height:36px;
	margin-top:25px;
	margin-bottom:20px;
}

.h4e {
	background: url(../../../about/images/h4e.png) no-repeat;
	width:960px;
	height:36px;
	margin-top:25px;
	margin-bottom:20px;
}

#main ul.linklist {
	margin-left: 10px;
	margin-bottom: 50px;
}

#main ul.linklist li {
	padding-left: 35px;
	float: left;
	width: 120px;
	background:url(../../images/list_green.png) no-repeat 0 2px;
}

#main ul.linklist li a {
	color: #3f1f00;
	text-decoration: underline;
}

#main ul.linklist li a:hover {
	color: #698c00;
}


/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:670px;
    float: left;
    margin: 0 0 30px 0;
}
.box_right {
	width:250px;
    float: right;
    margin: 0 0 30px 20px;
}
