body {
	background: #AAC6C2 url(../img/bg.gif) repeat-x;
	margin: 0px auto 50px auto;
	> margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 12px/14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ---------------------------ヘッダー--------------------------- */
#header {
	width: 840px;
	height: 80px;
	background: url(../img/header_bg.png) no-repeat;
	margin: 10px auto 0px auto;
}

#header ul{
	height: 40px;
	width: 452px;
	float: right;
	margin: 20px 20px 0px 0px;
}
#header ul li{
	height: 40px;
	float: left;
}
#header ul li a{
	height: 40px;
	display: block;
	cursor: pointer;
}

#header ul li.menu_01{
	width: 55px;
}
#header ul li.menu_01 a{
	width: 55px;
	background: url(../img/menu_bt_01.png) no-repeat;
}
#header ul li.menu_01 a:hover{
	background: url(../img/menu_bt_01_on.png) no-repeat;
}
#header ul li.menu_02{
	width: 73px;
}
#header ul li.menu_02 a{
	width: 73px;
	background: url(../img/menu_bt_02.png) no-repeat;
}
#header ul li.menu_02 a:hover{
	background: url(../img/menu_bt_02_on.png) no-repeat;
}
#header ul li.menu_03{
	width: 58px;
}
#header ul li.menu_03 a{
	width: 58px;
	background: url(../img/menu_bt_03.png) no-repeat;
}
#header ul li.menu_03 a:hover{
	background: url(../img/menu_bt_03_on.png) no-repeat;
}
#header ul li.menu_04{
	width: 118px;
}
#header ul li.menu_04 a{
	width: 118px;
	background: url(../img/menu_bt_04.png) no-repeat;
}
#header ul li.menu_04 a:hover{
	background: url(../img/menu_bt_04_on.png) no-repeat;
}
#header ul li.menu_05{
	width: 66px;
}
#header ul li.menu_05 a{
	width: 66px;
	background: url(../img/menu_bt_05.png) no-repeat;
}
#header ul li.menu_05 a:hover{
	background: url(../img/menu_bt_05_on.png) no-repeat;
}
#header ul li.menu_06{
	width: 82px;
}
#header ul li.menu_06 a{
	width: 82px;
	background: url(../img/menu_bt_06.png) no-repeat;
}
#header ul li.menu_06 a:hover{
	background: url(../img/menu_bt_06_on.png) no-repeat;
}

/* ------------------------------------------------------ */
#Container {
	width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	> margin: 0px 0px 0px 0px;
	background: #ffffff;
	text-align: center;
	overflow: auto;
}
#left_box {
	width: 185px;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	background: ;
	float: left;
}
#center_box {
	width: 420px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#right_box {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: #E8E0DB;
	float: left;
}
#form_box {
	width: 620px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: center;
}

#footer {
	width: 820px;
	height: 18px;
	padding: 2px 0px 0px 0px;
	background: url(../img/footer_bg.gif) repeat-x;
	font: 12px/16px "ＭＳ Ｐゴシック", "Osaka";
	color: #ffffff;
	float: left;
}

/* ---------------------------メニュー--------------------------- */
.menu {
	width: 748px;
	height: 20px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 40px;
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
.menu li{
	width: 80px;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	
}
.menu_u {
	width: 770px;
	height: 18px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	background: #6C9C96;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	float: left;
}
.menu_u li{
	width: 80px;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
.menu_u li a{
	color: #ffffff;
	text-decoration: none;
}
.menu_u li a:hover{
	color: #2A7066;
}
/* ---------------------------ログイン--------------------------- */
#login_box {
	width: 185px;
	height: 72px;
	margin: 0px 0px 10px 0px;
	padding: 38px 0px 0px 0px;
	background: url(../img/login_bg.gif) no-repeat;
	color: #000000;
	font: bold 12px/12px "ＭＳ Ｐゴシック", "Osaka"; 
	text-align: right;
}
#login_box ul {
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
	font: bold 12px/12px "ＭＳ Ｐゴシック", "Osaka"; 
	float: right;
	
}
#login_box ul li.select{
	width: 80px;
	float: left;
}
#login_box .select select{
	width: 50px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}

#login_box .id {
	width: 160px;
	height: 22px;
	float: left;
}
#login_box .id input{
	width: 90px;
	height: 14px;
	margin: 0px 0px 0px 0px;
}

