@charset "Shift_JIS";

/*全体の設定*/
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:15px;
	line-height: 170%;
	}

table {
	margin:0 auto;
	padding:0;
	text-align:left;
	color:#333;
	font-size:15px;line-height: 170%;
	}
	
textarea{
	font-size:12px;
	border-style: solid;
	border-color: #33cc99;
	color: #222222;
	background-color: #ffffff;
	border-width: 1px;
	}	

a:link,a:visited {
	color: #339966;
	text-decoration: none;
}

a:hover,a:active{
	color: #006633;
	text-decoration: none;
}


/* 全体幅 */
div#content {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	background-color:#ffffff;
}




/*ヘッダー*/
div#header{
	margin: 0px;
	padding: 0px;
}
 
/*メニュー*/
div#menu {
    width:800px;height:40px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/*メイン*/
div#mainimage{
    margin: 0px;
	padding: 0px;
	width: 800px;
	clear:both;
	background-color: #fff;}
	
div#main{
    margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #fff;
	text-align:center;}
	
div#main2{
    margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #fff;
	text-align:center;
	font-size:12px;}
	
/* 左*/
div#left{
	margin:10px 0 10px 0;
	padding:0px;
	width:200px;
	float:left;}


/* 右*/
div#right{
	margin:10px 0 10px 10px;
	padding:0px;
	width:580px;
	float:right;
	text-align:center;}

/* フッター*/
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width:800px;
	line-height:109px;
	background-color: #99CCFF;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #006699;
}

/*クラス*/
.ma_20{margin-left:20px;}
.ma_10{
	margin-left:10px;
	margin-right:10px;}
.ma_top{
	margin-left:5px;
	margin-top:5px;}
.ma_all{margin:5px;}

.small{
	font-size: 12px;}

.blue{
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	border-bottom:3px solid #0066cc;
}
.waku500{
	width:500px;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	padding:10px;}
.waku_500fff{
	width:500px;
	margin:0 auto;
	text-align:left;
	padding:10px;
}
.waku_green5002{
	width:500px;
	margin:0 auto;
	text-align:left;
	padding:10px;
	background-color: #EAF2D5;
}
.left_title{
	border-left:5px solid #99cc00;
	border-bottom:1px solid #99cc00;}