@charset "UTF-8";
/*formatting style
-----------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.contents{
	text-align: center;
	vertical-align: middle;
}
/*
-----------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	position: relative;
}
a:hover img{
	opacity:0.3;
	filter: alpha(opacity=30);
}
.contents1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
}
/*
-----------------------------------*/
#header li {
	float: left;
	list-style-type: none;
}
.contents1 a:hover img {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
} 
/*
-----------------------------------*/
#main {
	width: 960px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#main .main_img_cms {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main .main_img_cms li {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	float: left;
}
#main dl {
	float: left;
	margin-right: auto;
	margin-left: auto;
}
/*
-----------------------------------*/
#footer {
	text-align: center;
	padding: 15px;
	clear: both;
}
#footer a {
	text-transform: lowercase;
	font: lighter small-caps 9px "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	vertical-align: top;
}
address {
	text-align: center;
}

