@charset "shift_jis";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	color:#4D4D4D;
	line-height:1.5em;
	background-color:#FFFFFF;
	background-image:url(../images/header_line.gif);
	background-repeat:repeat-x;
}

a {
	outline : 0;
}

a:link {
	text-decoration: none;
	color:#B48F44;
}
a:visited {
	text-decoration: none;
	color:#B48F44;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img{
	border:none;
}

/*---‰æ‘œ‚ÌƒŠƒ“ƒN“§‰ß---*/
a img{
	border:none;
}

a:hover img{
	opacity:0.8;
	filter:	alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

a:hover{
	color:#fa1;
}




/*---container---*/
#container {

}


/*---header---*/
#header {
	height:240px;
	text-align:left;
	background-image:url(rotate/rotate.php);
	background-repeat:no-repeat;
	background-position:right top;
}

#header_set {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header_title {
	margin-left:20px;
	margin-bottom:40px;
	margin-top:25px;
	float:left;
}

#header_logo {
	float:right;
	margin-right:20px;
	margin-top:54px;
}

#header_photo {
	background-image:url(../images/photo_back.png);
	background-repeat:no-repeat;
	width:320px;
	height:233px;
	text-align:center;
	float:left;
	margin:0 0 10px 50px;
	padding-bottom:35px;
}

#header_photo img{
	margin-top:60px;
}

#header_massage {
	float:left;
	margin:50px 0 0 0;
}

#header_banner {
	float:right;
	margin:5px 20px 0 0;
}






/*---contents---*/
#contents {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	clear:both;
}


/*---left---*/
#left {
	width:340px;
	float:left;
}

.left_contents {
	padding-bottom:50px;
}

.left_contents img {
	padding-bottom:15px;
}


/*---right---*/
#right {
	width:620px;
	float:right;
}

#iframe {
	margin-top:20px;
	width:630px;
	height:400px;
}


/*---form---*/
#form img{
	margin-bottom: 20px;
}

#form_left {
	float:left;
}

#form_right {
	float: left ;
	margin-left:30px;
}

#form_right td{
	padding:5px;
}

#btn_input {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 50px;
}

.text01 {
	color: #B48F44;
}






/*---footer---*/
#footer {
	clear:both;
	width:100%;
	height:350px;
	background-image:url(../images/footer_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

#footer_contents {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#footer_copy {
	margin-top:20px;
	float:left;
}

#footer_banner {
	float:left;
	margin-top:10px;
}

#footer_banner img{
	margin-right:10px;
}

#footer p {
	text-align:right;
	padding-top:60px;
}



