/* CSS Document */

/**カテゴリメニューテキスト**/
.txtmenu_s {
	font-size: 74%;
	line-height: 130%;
	color: #333333;
}

.txtmenu_s2 {
	font-size: 70%;
	line-height: 130%;
	color: #333333;
}

a.txt_top:link {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
	text-decoration: none;
}
a.txt_top2:visited {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
	text-decoration: none;
}
a.txt_top:hover {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
	text-decoration: underline;
}
a.txt_top:active {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
	text-decoration: none;
}

/**テーブル**/
.main{
width:750px;
padding:5px;}

.box{
padding:5px;}


/**カテゴリメニュー**/
ul.v-menu{
width:600px;
margin:5px auto;}

li.v-menu{float:left;
list-style:none;
padding:5px;}

/**サブカテゴリメニュー**/
ul.c-menu{
width:570px;
margin:0px auto;
}

/**サブカテゴリ=5**/
li.c-menu{float:left;
background-image:url(../img/icon.gif);
background-repeat:no-repeat;
background-position:0px 5px;
list-style:none;
padding-left:15px;
width:110px;
text-align:left;
margin:3px 0;}

/**サブカテゴリ=4**/
li.c-menu2{float:left;
background-image:url(../img/icon.gif);
background-repeat:no-repeat;
background-position:0px 5px;
list-style:none;
padding-left:15px;
width:140px;
text-align:left;
margin:3px 0;}

/**サブカテゴリタイトル**/
.c-tit{
margin:5px auto;}

/**ページ戻る**/
.go-top
{
margin:5px auto;
width:535px;
text-align:right;
padding-bottom:10px;
}

/**女性　とても良い**/
.girl1{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/girl01.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**女性　良い**/
.girl2{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/girl02.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**女性　普通**/
.girl3{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/girl03.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**女性　悪い**/
.girl4{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/girl04.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**女性　とても悪い**/
.girl5{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/girl05.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**男性　とても良い**/
.boy1{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/boy01.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**男性　良い**/
.boy2{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/boy02.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**男性　普通**/
.boy3{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/boy03.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**男性　悪い**/
.boy4{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/boy04.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**男性　とても悪い**/
.boy5{
margin:5px auto;
border:1px solid #ff6600;
width:535px;
text-align:left;
background-image:url(../img/shop/boy05.gif);
background-position:14px 5px;
background-repeat:no-repeat;
}

/**タイトル背景**/
.bg_tit
{margin:5px 5px 5px 60px;
width:468px;
background-color:#FFCC99;
}

/**タイトル**/
.tit
{
padding:5px;
FONT-SIZE:10pt;
COLOR: #333333;
LINE-HEIGHT: 130%;
width:238px;
float:left;
background-color:#FFCC99;
}

/**ニックネーム他**/
.name
{
padding:5px;
FONT-SIZE:10pt;
COLOR: #333333;
LINE-HEIGHT: 130%;
float:right;
width:210px;
background-color:#FFCC99;
text-align:right;
}

/**ショップ　背景**/
.bg_link
{margin:5px 5px 5px 60px;
width:468px;
}

/**ショップ**/
.link
{
FONT-SIZE:10pt;
LINE-HEIGHT: 130%;
width:238px;
float:left;
}

/**★いくつ？**/
.star
{
FONT-SIZE:10pt;
COLOR: #333333;
LINE-HEIGHT: 130%;
float:right;
width:210px;
text-align:right;
}

/**コメント**/
.com
{margin:5px 5px 5px 60px;
width:468px;
FONT-SIZE:10pt;
COLOR: #333333;
}

/**クリア**/
.crr{clear:both;}
