@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,
h2,
h3,
h4,
h5,
div{
margin: 0;
padding: 0;
}


/* カラー */

.index {
	background-color: #91d42d;
}

.party {
	background-color: #ff6400;
}

.make {
	background-color: #ff0096;
}

.furniture {
	background-color: #73be14;
}

.school {
	background-color: #ff96c8;
}

.member {
	background-color: #afafa5;
}

.sitemap {
	background-color: #afafa5;
}

.contact {
	background-color: #91d42d;
}

.privacy {
	background-color: #afafa5;
}

/* ヘッダー */

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	padding-bottom: 10px;
	margin-top: 0px;
}



#header_menu{
	width: 275px;
	padding 0;
	text-align: center;
	height: 25px;
	float: right;
	padding-top: 40px;
}

#header_menu ul{
	width: 275px;
	margin: 0 auto;
	_margin: 0;
	padding: 0;
	text-align: left;
	height: 25px;
	list-style: none;
	background: url(../img/share/hnav.png) no-repeat top left;
	position: relative;
}

#header_menu ul li{
	float: left;
	position: absolute;
	text-indent: -9999px;
}

#header_menu ul li#h-01,
#header_menu ul li#h-01 a{
	width: 80px;
	height: 25px;
	display: block;
}
#header_menu ul li#h-02,
#header_menu ul li#h-02 a{
	width: 100px;
	height: 25px;
	display: block;
}
#header_menu ul li#h-03,
#header_menu ul li#h-03 a{
	width: 95px;
	height: 25px;
	display: block;
}

#header_menu ul li#h-01,
#header_menu ul li#h-01 a{
	left: 0;
}

#header_menu ul li#h-01 a:hover{
	background: url(../img/share/hnav.png) no-repeat 0 -25px;
}

#header_menu ul li#h-02,
#header_menu ul li#h-02 a{
	left: 80px;
}

#header_menu ul li#h-02 a:hover{
	background: url(../img/share/hnav.png) no-repeat -80px -25px;
}

#header_menu ul li#h-03,
#header_menu ul li#h-03 a{
	left: 180px;
}

#header_menu ul li#h-03 a:hover{
	background: url(../img/share/hnav.png) no-repeat -180px -25px;
}





/* グローバルメニュー */

#gmenu{
	width: 900px;


	padding 0;
	text-align: center;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	padding-bottom: 2px;
	clear: left;
}

#gmenu ul{
	width: 900px;
	margin: 0 auto;
	_margin: 0;
	padding: 0;
	text-align: left;
	height: 60px;
	list-style: none;
	background: url(../img/share/gnav.gif) no-repeat top left;
	position: relative;
}

#gmenu ul li{
	float: left;
	position: absolute;
	text-indent: -9999px;
}

#gmenu ul li#g-01,
#gmenu ul li#g-01 a,
#gmenu ul li#g-02,
#gmenu ul li#g-02 a,
#gmenu ul li#g-03,
#gmenu ul li#g-03 a,
#gmenu ul li#g-04,
#gmenu ul li#g-04 a,
#gmenu ul li#g-05,
#gmenu ul li#g-05 a,
#gmenu ul li#g-06,
#gmenu ul li#g-06 a{
	width: 150px;
	height: 60px;
	display: block;
}

#gmenu ul li#g-01,
#gmenu ul li#g-01 a{
	left: 0;
}

#gmenu ul li#g-01 a:hover{
	background: url(../img/share/gnav.gif) no-repeat 0 -60px;
}

#gmenu ul li#g-02,
#gmenu ul li#g-02 a{
	left: 150px;
}

#gmenu ul li#g-02 a:hover{
	background: url(../img/share/gnav.gif) no-repeat -150px -60px;
}

#gmenu ul li#g-03,
#gmenu ul li#g-03 a{
	left: 300px;
}

#gmenu ul li#g-03 a:hover{
	background: url(../img/share/gnav.gif) no-repeat -300px -60px;
}

#gmenu ul li#g-04,
#gmenu ul li#g-04 a{
	left: 450px;
}

#gmenu ul li#g-04 a:hover{
	background: url(../img/share/gnav.gif) no-repeat -450px -60px;
}

#gmenu ul li#g-05,
#gmenu ul li#g-05 a{
	left: 600px;
}

