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


/*
	Page style
*/
body {
	letter-spacing: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


img {
border: none;
}


a      { color: #0071bb; text-decoration: none }
a:visited     { color: #0071bb; text-decoration: none }
a:hover     { color: #fc3e03; text-decoration: none }


/*
	メインボックス
*/

#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.main_box {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}



/*
	ヘッダー
*/

.header {
	text-align: left;
	width: 1000px;
	height: 270px;
	float: left;
	background-image: url(../img/header2_bc.png);
	background-repeat: no-repeat;
	background-position: top;
}

.header_txt1 {
	text-align: left;
	width: 700px;
	height: 30px;
	float: left;
	color: #e85197;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.3em;
}

.header_mail {
	text-align: left;
	width: 208px;
	float: left;
	margin-top: 154px;
	margin-left: 10px;
}

.header_txt2 {
	text-align: left;
	width: 540px;
	float: left;
	margin-top: 45px;
	margin-left: 30px;
}




/*
	左ボックス
*/

.l_box {
	float: left;
	width: 380px;
	margin-top: 40px;
	margin-left: 20px;
}



/*
	右ボックス
*/

.r_box {
	float: left;
	width: 500px;
	margin-left: 60px;
	text-align: center;
	margin-top: 40px;
}



.box1 {
	padding: 10px;
	border: medium solid #bbe1e8;
	text-align: center;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}




/*
	ページトップボタン
*/

.top_btn {
	height: 50px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 800px;
}



/*
	フッター
*/


.footer {
	text-align: center;
	width: 1000px;
	height: 120px;
	float: left;
	background-color: #60bc8b;
	padding-top: 40px;
	font-size: 12px;
	line-height: 1.8em;
	color: #FFF;
}



.end { clear: both; }
