@charset "UTF-8";

/***********************************************************************************
  全般
***********************************************************************************/

* {
	margin: 0;
	padding: 0;
	color: #727581;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 170%;
	/*font-family: "Verdana", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:  Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	word-break: break-all;
	word-wrap: break-word;
	list-style-type: none;
	list-style-position: outside;
}



#wrapper {
	margin: 0 auto 0 auto;
}

#wrapper_header{
	margin: 0 auto 0 auto;
	background-image: url(../img/header_bg.gif);height:106px; position:relative; border:none;
	background-repeat:repeat-x;
}

#wrapper_footer{
	margin: 0 auto 0 auto;
	background-image: url(../img/footer_bg.gif);height:113px; position:relative; border:none;
	background-repeat:repeat-x;	
}

.content {
	width: 700px;
	position:relative;
	margin: 0 auto 0 auto;
}

.clear {
	height: 0px;
	_height: 1px;
	overflow: hidden;
	clear: both;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/
#header{
	position:relative;
	width:700px;
	height:103px;
	
	}

#header h1 {
	text-indent: -9999px;
	background-image: url(../img/logo.gif);	width:269px;height:61px; position:absolute; border:none;
	background-repeat: no-repeat;
	top:28px;
}

#header .left {
	text-indent: -9999px;
	width: 170px;
	height: 61px;
	position:absolute;
	top:28px;
	left:380px;
}


#header .right {
	text-indent: -9999px;
	width: 150px;
	height: 50px;
	position:absolute;
	border-left: 1px #7f7f7f solid;
	float: right;
	top:28px;
	left:549px;
}


#header .left p {
	width: 150px;
	left: 580px;
	background: no-repeat left top;
}

#header .left p.text1 {
	height: 17px;
	background-image: url(../img/header_text1.gif);
	top: 1px;
}

#header .left p.text2 {
	height: 15px;
	background-image: url(../img/header_text2.gif);
	top: 18px;
}

#header .left p.text3 {
	height: 11px;
	background-image: url(../img/header_text3.gif);
	top: 40px;
	margin-top:7px;
}




#header .right a {
	display: block;
	width:130px;
	height: 32px;
	background-image: url(../img/header_btn.jpg);
	margin-left:20px;
}


#header .right a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



#header .right p {
	
	height: 10px;
	background-image: url(../img/header_email.gif);
	background-repeat: no-repeat;
	margin-left:22px;
	margin-top:5px;
}




/***********************************************************************************
  フッター
***********************************************************************************/
.footer_area{
	text-indent: -9999px;
	background-image: url(../img/img_footer.gif);	width: 106px; height:113px; position:relative; border:none; margin-bottom:0px; padding:0px;
	background-repeat: no-repeat;
	float:right;
}


.copyright{
	color:#FFF;
	text-align:right;
	padding: 90px 0px 0 0;
}
