* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	height: auto;
	width: 950px;
	margin: auto;
}
/*　ヘッド部　*/
#head {
	width: 930px;
	height: 30px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#head li {
	float: right;
	margin-top: 10px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-right: 6px;
}
#content {
	height: 700px;
	width: 950px;
	float: left;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#left {
	float: left;
	height: auto;
	width: 450px;
	margin-top: 180px;
}
.s_box {
	float: left;
	height: auto;
	width: 205px;
	padding-left: 20px;
	padding-top: 20px;
}

#right {
	float: right;
	height: 160px;
	width: 380px;
	padding-top: 50px;
	padding-bottom: 10px;
}


/* コピーライト　*/
#foot {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
	color: #666666;
	line-height: 25px;
	float: left;
}
.font1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	font-weight: bold;
	color: #009966;
	letter-spacing: 0.2em;
}
.font2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 0.1em;
}
.font3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 350px;
	clear: both;
	float: right;
	text-align: right;
	padding-right: 30px;
	margin-top: 20px;
	color: #0099CC;
}

.mail {
	margin-top: 10px;
}
#left a:hover { 
	position: relative; 
	top: 1px; 
	left: 1px; 
} 


#right li {
	margin-top: 10px;
	float: right;
	list-style-type: none;
	width: 180px;
	text-align: right;
	margin-right: 10px;
}

/*　pngハック　*/
.png {
	behavior: url("iepngfix.htc");
	margin-top: 10px;
}
#right a:hover {
	opacity: 0.60; /* Opera・Safari */
	-moz-opacity:0.60; /* Firefox */
	filter: alpha(opacity=60); /* IE */
	zoom: 1;
}

