@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	background-color: #F1F1F1;
	margin-top: 0;
	margin-bottom: 0;
	background-image:url(img/bg.gif);
	background-position: center;
}
a:link{color: #333333;text-decoration: none;}
a:visited{color: #666666;text-decoration: none;}
a:hover{color: #333333;text-decoration: underline;}

#maincol {
	width: 800px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(img/bg_02.gif);
}
#maincol #header {
	width: 800px; height:90px;
	text-align:right;
	background-image:url(img/bg_01.gif);
}
#maincol #header .logo {
	padding-top:9px;
	line-height:150%;
	font-size:14px;
	font-weight:bold;
	color:#333333
}
#maincol #menu {
	width: 800px; height:40px;
}
#maincol .menu {
	width: 800px; height:40px;
	border:0;margin:0;padding:0 0 0 1px;
}
#maincol #menu img {
	border:0;
	margin:0;
}
#maincol #contents {
	background-color: #FFFFFF;
	background-image: url(img/bg_02.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	min-height:560px;
}
#maincol #contents #text {
	width: auto;
	padding-top: 15px;
	padding-left: 28px;
	padding-right: 15px;
}
#maincol #contents #text2 {
	width: 240px;
	padding-top: 0px;
	padding-left: 10px;
	line-height:22px;
}
#maincol #contents #text .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
}
#maincol #contents #text .title {
	font-size: 15px;
	font-weight: bold;
}
#maincol #contents #text p {
	line-height:20px;
	font-weight: normal;
}
.caption {
	line-height:200%;font-size:11px; color:#666666;
}
.caption2 {
	font-size:11px; color:#666666;
}
#maincol #contents #sommaire {
	width: 200px;
	padding-top: 15px;
	line-height:150%;
}
#maincol #footer {
	background-color: #FFFFFF;
	font-size: 10px;
	text-align:center;
	color: #666666;
}

.btn_list {
	width:150px;
	height:35px;
	background:url(img/btn_list.gif) no-repeat top left;
	font-size:14px;
	font-weight:bold;
	color:#FF3333;
	text-align:center;
	padding-top:5px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	line-height: 40px;
	}
.btn_list a {
	font-size:14px;font-weight:bold;color:#333333;
	text-decoration:none;
}
.btn_list a:hover {
	font-size:14px;font-weight:bold;color:#FF3333;
	text-decoration:none;
}