#login_box .pass {
	width: 160px;
	height: 22px;
	float: left;
}
#login_box .pass input{
	width: 90px;
	height: 14px;
	margin: 0px 0px 0px 0px;
}

#login_box .login_bt {
	width: 80px;
	float: left;
}
#login_box .login_bt input{
	width: 77px;
	height: 20px;
	margin: 0px -1px 0px 0px;
	letter-spacing: 1px;
	font: 11px/12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: 4px;
}

/* ---------------------------QRコード--------------------------- */
#qr_box {
	width: 185px;
	height: 100px;
	background: url(../img/mobile_bg.gif) no-repeat;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#qr_box p {
	width: 80px;
	height: 80px;
	background: #bbbbbb url(../img/qr_bg.gif) no-repeat;
	margin: 12px 10px 0px 0px;
	float: right;
}

#qr_box ul {
	width: 88px;
	height: 28px;
	margin: 70px 0px 0px 4px;
	float: left;
}
#qr_box ul li {
	width: 40px;
	height: 12px;
	margin: 0px 4px 2px 0px;
	float: left;
}
#qr_box ul li a{
	width: 40px;
	height: 12px;
	display:block;
	cursor: pointer;
}

li.bt_do a {
	background: url(../img/bt_do.gif) no-repeat;
}
li.bt_do a:hover {
	background: url(../img/bt_do_on.gif) no-repeat;
}
.bt_au a{
	background: url(../img/bt_au.gif) no-repeat;
}
.bt_au a:hover{
	background: url(../img/bt_au_on.gif) no-repeat;
}
.bt_so a{
	background: url(../img/bt_so.gif) no-repeat;
}
.bt_so a:hover{
	background: url(../img/bt_so_on.gif) no-repeat;
}
.bt_wi a{
	background: url(../img/bt_wi.gif) no-repeat;
}
.bt_wi a:hover{
	background: url(../img/bt_wi_on.gif) no-repeat;
}

/* ---------------------------ログイン中ユーザー--------------------------- */
#login_user {
	width: 185px;
	height: 195px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

/* ---------------------------FAQ--------------------------- */
#faq {
	width: 175px;
	height: 110px;
	background: url(../img/faq_bg.gif) no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 0px 10px;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
#faq a{
	line-height: 18px;
	text-decoration: none;
	color: #0000bf;
}
#faq a:hover{
	color: #0080ff;
}
#faq p {
	float: right;
	margin: 0px 10px 0px 0px;
}
/* ---------------------------プレゼント--------------------------- */
#present {
	width: 180px;
	height: 287px;
	margin: 0px 0px 10px 0px;
	padding: 23px 0px 0px 5px;
	background: url(../img/present.gif) no-repeat;
}
#present a{
	width: 175px;
	height: 224px;
	margin: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
}

/* ---------------------------セキュリティーについて--------------------------- */
#security {
	width: 180px;
	height: 177px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: url(../img/security_bg.gif) no-repeat top;
	font-size: 11px;
}
/* ---------------------------会社概要--------------------------- */
#company {
	width: 180px;
	height: 76px;
	margin: 0px 0px 10px 0px;
	padding: 24px 0px 0px 5px;
	background: url(../img/company_bg.gif) no-repeat top;
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ---------------------------入会ボタン--------------------------- */
#join_box {
	width: 199px;
	height: 203px;
	background: url(../img/join_bg.gif) no-repeat top;
	display: block;
	margin: 0px 0px 10px 15px;
	padding: 25px 0px 0px 191px;
}
#join_box a{
	width: 176px;
	height: 176px;
	margin: 0px 0px 0px 0px;
	background: url(../img/join_bt.gif) no-repeat top;
	display: block;
	cursor: pointer;
}
#join_box a:hover{
	background: url(../img/join_bt_on.gif) no-repeat top left;
}
/* ---------------------------スタートアップ--------------------------- */
#start {
	width: 378px;
	height: 30px;
	border: solid 1px #000000;
	margin: 0px 0px 10px 0px;
}
#start a{
	width: 378px;
	height: 20px;
	padding: 10px 0px 0px 0px;
	display: block;
	cursor: pointer;
	background: #dddddd;
}
#start a:hover{
	background: #bbbbbb;
}

/* ---------------------------機能説明--------------------------- */
#function {
	width: 380px;
	height: 150px;
	margin: 0px 0px 10px 20px;
	background: url(../img/function.gif) no-repeat top;
	text-align: left;

}

/* ---------------------------地域検索--------------------------- */

