/* 基本レイアウト */


html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体） */


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; position:relative; top:2px; left:2px;}

#header a { color: #000; text-decoration: none; }
#header a:hover {
	color: #333;
}

/* ページレイアウト */


body {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	color: #333;
	background: url(./img/bg.gif) #fff;
	line-height: 1.5;
	font-family: "メイリオ";
	position: relative;
}


/* ヘッダー（レイアウト） */


#header {
	position: relative;
	margin: 0 auto;
    padding: 0 10px;
	width: 900px;
	_width: 870px;
	height: 315px;
	text-align: left;
	background: url(./img/head.jpg) no-repeat center #fff;
}


/* ヘッダー（サイトタイトル） */


#header h1
{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.25;
	position:absolute;
	top: 10px;
	left: 34px;
	font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #900;
	width: 850px;
	height: 12px;
}


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	width: 668px;
}

#banner div {
	position: relative;
	margin: 0;
	_padding: 30px 10px 10px 160px;
	width: 510px;
	_width: 550px;
	_height: 305px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 160px;
}

#banner h2 {
	width: 560px;
	color: #666;
	margin-bottom: 10px;
	font-size: 20px;
	position:relative;
	top: 15px;
	left: 28px;
	font-weight: bold;
}

#banner p
{
	margin: 0;
	padding: 0;
	width: 630px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	letter-spacing: 0;
	background: none;
	position:relative;
	top: 10px;
	left: 20px;
}




/* メインコンテンツ全体 基本レイアウト*/


#container
{
	position: relative;
	width: 900px;
	_width: 890px;
	margin: 0 auto;
    padding: 0 10px;
	text-align: center;
	background: url(./img/bbg.gif) #fff;
}


#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分） */


#main
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 670px;
	margin: 80px 0 10px 0;
	padding:10px 10px 10px 10px;
	border: 1px solid #ccc;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 200px;
	padding: 60px 0 0 0;
	margin: 10px 0 0;
	background-image: url(./img/st.jpg);
}


/* 記事部分見出し */


.header {
	/* ie win (5, 5.5, 6) bugfix */
    width: auto;
	_width: 100%;
	margin: 10px 0;
	line-height: 40px;
	padding: 1px 5px 0 36px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	background: url(./img/h.gif) no-repeat top right;
	color: #F06;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
    margin: 0;
	line-height: 40px;
	padding: 20px 5px 10px 10px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-left: 5px solid #999999;
	background: url(./img/hm.gif) no-repeat top right;
	letter-spacing: 0.2em;
}


.header2 {
	/* ie win (5, 5.5, 6) bugfix */
    width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 0 5px 0 5px;
	font-size: 1.2em;
	font-weight: normal;
	font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-bottom: 2px dotted #dcdcdc;
	color: #F00;
}

.header a, .header2 a  { text-decoration: none; }


p {
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.entry1
{
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #ffcc00;
 background: #fffff0;
 min-height: 115px;
 padding: 10px;
}

.entry1 .img {margin: 10px 20px 15px 10px; }

.content
{
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more
{
 text-align: right;
 background: url(./img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター */


#footer
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 920px;
	height: 150px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(./img/foot.gif) bottom left no-repeat;
}


#footer p { margin: 0; padding: 0; }

.copy
{
	margin: 0;
	padding: 5px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

/* サイドメニュー内部 */


#side ul
{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}


#side li
{
    width: 200px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #ccc;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(./img/li.gif) ;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(./img/lih.gif) ;
}


#side li.sidetitle
{
    width: auto;
    height: 38px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 36px;
    display: block; 
    background: url(./img/st.gif) no-repeat;
    border-left: none;
    color:#ffffff;
    text-indent: 10px;
}


#side li.sidetitle a
{
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 36px;
    display: block; 
    background: url(./img/st.gif) no-repeat;
    border-left: none;
    color:#ffffff;
    text-indent: 10px;
}

#side li.sidetitle a:hover
{
    background: url(./img/st.gif) ;
    border-left: none;
}

#side li.info
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    background: url(./img/liinfo.gif) ;
}

#side li.okiniiri
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 2px 0 1px;
    text-decoration: none;
    border-left: 5px solid #ccc;
    background: url(./img/li.gif) ;
}

.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
    background: url(./img/boxbg.gif) no-repeat right bottom #f8f8f8;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #fff;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
}


.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
    background: url(./img/go.gif) no-repeat right top;
}


