@charset "utf-8";
/* CSS Document */

@import url("init.css");

body{
background-color:#fff;
color:#CCCCCC;
font-size:12px;
}
#wrapper{
margin-left:auto;
margin-right:auto;
width:850px;
background: url(http://blog.f-b-inc.com/wp-content/themes/fbfb/images/bg.gif) no-repeat right top;
}
#contact-wrapper{
	margin-left:auto;
	margin-right:auto;
	width:850px;
	background: url(../image/contact/bg.gif) no-repeat center top;
}
#header{
	width:850px;
	height:80px;
	padding-top: 24px;
	padding-bottom: 24px;
	
}
#header h1{
	background: url(../image/common/logo.png) no-repeat;
	width:850px;
	height:80px;

	text-indent:-9999px;
}
#footer{
	margin-bottom:20px;
	margin-top:30px;
	padding-top:10px;
	clear:both;
	letter-spacing:1px;
	border-top: 1px solid #CCCCCC;
}
#footer h4{
font-weight:normal;
font-size:10px;
}
.footer-left{
color:#999999;
	width:850px;
	font-family: "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	line-height: 1.6;
}
.footer-left li{
float:left;
margin-right:10px;
font-size:10px;
}
#footer a:link{
color:#666666;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
.footer-right{
	float:right;
	font: 10px Arial, Helvetica, sans-serif;
}
#menu{
width:850px;
height:30px;
font-size:14px;

	border-bottom: 1px solid #CCC;
	margin-bottom:30px;
}
#menu ul{
}
#menu li{
float:left;
margin-right:30px;

}
#menu li a:link,#menu li a:visited{
	
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:1px;	
}
#menu li em{
font-style:normal;
color:#FFFFFF !important;
text-decoration:line-through !important;
}
#menu li a:hover{
	color: #666;
	
}
#mail{
	width:502px;
	float:left;
	height:572px;
}
form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 30px 0px 20px 60px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
	background-color:transparent;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}
#map{
width:300px;
float:right;
text-align:center;
}
#map h2{
text-indent:-9999px;
}
.finish{
margin-top:30px;
margin-left:60px;
width:400px;
line-height:2;
color:#000000;
}
/*******************************************************/
.about{
margin-top:30px;
line-height:2;
color:#999;
}