#search {
	width: 380px;
	height: 182px;
	margin: 0px 0px 10px 20px;
	padding: 85px 0px 0px 0px;
	background: url(../img/search_bg.gif) no-repeat top;
	text-align: left;
}
#search p{
	width: 330px;
	height: auto;
	margin: 0px 0px 0px 20px;
	font: 12px/21px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#search p a{
	margin: 0px 6px 0px 0px;
	padding: 3px 3px 2px 3px;
	text-decoration: none;
	background:  url(../img/search_p_on.png) repeat-x;
	color: #555555;
	cursor: pointer;
}
#search p a:hover {
	text-decoration: none;
	background:  url(../img/search_p_on.gif) repeat-x;
	color: #ffffff;
}

/* ---------------------------中央コンテンツ--------------------------- */
#intro {
	width: 380px;
	height: 200px;
	margin: 0px 0px 10px 20px;
	background: url(../img/intro.gif) no-repeat;
	text-align: left;
}
#box_01 p{
	width: 358px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
#box_02 {
	width: 378px;
	height: 110px;
	border: solid 1px #000000;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#box_02 p{
	width: 358px;
	height: auto;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
#box_03 {
	width: 378px;
	height: 370px;
	border: solid 1px #000000;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#box_03 p{
	width: 330px;
	height: auto;
	margin: 20px 0px 0px 20px;
	font: 12px/30px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ---------------------------メンバー紹介--------------------------- */
#right_box p {
	width: 175px;
	height: 18px;
	margin: 5px 0px 5px 12px;
	background: url(../img/pickup.gif) no-repeat top;
}

#right_box ul  {
	width: 175px;
	height: 165px;
	margin: 0px 0px 10px 10px;
	background: url(../img/mem_bg.gif) no-repeat top;
}
#right_box ul li {
	display: block;
	float: left;
}
#right_box ul li.mem01 {
	width: 80px;
	height: 80px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font: bold 28px/28px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	color: #ffffff;
	background: #dddddd;
}
#right_box ul li.mem02 {
	width: 74px;
	height: 65px;
	margin: 10px 0px 0px 5px;
	padding: 15px 0px 0px 0px;
	font: 12px/20px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
#right_box ul li.mem03 {
	width: 153px;
	font: 12px/13px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	margin: 13px 0px 0px 10px;
}
#right_box ul li.mem04 {
	width: 167px;
	height: 27px;
	text-align: center;
	margin: 5px 0px 0px 5px;
}

#right_box ul li.mem04 a{
	width: 167px;
	height: 27px;
	display: block;
	cursor: pointer;
	background: url(../img/mem_bt.gif) no-repeat top;
}
#right_box ul li.mem04 a:hover{
	background: url(../img/mem_bt_on.gif) no-repeat top;
}

/* ---------------------------ステップ--------------------------- */

#step {
	width: 580px;
	height: 180px;
	background: url(../img/step.gif) no-repeat;
	margin: 0px auto 5px auto;
}


/* ---------------------------認証ページ--------------------------- */

#index {
	width: 750px;
	height: 320px;
	background: url(../img/index_bg.png) no-repeat;
	margin: 50px auto 0px auto;
}


#index ul{
	width: 280px;
	height: 180px;
	float: right;
	margin: 107px 33px 0px 0px;
}

#index ul li a {
	display: block;
	cursor: pointer;
}

#index ul li.enter{
	width: 250px;
	height: 70px;
	margin: 48px 0px 0px 15px;
}
#index ul li.enter a{
	width: 250px;
	height: 70px;
	background: url(../img/enter.gif) no-repeat;
}
#index ul li.enter a:hover{
	background: url(../img/enter_on.gif) no-repeat;
}

#index ul li.exit{
	width: 250px;
	height: 50px;
	margin: 6px 0px 0px 15px;
}
#index ul li.exit a{
	width: 250px;
	height: 50px;
	background: url(../img/exit.gif) no-repeat;
}
#index ul li.exit a:hover{
	background: url(../img/exit_on.gif) no-repeat;
}

#index_footer {
	width: 740px;
	height: 90px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	background: url(../img/in_footer_bg.png) no-repeat;
	color: #444444;
	font: 12px/14px  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#index_footer dd{
	margin: 5px 0px 0px 0px;
}
#index_footer dt{
	margin: 10px 0px 0px 0px;
}












/* ---------------------------ログイン中ユーザー--------------------------- */
/* ---------------------------ログイン中ユーザー--------------------------- */