.click a:hover
{
    background: url(./img/goh.gif) no-repeat right top;
}


.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    background: url(./img/gotop.gif) no-repeat right;
    clear: both;
}


.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


#side p
{
    margin: 10px 0;
    padding: 0;
}


.center { text-align: center; }


.b {
    font-family: "メイリオ", "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}

.widget
{
    margin: 0;
    padding: 10px 0;
}


.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }

table {
    font-size: 0.9em;
    margin: 0;
    background: #fff;
}

td { background: #fff;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    clear: both;
    text-align: center;
}
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 


.bt2 {
 padding: 20px 92px 20px 92px;
 clear  :both;
 }

.bt2 a {
 display: block;
 width: 366px;
 height: 56px;
 text-indent: -1000px;
 overflow: hidden;
 background: url("bt2.jpg");
 }

.bt2 a:hover {
 background-position: 0 -56px;
 }



.tk a {
    display: block;
    height: 120px;
    width: 200px;
    margin: 0 auto 15px;
    background: url(./img/bt1.gif) no-repeat;
    text-decoration: none;
}

.tk a:hover {
    display: block;
    height: 120px;
    width: 200px;
    background: url(./img/bt2.gif) no-repeat;
}

.tk a span {
    display: none;
}

.tk { text-align: center; }

.ta-c{ text-align: center; }	/*中央寄せ*/
.ta-r{ text-align: right; }		/*右寄せ*/
.ta-l{ text-align: left; }		/*左寄せ*/


/*----------ランキング----------*/


.ran1{
	background: url("./img/ran1.gif") no-repeat;
	font-size	:24px;
	height: 50px;
	color:#666;
	padding: 20px 10px 0px 58px;
	font-weight:bold;
	}

.ran2{background: url("./img/ran2.gif") no-repeat;
	font-size	:20px;
	height: 50px;
	color:#666;
	padding: 20px 10px 0px 58px;
	font-weight:bold;
	}

.ran3{background: url("./img/ran3.gif") no-repeat;
	font-size	:20px;
	height: 50px;
	color:#666;
	padding: 20px 10px 0px 58px;
	font-weight:bold;
	}

.ran4{
	background: url("./img/ran4.gif") no-repeat;
	font-size	:20px;
	height: 50px;
	color:#666;
	padding: 20px 10px 0px 58px;
	font-weight:bold;
	}

.ran5{background: url("./img/ran5.gif") no-repeat;
	font-size	:20px;
	height: 50px;
	color:#666;
	padding: 20px 10px 0px 58px;
	font-weight:bold;
	}

/*------------------------------------------------------------
	  口コミ
-------------------------------------------------------------*/
.kutikomi{
	margin:0 0 10px 0;
	}

.kutikomi2{
	margin:10px 0 10px 0;
	}

.kutikomi_top{
	background:url(img/kutikomi_top.gif) no-repeat top;
	padding:0px 5px 0 0px;
	}

.kutikomi_bottom{
	background:url(img/kutikomi_bottom.gif) no-repeat top;
	height:7px;
	}

.kutikomi_top p{
	margin:10px 20px 0 30px;
	line-height:1.3em;
	}

