/* CSS Document */
@media screen and (min-width:860px) {

@import "http://";

html {
  height:100%;
  margin-bottom:1px;
}

* html .img_pngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../img/bg.gif);
	font:"�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3";
	font-size:12px;
	color:#666666;
	line-height:140%;
	text-align:center;
}

#wrapper {
	width:760px;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	text-align:left;
}

#header {
	height:160px;
	padding:0px 250px 0px 0px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header h2 {
	margin:0px;
	padding:40px 0px 32px 5px;
	font-size:12px;
	color:#FFFFFF;
}

#header p{
	width:165px;
	margin:0px;
	padding:10px 25px 0px 25px;
	font-size:14px;
	color:#FFFFFF;
	line-height:125%;
}


#menu {
	height:45px;
	background-image:url(../img/menu/bg_menu.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}

#contents_left {
	width:480px;
	margin:0px;
	padding:10px 10px 0px 15px;
}

#contents_right {
	margin:0px;
	padding:10px;
}

#footer {
	height:125px;
	padding:25px 0px 0px 15px;
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#CC9999;
}

#footer_left {
	width:450px;
	float:left;
}

#footer_right {
	width:280px;
	padding:55px 0px 0px 0px;
	color:#666666;
	float:right;
}

#footer h2 {
	margin:0px;
	padding:3px;
	font-size:14px;
	font-weight:normal;
	color:#CC9999;
}

#footer h3 {
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#CC9999;
}

#footer a {
	color:#666666;
}

#footer strong {
	padding:3px;
	font-size:16px;
	color:#CC9999;
}
	

}