@charset "utf-8";

/*　タイトル画像と第３階層のナビ　*/
#local_title {
	width: 560px;
	margin:0 auto 20px auto;
	position: relative;
	height: 140px;
}
#local_title ul {
	position: absolute;
	width: 560px;
	top: 115px;
}
#local_title li {
	float: left;
	list-style-type: none;
	display: block;
	height: 25px;
}
/*　タイトル画像と第３階層のナビ・設定終了　*/

/*　ローカルページのナビ背景　*/
#local_image {
	width: 800px;
	height: 50px;
	background-image: url(../img/bg_globalnavi.gif);
	border-bottom:3px solid #CCCCCC;
	padding-top:20px;
}
/*　ローカルページのナビ背景・設定終了　*/


/*　左右に段組用のレイアウト　*/
#local_left {
	float: left;
	width: 590px;
}
#local_left h2 {
	height: 140px;
	width: 560px;
	margin:0 auto 20px auto;
}
#local_right {
	width: 210px;
	float: right;
}
/*　左右に段組用のレイアウト・設定終了　*/

/*　ローカルページの右側　*/
#local_right #local_subnavi {
	background-image: url(../img/bg_localnavi.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 210px;
	padding-top: 10px;
	font-size: 0px;
}
#local_right #local_subnavi ul {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#local_right #local_subnavi a {
	display: block;
	height: 30px;
	width: 190px;
}
#local_subnavi li#lsn_happy a {
	background-image: url(../img/btn_loc_happy01.gif);
}
#local_subnavi li#lsn_happy a:hover {
	background-image: url(../img/btn_loc_happy02.gif);
}
#local_subnavi li#lsn_bright a {
	background-image: url(../img/btn_loc_bright01.gif);
}
#local_subnavi li#lsn_bright a:hover {
	background-image: url(../img/btn_loc_bright02.gif);
}
#local_subnavi li#lsn_healthy a {
	background-image: url(../img/btn_loc_healthy01.gif);
}
#local_subnavi li#lsn_healthy a:hover {
	background-image: url(../img/btn_loc_healthy02.gif);
}
#local_subnavi li#lsn_japan a {
	background-image: url(../img/btn_loc_japan01.gif);
}
#local_subnavi li#lsn_japan a:hover {
	background-image: url(../img/btn_loc_japan02.gif);
}
#local_right #local_bannar {
	text-align: center;
	width: 210px;
	margin-bottom: 30px;
}
#local_right #local_bannar img {
	margin-bottom: 5px;
}
/*　ローカルページの右側・設定終了　*/

/*　ローカルページ　コンテンツ部分　*/
#local_content {
	width: 560px;
	margin:0 auto 40px auto;
}
#local_content a:link {
	color: #D3381C;
}
#local_content a:visited {
	color: #CC6666;
}
#local_content a:hover {
	color: #3399FF;
}
#local_content p {
	font-size: 80%;
	color: #333333;
	line-height: 1.5em;
}
/*　ローカルページ　コンテンツ部分・設定終了　*/

/*　ページ上部に移動するボタン　*/
#to_toppage {
	text-align: right;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#to_toppage p {
	font-size: 12px;
	line-height: 13px;
	height: 13px;
}
/*　ページ上部に移動するボタン・設定終了　*/

/*　お問い合わせはこちら　ボタン　*/
#local_contact {
	width: 540px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#local_contact a {
	display: block;
	height: 37px;
	width: 306px;
	margin-left: 40px;
	background-image: url(../img/btn_contact_b01.gif);
	background-repeat: no-repeat;
}
#local_contact a:hover {
	background-image: url(../img/btn_contact_b02.gif);
	background-repeat: no-repeat;
}
/*　お問い合わせはこちら　ボタン・設定終了　*/

