@charset "UTF-8";

* {
	color:#333333;
	padding:0;
	line-height: 140%;
	margin: 0;
	background-image: none;
}


body {
text-align:center;
background-color:#ffffff;
background-position:center;
background-image:url(http://xn--e-r48bx02d.jp/img/bg.gif);
background-repeat:repeat-y;
}




a {
	color:#657E29;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: cercle;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 0px;
text-align:left;
}

#wrap {
	float: left;
	padding: 5px;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background:#ffffff;
}

h1 {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#header #sub {
	font-size: 10px;
	color: #666666;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	background:#ffffff;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
	background:#ffffff;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
	background:#ffffff;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
list-style:none;
}

#header #head_ul li a {
	font-size: 10px;
}

p.description{
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
	background:#ffffff;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 35px;
	clear: both;
	padding-left: 10px;
	font-size: 12px;
} 

#nav li {
	display: block;
	float: left;
	text-align: center;
  }
  
#nav li a {
	color: #555555;
	text-decoration: none;
	background-image: url(img/g_menu_li.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	padding-top: 10px;
	line-height: 25px;
}

#nav li a:hover {
	color: #ffffff;
	font-weight:700;
	background-image: url(img/g_menu_li_ov.gif);
	background-color: #DDDDDD;
}

#nav li strong {
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}

.hdlistlink{
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}

#nav li .on {
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 130px;
	display: block;
	padding-top: 5px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
	border: 0px solid #FFFFFF;
}

#contents {
	width:810px;
	float: right;
	font-size:100%;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h2 {
color: #51688A;
font-size:14px;
padding:0px;
margin:0px; 
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin: 5px;
	font-weight: bold;
	line-height: 55px;
	background-image: url(img/h3.gif);
	height: 45px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9EAD70;
	margin-right: 20px;
	padding-left: 10px;
}

#contents ul {
	list-style-type: ;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 55px;
padding-left:30px;
}
#contents li a {

}

#contents ul.bg	{list-style-type:none;}
#contents li.bg	{background:url(http://xn--e-r48bx02d.jp/img/icon.gif);padding-left:30px;background-repeat:no-repeat;background-color:#ffeecc;padding-top:5px;border-bottom:solid 1px #abc2cd;}
#contents li.bg2 {background:url(http://xn--e-r48bx02d.jp/img/icon.gif);padding-left:30px;background-repeat:no-repeat;background-color:#ffeeee;padding-top:5px;}





#contents h3 a {
	font-size: 16px;
	padding-left: 25px;
	margin: 5px;
	font-weight: bold;
	line-height: 55px;
	height: 45px;
	color: #222222;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents ol {
	list-style-type: ;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 55px;
padding-left:30px;
}