#gmenu ul li#g-05 a:hover{
	background: url(../img/share/gnav.gif) no-repeat -600px -60px;
}

#gmenu ul li#g-06,
#gmenu ul li#g-06 a{
	left: 750px;
}

#gmenu ul li#g-06 a:hover{
	background: url(../img/share/gnav.gif) no-repeat -750px -60px;
}

/* コンテンツ */

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}
/**/




/* コンテンツ　トップ用 */

#content_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	height: 540px;
	background-image: url(../img/top/bg.jpg);
	background-repeat: no-repeat;
}

#content_top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content_top {
    height: 1em;
    overflow: visible;
}
#content_top .content_top_title {
	padding-bottom: 20px;
}

#content_top .rss {
	width: 300px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 200px;
}
#content_top .rss .rss_title {
	padding-bottom: 5px;
}


/**/




/* パンくず */

#content_up {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_up .pan {
	height: 25px;
	font-size: 12px;
	color: #6a3a0d;
	padding-top: 15px;
	padding-left: 10px;
}

.pan a:link,
.pan a:visited {
	color: #73be14;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #73be14;
	text-decoration: none;
}

.pan a:hover {
	color: #ff0096;
}
#content_up .photo {
	padding-bottom: 50px;
}



/* コンテンツ　party用 */

#content_party {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../img/h_party/p_side_nav_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}

#content_party:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content_party {
    height: 1em;
    overflow: visible;
}
/**/


#content_party .party_l {
	float: left;
	width: 640px;
	padding-left: 20px;
	font-size: 14px;
	color: #6a3a0d;
	line-height: 140%;
}

#content_party .corner {
	float: left;
	width: 640px;
	padding-bottom: 45px;
}

#content_party .corner_l {
	float: left;
	width: 150px;
}

#content_party .corner_r {
	float: left;
	width: 460px;
	padding-left: 30px;
	text-align: left;
}

#content_party .section {
	float: left;
	width: 640px;
	padding-bottom: 25px;
}

#content_party .plan_t {
	float: left;
	width: 640px;
	padding-bottom: 10px;
}

#content_party .box {
	float: left;
	width: 640px;
	padding-bottom: 30px;
	font-size: 12px;
}

#content_party .box_l {
	float: left;
	width: 300px;
	font-size: 14px;

}

#content_party .box_r {
	float: right;
	width: 300px;
	font-size: 14px;
}
#content_party .main_t {
	float: left;
	width: 640px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #91D42D;
	margin-bottom: 10px;
}

#content_party .inclu {
	float: left;
	border: 2px dotted #6A3A0D;
	padding: 3px;
	font-size: 14px;
	color: #6A3A0D;
	font-weight: bold;
	margin-top: 10px;
	width: 90px;
	text-align: center;
	margin-bottom: 10px;
}

#content_party .main_price {
	float: left;
	width: 640px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #91D42D;
	text-align: right;
	color: #91D42D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_party .party_r {
	width: 200px;
	margin-left: 680px;
	background-color: #fbf6e8;
	height: 100%;
}
#content_party .party_r .txt {
	font-size: 12px;
	color: #ff6400;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 120%;
}


#content_party .party_r .txt a:link,
#content_party .party_r .txt a:visited {
	color: #ff6400;
	text-decoration: none;
}

#content_party .party_r .txt a:hover {
	color: #ffffff;
	background-color: #ff924c;
	display:
}




/* コンテンツ　make用 */

#content_make {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../img/make_t/m_side_nav_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}



#content_make:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content_make {
    height: 1em;
    overflow: visible;
}
/**/


#content_make .make_l {
	float: left;
	width: 640px;
	padding-left: 20px;
	font-size: 12px;
	color: #6a3a0d;
	line-height: 140%;
}

#content_make .corner {
	float: left;
	width: 640px;
	padding-bottom: 45px;
}

#content_make .corner a:link,
#content_make .corner a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_make .corner a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


#content_make .corner_l {
	float: left;
	width: 150px;
}

#content_make .corner_r {
	float: right;
	width: 460px;
	padding-left: 30px;
	text-align: left;
}


#content_make .corner_r_p {
	float: right;
	width: 460px;
	padding-left: 30px;
	text-align: left;
	font-size: 14px;
	color: #FF0096;
	line-height: 150%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
}



