/*　基本構造　*/

body{
	background-color: #eaf7fa;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
div#left{
	width: 608px;
	background: url(../images/main_bg.jpg) repeat-y center top;
	float: left;
	text-align: left;
	}

div#left_main{
	padding-left: 30px;
	}
	
div#right{
	width: 197px;
	float: right;
	}
	
/*　見出し関係　*/

h1{
	margin: 0;
	padding: 0;
	}
	
/*　ナビゲーション　*/

div#right ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
	
div#right li{
	margin: 0 0 2px 0;
	padding: 0;
	}
	
/*　もくじ　*/

div#mokuji{
	width: 525px;
	height: 138px;
	background: url(../images/mokuji_bg.jpg) no-repeat left top;
	text-align: center;
	}
	
/*　フッタ　*/

div#foot{
	width: 608px;
	clear: both;
	text-align: center;
	}
	
div#foot ul{
	list-style-type: none;
	}
	
div#foot li{
display: inline;
}


	
/*　フォント　*/

.gray{
	color: #999999;
	}
	
.text12px{
	font-size: 12px;
	}
	
.alert{
	color: #CC3300;
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #826c32;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}