@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#E6E6E6;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1 {
	margin: 0;
	font-size:9pt;
	text-align:right;
	padding:20px 120px 0px 0px;
	font-style: normal;
	font-weight: normal;
}
h2{
	width:620px;
	height:50px;
	color:#FFFFFF;
	background-image:url(image/h2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:11pt;
	margin:0px 0px 0px 80px;
	padding:0px 0px 0px 20px;
	line-height:40px;
}


#container {
	width: 100%;  
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#header {
	background-image:url(image/bk_head.gif);
	width:100%;
	background-repeat:no-repeat;
	background-position:top;
}

#headall{
	background-image:url(image/bk_image_all.gif);
	width:1000px;
	height:370px;
	text-align: left;
}

#head001{
	background-image:url(image/bk_image_001.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}
#head002{
	background-image:url(image/bk_image_002.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}
#head003{
	background-image:url(image/bk_image_003.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}
#head004{
	background-image:url(image/bk_image_004.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}
#head005{
	background-image:url(image/bk_image_005.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}
#head006{
	background-image:url(image/bk_image_006.jpg);
	width:1000px;
	height:200px;
	background-position: bottom;
}


#menu{
	clear:left;
	width:800px;
	height:65px;
	padding:70px 0px 0px 150px ;
}

#menu div.menu_top{
	float:left;
	height:50px;
	font-size:11pt;
	line-height:50px;
	padding:0px 20px 0px 0px;

}
#menu div.menu_item{
	float:left;
	height:50px;
	width:130px;
	font-size:10pt;
	line-height:50px;
	text-align: center;
}

#menu div.menu_item  a {
	height:50px;
	display:block;
	overflow:hidden;
	color:#555555;
}
#menu div.menu_item  a:hover {
	background-image:url(image/menu_on.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FF0088;

} 


#mainContent {
	background-image:url(image/bk.gif);
	width:1000px;
	text-align:left;
	background-color:#E6E6E6;
	background-repeat:repeat-y;
	background-position:center;

}

div.main_text{
	text-align:left;
	margin:0px 150px 10px 150px;
	line-height:150%;
	color:#555555;
}

div.websample{
	float:left;
	text-align:center;
	margin:20px 10px 30px 10px;
	width:320px;
}
div.clear{
	clear:left;
}
div.center{
	text-align: center;
}

div.formtitle{
	padding: 2px 10px 2px 10px;
	width: 600px;
	margin: 10px 0px 5px 0px;
	background-image: url(image/formtitle.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#footer {
	background-image:url(image/bk_foot.gif);
	width:1000px;
	height:80px;
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:10px;
	font-size:10pt;
	color:#FFFFFF;
	text-align: center;
}
#footer  a {
	line-height:50px;
	color:#FFFFFF;
	margin:0px 10px;
}
#footer  a:hover {
	color:#ffaaBB;
} 


a.link{
 font-weight:700;
 color:#ff0088;
}
a.link:hover{
	color:#ffaaBB;

}

li{
	line-height:20px;
}

img.image{
	border-color:#666666;
	border-style:solid;
	border-width:1px;
}

img.title{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

img.websample{
	border-style:none;
}

span.error{
	color: #FF0066;
}