/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/*
index
*/
.ranking-title{background:url(/img/h3.gif);padding:11px;}
.textarea1out{width:1000px;border:solid #ffcccc 1px;margin-left:0px;text-align:center;margin-top:70px;}
.textarea1in{text-align:left;background:#ffffcc;padding:10px;}
.leftlist150s{background:#ffeeee;width:170px;padding:15px 7px 0 8px;vertical-align:middle;height:35px;float:left;list-style:none;margin:0;border:solid #ffcccc 1px;border-width:0px 1px 1px 0px;}
.leftlist150{background:#ffeeee;width:170px;padding:0 7px 0 8px;vertical-align:middle;height:50px;float:left;list-style:none;margin:0;border:solid #ffcccc 1px;border-width:0px 1px 1px 0px;}
.width50{width:50px;height:50px;padding:0px 9px 0 9px;float:left;list-style:none;border:solid #ffcccc 1px;border-width:0px 1px 1px 1px;}

#depilist{width:600px;border:solid #dddddd 1px;border-width:0px 0px 0px 0px;padding:0;}
#depilist li{list-style:none;margin:0;padding:10px;border:solid #dddddd 1px;border-width:1px 1px 1px 1px;float:left;height:180px;width:170px;}

#indexdiv1{text-align:center;font-size:300%;}

.bold13{font-size:13px;font-weight:bold;}
.margintop70{margin-top:70px;}
.marginleft70{margin-left:70px;}
.floatleft{float:left;}
.indexfont1{font-weight:700;font-size:120%;}
.textright{text-align:right;}

/*
２box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #6C8143;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #94BA12;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
3box
-------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	height: 130px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 93px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	bottom: 10px;
	padding-right: 5px;
	left: 40px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}

/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B5C2A3;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #9BBC63;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #68823E;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 175px;
	background-color: #f7dbe9;
	margin-left: 2px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}


#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #686868;
	background-color: #ffffff;
}

#side_d h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #686868;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: 700;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d  a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


#side_d  a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side_d  a.on {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;

	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


.side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #686868;
	background-color: #ffffff;
}

.side_d h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #686868;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: 700;
}

.side_d ul {
	margin-bottom: 5px;
}

.side_d  a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


.side_d  a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


.side_d  a.on {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;

	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}

#side_dd {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #686868;
	background-color: #ffffff;
}

#side_dd h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #686868;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: 700;
}

#side_dd ul {
	margin-bottom: 5px;
}

#side_dd  a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


#side_dd  a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side_dd  a.on {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;

	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


.side_dd {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #686868;
	background-color: #ffffff;
}

.side_dd h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #686868;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: 700;
}

.side_dd ul {
	margin-bottom: 5px;
}

.side_dd  a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
}


.side_dd  a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


.side_dd  a.on {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;

	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 24px;
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}

#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}





#side_d2 {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #686868;
	background-color: #ffffff;
}


#side_d2  a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-decoration: none;
	height: 24px;
}


#side_d2  a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side_d2 li {
	list-style-type: none;
height:24px;
}


#side2 img {
	border:none;
height:124px;
background:url(img/dummy.gif);
}

#side_d2 h3 {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #686868;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: 700;
}






/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
}

.red{color:#ee2222;font-weight:700;}
.blue{color:#2222ee;font-weight:700;}
.bold{font-weight:700;}

.red2{color:#ee2222;font-weight:700;background:#ffff00;}
.red2{color:#ee2222;font-weight:700;background:#ffff00;}
.blue2{color:#2222ee;font-weight:700;background:#ffff00;}

.bold2{font-weight:700;background:#ffff00;}





/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #686868;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}



#NEXT {margin-top:550px; clear:both;text-align:left;width:780px;background:#ffff00;}
#NEXT ul{list-style-type:none; }
#NEXT ul li{list-style-type:none; display:inline;padding:12px;}
#NEXT ul li a{text-decoration:none;color:#333333;background:#ffffce;border:0px;padding:12px; background:url(./img/linl_list_button.gif);background-repeat : no-repeat ;padding-top:5px;}
#NEXT a:hover{background:#ffffff;color:#000000;display:inline; background:url(./img/linl_list_button_on.gif);background-repeat : no-repeat ;padding-top:5px;}
#NEXT .on	{background:#ffffff;color:#000000;display:inline; background:url(./img/linl_list_button_on.gif);background-repeat : no-repeat ;padding-top:5px;}

.clear {clear:both;font:0;}


#NEXT2 ul{list-style-type:none;margin-top:0px;text-align:right; }
#NEXT2 ul li{list-style-type:none; display:inline;padding:14px;}

div#utilities,
.textBody,
ul.flip,
ul.thumb {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div#utilities:after,
.textBody:after,
ul.flip:after,
ul.thumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*---------------
 Flip Pager (Newer - Older)
-----------------*/

ul#flip1 li a {
	padding: 0 0.5em;
	color: #666;
	background-repeat: no-repeat;
}

/* Newer Article */

ul#flip1 li.newer a {

}

/* Older Article */

ul#flip1 li.older a {
	border-left: 1px solid #ccc;
}

/* On Mouse */

ul#flip1 li a:hover {
	color: #000;
}
 
ul#flip1 li.newer a:hover {

}

/* Older Article */

ul#flip1 li.older a:hover {

}

/*---------------
 Flip Pager2 (Newer - Older)
-----------------*/

#flip2 {
	border: 1px solid #ddd;
}

#flip2 li {
	color: #000;
}

#flip2 li a {

}


h3 .h3c	{background:url(http://xn--e-r48bx02d.jp/img/h3c.gif);padding:10px;text-align:center;font-size:30px;background-repeat:no-repeat;}


div.menu_n a {
display:block;
border:3px double #ffcc55;width:200px;padding:5px;padding-right:0px;padding-left:0px;float:right;background:url(http://xn--e-r48bx02d.jp/img/next.gif);

}


div.menu_n a:hover { background:url(http://xn--e-r48bx02d.jp/img/next2.gif); }
div.menu_next a.menu-1 { background-image: url("menu-1.jpg"); }
div.menu_next a.menu-2 { background-image: url("menu-2.jpg"); }
div.menu_next a.menu-3 { background-image: url("menu-3.jpg"); }

.bongo_emo {float:left;list-style:none;margin-left:20px;}
.nospace{margin:0;padding:0;line-height:100%;}





/* 次のページへ・前のページへ装飾 */
#FOOTER{margin-top:250;font-weight:700; clear:both;text-align:center;border-top:solid 1px #cccccc;}
#FOOTER ul{list-style-type:none; text-align:center;padding:15px; }

#FOOTER ul li{list-style-type:none; display:inline; padding:20px;}

#FOOTER ul li a{color:#333333;background:#acddeb;padding:5px;border:double 3px;padding:10px;text-decoration:none;}
#FOOTER a:hover{background:#fd66d1;color:#ffffff;padding:5px;display:inline;}




/*
hoverで画像を切り替える
-------------------------------------------------------------------*/
div.menu_emo_01 a {display:block;width:185px;height:185px;padding:0px;background:url(http://xn--e-r48bx02d.jp/img/button_01.gif);}
div.menu_emo_01 a:hover { background:url(http://xn--e-r48bx02d.jp/img/button_01_h.gif); }
div.menu_emo_01 img {border:none; }

div.menu_emo_02 a {display:block;width:185px;height:185px;padding:0px;background:url(http://xn--e-r48bx02d.jp/img/button_02.gif);}
div.menu_emo_02 a:hover { background:url(http://xn--e-r48bx02d.jp/img/button_02_h.gif); }
div.menu_emo_02 img {border:none; }
