/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:url(../img/body_bk.gif) repeat-y center top #FFFFFF;
	text-align: center;
	width: 100%;
}

/* header ---------------------------------------------- */

#header{ 
	margin: 0 auto;
	background:url(../img/head_bk.gif) repeat-x left top;
	text-align:center;
}

/* contents ---------------------------------------------- */

#contents {
	margin: 0 auto;
	padding: 0;
	width:800px;
	text-align:center;
}

.make1{
	margin: 0 auto;
	width:720;
	font-size:15px;
	line-height:150%;
	color:#333333;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
}

#make2{
	margin: 0 auto;
	width:750px;
	height:255px;
	background-image:  url(../img/back_1.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.make2{
	padding-top:70px;
	padding-right:200px;
	padding-left:20px;
	padding-bottom:5px;
	font-size:15px;
	line-height:145%;
	color:#333333;
	text-align: left;
}

.make3{
	font-size:14px;
	line-height:140%;
	color:#333333;
	padding-top:60px;
	padding-right:10px;
	padding-left:18px;
	text-align: left;
}

#make3{
	width:250px;
	height:310px;
	background-image:  url(../img/back_2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#make4{
	width:250px;
	height:310px;
	background-image:  url(../img/back_3.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#make5{
	width:250px;
	height:310px;
	background-image:  url(../img/back_4.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.tdq{
	text-align: left;
	font-size:14px;
	line-height:130%;
	color:#ffffff;
	background: #00A2FF;
}

.tda{
	text-align: left;
	font-size:14px;
	line-height:130%;
	color:#333333;
	background: #E9F9FC;
}


/* font ---------------------------------------------- */

.t13{font-size:13px;line-height:130%;color:#333333;}
.t15{font-size:16px;line-height:150%;color:#007A8C;font-weight: bold;}
.t16{font-size:16px;line-height:150%;color:#006AAD;font-family: "ＭＳ Ｐ明朝", "細明朝体";font-weight: bold;}
.t16g{font-size:16px;line-height:150%;color:#009001;font-family: "ＭＳ Ｐ明朝", "細明朝体";font-weight: bold;}


/* banner ---------------------------------------------- */
.mou {
	width:750px;
	height:80px;
	background:url(../img/bn_ov.gif) no-repeat center;
	}

.mou a {
	display:block;
	width:750px;
	height:80px;
	outline:none;
	}

.mou a:hover {text-indent:-9999px;}

.mou2 {
	width:750px;
	height:80px;
	background:url(../img/bn2_ov.gif) no-repeat center;
	}

.mou2 a {
	display:block;
	width:750px;
	height:80px;
	outline:none;
	}

.mou2 a:hover {text-indent:-9999px;}

.mou3 {
	width:750px;
	height:80px;
	background:url(../img2/bn_ov.gif) no-repeat center;
	}

.mou3 a {
	display:block;
	width:750px;
	height:80px;
	outline:none;
	}

.mou3 a:hover {text-indent:-9999px;}


/* footer --------------------------------------------- */
.hr_foot{
	border-top-style: dashed;
	border-top-color: #BFBFBF;
	width: 798px;
}

#footer {
	clear: both;
	width: 750px;
	height:40px;
	background-image: url(../img/foot_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 0.5em;
	padding-left: 20px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	padding: 0.5em 0.5em 0;
}

#footer li a {
	padding-left: 12px;
	background-image: url(../img/arrow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.copy{
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}


