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

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

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

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

.h4a {
	background: url(../../../guide/images/h4a.png) no-repeat;
	width:163px;
	height:21px;
}

.h4b {
	background: url(../../../guide/images/h4b.png) no-repeat;
	width:268px;
	height:21px;
}

.h4c {
	background: url(../../../guide/images/h4c.png) no-repeat;
	width:186px;
	height:21px;
}

ul.article li a {
	text-decoration:underline;
	color:#3F1F00;
}

ul.article li a:hover {
	color: #698C00;
}





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

.box_left {
	width:360px;
    float: left;
    margin: 0 0 30px 80px;
}
.box_right {
	width:360px;
    float: right;
    margin: 0 80px 30px 40px;
}