#content_make .make_r {
	width: 200px;
	margin-left: 680px;
	background-color: #ffedf8;
	height: 100%;
}
#content_make .make_r .txt {
	font-size: 12px;
	color: #ff0096;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 120%;
}


#content_make .make_r .txt a:link,
#content_make .make_r .txt a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_make .make_r .txt a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


/* コンテンツ ファニチャー用 */

#content_furniture {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 0px;
}

#content_furniture .f_corner {
	float: left;
	width: 880px;
	padding-bottom: 60px;
	padding-left: 20px;
}

#content_furniture .f_corner a:link,
#content_furniture .f_corner a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_furniture .f_corner a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


#content_furniture .f_corner_l {
	float: left;
	width: 200px;
}

#content_furniture .f_corner_r {
	float: right;
	width: 650px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	color: #6a3a0d;
	line-height: 140%;
	padding-right: 10px;
}

#content_furniture .f_corner_r_photo {
	float: right;
	width: 650px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#content_furniture .f_corner_r_price {
	float: right;
	width: 650px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	color: #73be14;
	line-height: 140%;
	padding-right: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}


#content_furniture .f_corner_r_spec {
	float: right;
	width: 650px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	padding-right: 10px;
}


/* コンテンツ スクール・レッスン */

#content_school {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
}

#content_school .school_corner {
	float: left;
	width: 880px;
	padding-bottom: 45px;
	padding-left: 20px;
}

#content_school .school_corner a:link,
#content_school .school_corner a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_school .school_corner a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


#content_school .school_corner_l {
	float: left;
	width: 240px;
}

#content_school .school_corner_r {
	float: right;
	width: 590px;
	padding-left: 30px;
	text-align: left;
	font-size: 14px;
	color: #6a3a0d;
	line-height: 140%;
	padding-right: 20px;
}

/* コンテンツ メンバー */

#content_member {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
}

#content_member .member_corner {
	float: left;
	width: 880px;
	padding-bottom: 45px;
	padding-left: 20px;
}

#content_member .member_corner a:link,
#content_member .member_corner a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_member .member_corner a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


#content_member .member_corner_l {
	float: left;
	width: 200px;
}

#content_member .member_corner_r {
	float: right;
	width: 660px;
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 140%;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content_member .member_corner_r_s {
	float: right;
	width: 660px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* コンテンツ プライバシー */

#content_privacy {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
}

#content_privacy .privacy_corner {
	float: left;
	width: 880px;
	padding-bottom: 45px;
	padding-left: 20px;
}

#content_privacy .privacy_corner a:link,
#content_privacy .privacy_corner a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_privacy .privacy_corner a:hover {
	color: #ffffff;
	background-color: #ff40b0;

	display:
}


#content_privacy .privacy_corner_l {
	float: left;
	width: 200px;
}

#content_privacy .privacy_corner_r {
	float: right;
	width: 820px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content_privacy .privacy_corner_r_s {
	float: right;
	width: 660px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* コンテンツ サイトマップ */

#content_sitemap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
}
/* コンテンツ サイトマップ home用 */
#content_sitemap .smap_home_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_home_c a:link,
#content_sitemap .smap_home_c a:visited {
	color: #91d42d;
	text-decoration: none;
}

#content_sitemap .smap_home_c a:hover {
	color: #ffffff;
	background-color: #91d42d;

	display:
}


#content_sitemap .smap_home_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_home_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_home_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

/* コンテンツ サイトマップ homeparty用 */
#content_sitemap .smap_h_party_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_h_party_c a:link,
#content_sitemap .smap_h_party_c a:visited {
	color: #ff6400;
	text-decoration: none;
}

#content_sitemap .smap_h_party_c a:hover {
	color: #ffffff;
	background-color: #ff6400;

	display:
}


#content_sitemap .smap_h_party_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_h_party_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_h_party_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* コンテンツ サイトマップ maketherapy用 */
#content_sitemap .smap_make_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_make_c a:link,
#content_sitemap .smap_make_c a:visited {
	color: #ff0096;
	text-decoration: none;
}

#content_sitemap .smap_make_c a:hover {
	color: #ffffff;
	background-color: #ff0096;

	display:
}


#content_sitemap .smap_make_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_make_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_make_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
	padding-bottom: 14px;
	padding-top: 14px;
}

