@charset "utf-8";

/* contactのみ */

#menu {
	background-image:url(../images/menu_bg06.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	vertical-align:text-bottom;
	margin:0;
	padding:60px 0 0 0;
 	/*width:900px;*/
	height:200px;
	line-height:200px;
	float:left;
	clear:left;
}

#contact_main {
	/*position:static;*/
	clear:both;
	/*background-image:url(../images/contact_bg.jpg);*/
	background-repeat:no-repeat;
	text-align:left;
	margin:20px 0 0 0;
	padding:20px 40px 5px 40px;
 	width:820px;
	line-height:1.5;
	overflow:auto;
}

#contact_main a:link,a:visited{
	color:#db7093;
	text-transform:none;
	text-decoration:underline;
}

