@charset "utf-8";

* {
	font-family: Arial,Helvetica,sans-serif;
	}

html{
	margin: 0;
	padding: 0;
	}

body{
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	letter-spacing:1px;
	background-color:#FDFFDC;
	}

div,ol,ul,dl,dd,p,form,input,textarea,table,tr,td ,img{
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
strong,em,address{
	font-weight: normal;
	font-style: normal;
	}

table{
	border: 0;
	border-collapse:collapse;
	}

a{
	text-decoration: none;
	color: #336600;
	outline: none;
	}

a:hover{
	color: #CC6600;
	text-decoration:underline;
	}

img{
	border: 0;
	}

.clear{clear: both;}

.center{text-align: center;}

.bold{font-weight: bold;}

.small{font-size:8pt;}

.left{text-align: left;}

.right{text-align: right;}

/*レイアウト開始▼▼▼*/
#wrap{
	width:820px;
	background:url("../img/bg.png") repeat-y;
	margin:0 auto;
}

#container{
	width: 800px;
	margin: 0 auto;
	}

/*■■■■■ヘッダー■■■■■*/
#header{
	height:150px;
	padding:0 10px;
	background:url("../img/header.png") no-repeat;
	font-size:12px;
	line-height:20px;
}

#head1{
	height:95px;
	margin:0 490px 0 30px;
}
#head1 a{
	text-indent:-9999px;
	height:100%;
	display:block;
}

#head2{
	padding:0 0 0 180px;
}

#head2 h2{
	float:left;
}

.navi{
	width:150px;
	height:35px;
	text-indent:-9999px;
	background:url("../img/navi.png") no-repeat;
	background-position:0 0;
	display:block;
}

#gm1{background-position:0 0;}
#gm2{background-position:0 -35px;}
#gm3{background-position:0 -70px;}
#gm4{background-position:0 -105px;}

#gm1:hover{background-position:-150px 0;}
#gm2:hover{background-position:-150px -35px;}
#gm3:hover{background-position:-150px -70px;}
#gm4:hover{background-position:-150px -105px;}

/*■■■■■コンテンツ■■■■■*/
#contents{
	padding:20px 30px;
}

#mainimg{padding:0 0 20px;}

#mainimg img{border:1px solid #ccc;}

.title{
	width:740px;
	height:30px;
	line-height:30px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	background:url("../img/title.png") no-repeat;
	margin:0 0 20px;
}

.textarea{
	padding:0 20px 20px;
}

.textarea p{padding:0 0 10px;}

.l-img{
	float:left;
	width:352px;
	text-align:center;
}

.r-img{
	float:right;
	width:352px;
	text-align:center;
}

.r-img2{
	float:right;
	margin:10px 0 0;
}

/*□□□テーブル□□□*/
#about-t td{
	border-color: #CCCCCC;
	border-style: none none dotted;
	border-width: 0 0 1px;
	vertical-align: top;
	line-height:35px;
	padding:0 10px;
	font-size:14px;
	}

#about-t small{
	text-align:right;
	font-size:10px;
	padding-right:20px;
	display:block;
	height:30px;
	}

.tti{width: 120px;}

#about-t iframe{margin: 10px auto 3px; border:2px solid #ccc;}

.plan-t{
	line-height:40px;
	margin:0 auto 20px;
	width:700px;
}

.plan-t td{
	border:1px dotted #D9F0A8;
	padding:0 15px;
	vertical-align:top;
}

.ptti{
	text-align:center;
	width:140px;
	background-color:#DDF4CC;
}

.plan-t p{
	padding:10px 0;
	line-height:20px;
}

/*■■■■■フッター■■■■■*/
#btm_top{text-align:right;}

#footer{
	padding:20px 20px 0;
	border-top: 1px solid #D9F0A8;
	background:url("../img/footer.png") 0 0 no-repeat;
	height:100%;
}

.loca{
	font-size:9px;
	text-align:right;
}

#w3c p{
	float:right;
	margin:0 0 10px 5px;
}

.none{
	display:none;
	}