@charset "shift_jis";
body {
	font-size : 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 18px;
	background: #ddf1db;
	margin: 0;
	padding: 0;
	color: #666;
	background-image:url(background.jpg);
	background-attachment: fixed; 
	background-position: 0% 0%; 
  background-repeat: repeat-y;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	}
h1{
	margin: 10px;
 text-align:center;
	font-size: 18px;
}
h2{
	font-size: 15px;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	font-size : 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 18px;
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: solid 2px #EADCAE;
}
.header {
	background: #ffffff;
}
.sidebar1 {
	color:#333;
	font-size : 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 20px;
	float:left;
	width: 200px;
	background: #f0f4ee;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 960px;
	float: left;
	background: #ffffff;
}
a img { 
	border: solid 2px #EADCAE;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.content2 {
	padding: 10px 0;
	width: 960px;
	float: left;
	background: #ffffff;
	}
a img { 
	border: solid 2px #EADCAE;
}

.panlist {
	height: 30px;
	line-height: 30px;
	color: #000000;
	padding: 0 0 0 5px;
	background: #f0f4ee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.panlist a{
	color: #000000;
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #fff; 
	margin-bottom: 15px; 

}
ul.nav li {
	border-bottom: 1px solid #fff;
}
ul.nav a, ul.nav a:visited { 
	width: 180px;
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: #f0f4ee;
	color:#666;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #fff;
}

.footer {
	padding: 10px 0;
	background: #f398b5;
	position: relative;
	clear: both; 
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}