@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-size:14px;
	line-height: 1.8;
	font-family: Arial,Verdana,sans-serif;
color:#454545}

a:link,
a:visited {
	color: #2a3c0a;
	text-decoration:none;
}
a:hover {
	color: #2a3c0a;
	text-decoration:underline;
}
a:active {
}


/* --------------------------------------------------------------------------------
 layout
-------------------------------------------------------------------------------- */

#container_top{
	width:980px;
	margin:auto;
}

#container{
	width:980px;
	margin:auto;
	background-image:url(../common_img/bg_content.jpg);
	background-repeat:no-repeat;
}

#head {
	margin: 0;
	height:300px;
	width:980px;
	background-image:url(../common-img/head.jpg);
	position:relative;
}

#side_navi{
	width:230px;
	padding-left:15px;
	float:left;
}

#main_content{
	width:720px;
	float:right;
	padding-right:15px;
	padding-top:10px;
}

#foot {
	width:980px;
	height:100px;
	clear:both;
	background-image:url(../common_img/bg_foot.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding-top:100px;
}


/* TOP */
.top_btn {
	width:300px;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
}

.top_weigit {
	width:400px;
	padding:40px;
	float:left;
}


/* --------------------------------------------------------------------------------
 side navi
-------------------------------------------------------------------------------- */
#side_navi ul  {
	padding: 0;
	margin: 0;
}

#side_navi ul li {
	margin:0;
	list-style:none;
	padding:10px 0 0 0;
}

/* --------------------------------------------------------------------------------
 main content
-------------------------------------------------------------------------------- */
#main_content p{
	padding:0px 50px 10px 50px;
}
.title {
	padding-bottom:20px;
}

.h02 {
	width:700px;
	padding-left:20px;
	clear:both;
	}
.h02_2 {
	width:700px;
	padding:20px 0 0 20px;
	clear:both;
	}	
.buy {
	margin:80px 0 10px 20px;
	float:left;
}

#main_content dl {
	padding:0px 50px 10px 50px;
}

#main_content dt{
	font-weight:bold;
	padding:30px 0 5px 0;
}
#main_content dd{
	margin-left:20px;
}

#main_content dl.question dt{
	font-weight:bold;
	padding:0px 0 5px 20px;
	background:url(../question/images/dt_mat.jpg) no-repeat;
	color:#075104;
	margin-top:10px;
}
#main_content dl.question dd{
	margin:0px 20px 20px 40px;

}

.weigit {
	width:220px;
	padding:20px 0 0 10px;
}

.red {
color:#CC3333;
}
.caption {
	font-size:12px;
	margin-left:30px;
	line-height:1.4;
}

.green {
	color:#075104;
	font-weight:bold;
}

.imageph {
	margin:0 0 30px 70px;
	}
	
.banner_left {
	float:left;
	padding:0 20px 30px 0;
}
.image_left {
	float:left;
	padding:10px;
}
.larger {
	font-size:18px;
}

.box {
	background:#f6fae8;
	border:#dde376 1px solid;
	padding:10px;
	margin:0 30px 0 50px;
}
.pack {
	border:#dde376 3px solid;
	padding:3px;
	margin:0 50px 30px 50px;
}
.voice {
	background:#f6fae8;
	border:#dde376 1px solid;
	padding:0px;
	margin:0px 40px 40px 60px;
}	
/* --------------------------------------------------------------------------------
 foot
-------------------------------------------------------------------------------- */

#foot ul li{
	float:left;
	background-image:url(../common_img/icon_maru.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:14px;
	list-style:none;
	line-height:1;
	padding-right:20px;
}

#foot .pagetop {
	background-image:url(../common_img/icon_ya.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:14px;
	line-height:1;
	position:absolute;
	left:839px;
	top:58px;
}