/* コンテンツ サイトマップ furniture用 */
#content_sitemap .smap_furni_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_furni_c a:link,
#content_sitemap .smap_furni_c a:visited {
	color: #73be14;
	text-decoration: none;
}

#content_sitemap .smap_furni_c a:hover {
	color: #ffffff;
	background-color: #73be14;

	display:
}


#content_sitemap .smap_furni_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_furni_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_furni_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

/* コンテンツ サイトマップ School用 */
#content_sitemap .smap_school_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_school_c a:link,
#content_sitemap .smap_school_c a:visited {
	color: #ff96c8;
	text-decoration: none;
}

#content_sitemap .smap_school_c a:hover {
	color: #ffffff;
	background-color: #ff96c8;

	display:
}


#content_sitemap .smap_school_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_school_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_school_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

/* コンテンツ サイトマップ member用 */
#content_sitemap .smap_member_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_member_c a:link,
#content_sitemap .smap_member_c a:visited {
	color: #afafa5;
	text-decoration: none;
}

#content_sitemap .smap_member_c a:hover {
	color: #ffffff;
	background-color: #afafa5;

	display:
}


#content_sitemap .smap_member_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_member_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_member_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
	padding-bottom: 14px;
	padding-top: 14px;
	color: #91d42d;
}

/* コンテンツ サイトマップ blog用 */
#content_sitemap .smap_blog_c {
	float: left;
	width: 840px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-top: 10px;
}

#content_sitemap .smap_blog_c a:link,
#content_sitemap .smap_blog_c a:visited {
	color: #afafa5;
	text-decoration: none;
}

#content_sitemap .smap_blog_c a:hover {
	color: #ffffff;
	background-color: #afafa5;

	display:
}


#content_sitemap .smap_blog_c_l {
	float: left;
	width: 215px;
}

#content_sitemap .smap_blog_c_r {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

#content_sitemap .smap_blog_c_r_s {
	float: right;
	width: 560px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 0px;
	background-image: url(../img/sitemap/bg.gif);
	margin-right: 20px;
}

/* コンテンツ　contact用 */

#content_contact {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 20px;
}

#content_contact .contact_l {
	float: left;
	width: 640px;
	padding-left: 20px;
	font-size: 12px;
}
#content_contact .contact_l .form {
	margin-left: 15px;
}

/* コンテンツ　contact用メールフォーム */
#content_contact .mailform {
	width: 580px;
	margin-left: 25px;
	border: 2px #87D200 solid;
	padding: 10px;
	height: 100%;
}
#content_contact .mailform_mb {
	width: 578px;
	padding-bottom: 35px;
}

#content_contact .mailform_th {
	width: 200px;
	background-color: #87D200;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	float: left;
	line-height: 22px;
}

#content_contact .mailform_td {
	width: 358px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	float: right;
	line-height: 22px;
}

#content_contact .thanks {
	width: 578px;
	color: #87D200;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
}


#content_contact .contact_r {
	width: 200px;
	margin-left: 680px;
	height: 100%;
}


.pagetop_s {
	background-image: url(../img/share/pagetop_bg_s.gif);
	height: 20px;
	width: 100px;
	background-repeat: no-repeat;
	font-size: 12px;
	float: left;
	margin-bottom: 40px;
	padding-left: 540px;
	line-height: 22px;
}
.pagetop_s a:link,
.pagetop_s a:visited {
	color: #73be14;
	text-decoration: none;
}

.pagetop_s a:hover {
	color: #ffffff;
	background-color: #73be14;
	display:
}


/* トップページへ　*/

#content_under {
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagetop {
	clear: left;
	background-image: url(../img/share/pagetop_bg.gif);
	height: 20px;
	width: 100px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 0px;
}

.pagetop a:link,
.pagetop a:visited {
	color: #73be14;
	text-decoration: none;
}

.pagetop a:hover {
	color: #ffffff;
	background-color: #73be14;
	display:
}


/* フッター */

#footer {
	background-color: #e1e1e1;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-size: 12px;
	clear: left;
	margin-top: 0px;
}
#footer .footer_l {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	color: #969696;
	line-height: 17px;
}

#footer .footer_l a:link,
#footer .footer_l a:visited {
	color: #969696;
	text-decoration: none;
}

#footer .footer_l a:hover {
	color: #73be14;
}

#footer .footer_r {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	color: #FFFFFF;
}