.kutikomi_m10a{
	background:url(img/illust/10a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m10b{
	background:url(img/illust/10b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m10a_2{
	background:url(img/illust/10a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m10b_2{
	background:url(img/illust/10b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20a{
	background:url(img/illust/20a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20b{
	background:url(img/illust/20b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20a_2{
	background:url(img/illust/20a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20b_2{
	background:url(img/illust/20b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20a_3{
	background:url(img/illust/20a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20b_3{
	background:url(img/illust/20b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20a_4{
	background:url(img/illust/20a_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m20b_4{
	background:url(img/illust/20b_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30a{
	background:url(img/illust/30a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30b{
	background:url(img/illust/30b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30a_2{
	background:url(img/illust/30a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30b_2{
	background:url(img/illust/30b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30a_3{
	background:url(img/illust/30a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30b_3{
	background:url(img/illust/30b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30a_4{
	background:url(img/illust/30a_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m30b_4{
	background:url(img/illust/30b_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40a{
	background:url(img/illust/40a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40b{
	background:url(img/illust/40b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40a_2{
	background:url(img/illust/40a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40b_2{
	background:url(img/illust/40b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40a_3{
	background:url(img/illust/40a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40b_3{
	background:url(img/illust/40b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40a_4{
	background:url(img/illust/40a_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m40b_4{
	background:url(img/illust/40b_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50a{
	background:url(img/illust/50a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50b{
	background:url(img/illust/50b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50a_2{
	background:url(img/illust/50a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50b_2{
	background:url(img/illust/50b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50a_3{
	background:url(img/illust/50a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50b_3{
	background:url(img/illust/50b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50a_4{
	background:url(img/illust/50a_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m50b_4{
	background:url(img/illust/50b_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60a{
	background:url(img/illust/60a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60b{
	background:url(img/illust/60b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60a_2{
	background:url(img/illust/60a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60b_2{
	background:url(img/illust/60b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60a_3{
	background:url(img/illust/60a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60b_3{
	background:url(img/illust/60b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60a_4{
	background:url(img/illust/60a_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m60b_4{
	background:url(img/illust/60b_4.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m70a{
	background:url(img/illust/70a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m70b{
	background:url(img/illust/70b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m70a_2{
	background:url(img/illust/70a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_m70b_2{
	background:url(img/illust/70b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10a{
	background:url(img/illust/w10a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10b{
	background:url(img/illust/w10b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10a_2{
	background:url(img/illust/w10a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10b_2{
	background:url(img/illust/w10b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10a_3{
	background:url(img/illust/w10a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w10b_3{
	background:url(img/illust/w10b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20a{
	background:url(img/illust/w20a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20b{
	background:url(img/illust/w20b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20a_2{
	background:url(img/illust/w20a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20b_2{
	background:url(img/illust/w20b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20a_3{
	background:url(img/illust/w20a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w20b_3{
	background:url(img/illust/w20b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30a{
	background:url(img/illust/w30a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30b{
	background:url(img/illust/w30b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30a_2{
	background:url(img/illust/w30a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30b_2{
	background:url(img/illust/w30b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30a_3{
	background:url(img/illust/w30a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w30b_3{
	background:url(img/illust/w30b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40a{
	background:url(img/illust/w40a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40b{
	background:url(img/illust/w40b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40a_2{
	background:url(img/illust/w40a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40b_2{
	background:url(img/illust/w40b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40a_3{
	background:url(img/illust/w40a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w40b_3{
	background:url(img/illust/w40b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50a{
	background:url(img/illust/w50a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50b{
	background:url(img/illust/w50b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50a_2{
	background:url(img/illust/w50a_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50b_2{
	background:url(img/illust/w50b_2.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50a_3{
	background:url(img/illust/w50a_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w50b_3{
	background:url(img/illust/w50b_3.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w60a{
	background:url(img/illust/w60a.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.kutikomi_w60b{
	background:url(img/illust/w60b.gif) no-repeat 10px 0;
	width:80px;
	height:80px;
	}

.menubox {
	margin-bottom: 20px;
}

#topmenu {
	height: 64px;
	position: absolute;
	top: 320px;
	width: 900px;
	left: 10px;
	background-image: url(./img/bg2.jpg);
	background-repeat: repeat-x;
	padding-right: 2px;
}

#topmenu span a {
	display: block;
	width: 20%;
	_width:19%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(./img/topmenu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	float: left;
}

#topmenu span a:hover {
	background-image: url(./img/topmenu_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

