@charset "shift_jis";


html {   
    overflow-y: scroll;   
} 

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	text-align: center;
}

html>/**/body {   
    font-size: 12px;   
} 

body,div,ol,h1,h2,h3,h4,h5,h6,form,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6  {   
    font-size: 100%;   
} 

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #06F;
	text-decoration: none;
}
td {
	line-height: 1.3em;
	font-size: 11px;
}


/*マウスオーバー時のリンクカラー*/
a:hover {
	color: #ff476d;
	text-decoration: none;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F00;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(../images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 100px;
}

#header #logo {
	padding-top: 0px;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	line-height: 1.4em;
}

.msearch {
	position: absolute;
	width: 360px;
	top: 60px;
	right: 0px;
}

/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 30px;
	height: 30px;
	margin-right: 1px;
	font-size: 13px;
}


ul#menu a {
	color: #FFF;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 88px;
	text-align: center;
	background-image: url(../image/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;
	font-weight: bold;
	padding-top: 2px;
	height: 28px;
}



ul#menu a:hover {
	background-image: url(../image/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #F00;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu li.active {
	color: #F00;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 88px;
	text-align: center;
	background-image: url(../image/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;
	font-weight: bold;
	padding-top: 2px;
	height: 28px;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 766px;
	float: left;
	padding-bottom: 20px;
	margin-top: 5px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
/*左右ボックスのp(段落タグ)の余白設定*/
#sub p {
	padding-right: 5px;
	padding-left: 5px;
}

#side p {
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
	background-color: #FFF4F8;	/*両サイドのボックス背景色*/
	width: 178px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 0px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}
.qrcode {
	padding: 0px;
	height: 114px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
}

#sub ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sub ul li {
	line-height: 1.6em;
}

#sub ul li.select {
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F36;
	font-weight: bold;
	color: #F36;
}

#sub dl {
	height: 140px;
	margin-right: auto;
	margin-bottom: 0.1em;
	margin-left: auto;
	padding: 15px;
	line-height: 1.2em;
}
#sub dl dt {
	float: left;
}
#sub dl dd {
	padding-left: 3.5em;
}
.dd_right {
	text-align: right;
}


#sub h3 {
	font-size: 100%;	/*背景色*/
	text-align: center;
	padding-top: 10px;
	color:#F36;	/*文字色*/
	background-image: url(../image/sub_h3.jpg);
	height: 24px;
}


/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 5px;
	background-color: #FFF4F8;	/*両サイドのボックス背景色*/
	width: 200px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

#side h3 {
	font-size: 100%;	/*背景色*/
	text-align: center;
	padding-top: 13px;
	color: #06F;	/*文字色*/
	background-image: url(../image/side_h3.jpg);
	height: 27px;
}

/*左右のサブメニュー
---------------------------------------------------------------------------*/
.submenu {
	margin-bottom: 1px;
}

.submenu a {
	padding-right: 5px;
	color: #06F;		/*文字色*/
	text-decoration: none;
	line-height: 20px;
	height: 20px;
}

.submenu a:hover {
	color: #F36;		/*カーソルオーバー時の文字色*/
}
#sub .cm_banner01 p {
	background-color: #FFCBF3;
}
#sub .cm_banner01 p a {
	color: #F00;
	font-weight: bold;
}

#sub .cm_banner01 p a:hover {
	color: #F36;
	font-weight: bold;
}

/*右ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#side dl.new {
	height: 300px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.3em;
	background-color: #FFF;
	scrollbar-3d-light-color : #FFFFFF;
	scrollbar-arrow-color : #3E89EF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #DCEBFF;
	scrollbar-shadow-color : #3E89EF;
}




#side dl.new dt {
	font-weight: bold;		/*日付を左よせする*/
	color: #F39;
	padding-top: 5px;
}

#side dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付が入る分のスペースを空ける*/
	padding-bottom: 5px;
}
#side .new dd a {
	font-weight: bold;
}

#side .newitem {
	margin-top: 10px;
	padding-left: 8px;
}


/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 576px;
	margin-left: 10px;
}




/*検索結果ランダム表示
---------------------------------------------------------------------------*/
.ranking_new {
	height: 178px;
	width: 573px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #E1FCFF;
	margin-top: 5px;
}

.rank_pic1 {
	float: left;
	height: 178px;
	width: 110px;
	margin-right: 2px;
	margin-left: 2px;
}

.rank_img {
	margin: 0px;
	height: 150px;
	width: 110px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.rank_name {
	font-size: 11px;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	height: 26px;
	border: 1px dotted #7E96FF;
	background-color: #FFF;
	padding-top: 2px;
}

.rank_name a {
	color: #06F;
	text-decoration: none;
}

.rank_name a:hover {
	color: #F00;
	text-decoration: none;
}

.rank_setsumei {
	background-image: url(../images/rank_setsumei.gif);
	float: left;
	height: 190px;
	width: 191px;
	margin-left: 2px;
}

#main p {
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 660px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
	scrollbar-3d-light-color : #FFFFFF;
	scrollbar-arrow-color : #3E89EF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #DCEBFF;
	scrollbar-shadow-color : #3E89EF;
	line-height: 1.6em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}


#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
	color: #06F;
	text-align: right;
}
.red {
	color: #F00;
}


#main dl.new dd {
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F09;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#main .newitem {
	margin-top: 10px;
	padding-left: 8px;
}




/*
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 187px;	/*１個あたりのボックスの高さ*/
	width: 128px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(../images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
	line-height: 25px;
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}
#main #genre {
	margin-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.g_title {
	margin-top: 2px;
	background-color: #FFF4F8;
	border: 1px solid #F39;
	width: 550px;
	color: #F39;
	padding-left: 4px;
	padding-top: 3px;
	font-weight: bold;
}
.shoplist {
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 0px;
	padding-left: 10px;
}
#main #genre .shoplist li {
	margin-bottom: 0px;
	float: left;
	width: 182px;
}

.br_pad {
	padding-top: 0px;
	padding-bottom: 0px;
}
#main #genre .shoplist li a {
	text-decoration: underline;
}





/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 20px;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #ff476d;
}
.look {
	background-color: #f5f5f5;
}
.newface {
	background-image: url(../images/h2bg_newface.png);
	background-repeat: no-repeat;
}
.shop {
	background-image: url(../images/h2bg_shop.png);
	background-repeat: no-repeat;
}
.whatnew {
	background-image: url(../images/h2bg_whatnew.png);
	background-repeat: no-repeat;
}
.pickup {
	background-image: url(../images/h2bg_pickup.png);
	background-repeat: no-repeat;
}

.cm_banner01 {
	text-align: center;
	height: 108px;
	padding-top: 5px;
	margin-top: 5px;
}
.rdm {
	padding: 5px;
	width: 190px;
}
