@charset "shift_jis";

/* error時の背景色*/
#errorback {
	background-color:#FFCCCC;
}

#errormessage {
	color:red; font-size:10px;
}

/* 基本レイアウト */
body {
	margin:0;
	padding:0;
	background:#fff;
	font-size:small;
}

h2 {
	font-size:medium;
}

h3 {
	font-size:small;
}

a, a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul, li {
	list-style:none;
}




h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, seclect, form, option, tbody {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.xsmall {
	font-size:x-small;
}

.small {
	font-size:small;
}

.red {
	color:#993300;
}

.lightPink {
	background:#eeeeee;
}

.dividerTop td{
	border-top:double 3px #cccccc;
}


.nonDividerBottom {
	border-bottom:solid 1px #fff !important;
}

.number {
	color: #990000;
	font-family:"Arial Black";
	font-size:large;
}

.submitter {
	margin-top:25px;
	text-align:center;
}

#wrapper {
	width:760px;
}

/* 検索BOX内 */

#top_search_box {
    border:solid 1px #cccccc;
    color:#ffffff;
    font-weight:bold;
    letter-spacing:1px;
    margin:0px;
    padding:0px;
    height:30px;
    text-align:center;
    width:80%;

}

.top_search_box_cell {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin:0px;
    padding:5px;
    text-align:center;
    vertical-align:middle;
    width:auto;
}


#ad {
	width:760px;
}

#flowImg {
	clear:both;
	padding:25px;
	text-align:center;
}

#contents {
	margin:15px 0 10px;
}

/* 左メニュー */

#mainLeft {
	float:left;
	font-size:small;
	width:140px;
	padding:0 1px 0 9px;
}

.ranktop {
	margin:10px;
	text-align:center;
}

li#first {
background-image:url(../images/parts/rankFirst.gif);
background-repeat:no-repeat;
background-position:left 2px;
padding-bottom:5px;
	border-bottom:dotted 1px #cccccc;
}

li#second {
background-image:url(../images/parts/rankSecond.gif);
background-repeat:no-repeat;
background-position:left 2px;
	margin-top:5px;
}

li#third {
background-image:url(../images/parts/rankThird.gif);
background-repeat:no-repeat;
background-position:left 2px;
}

li#fourth {
background-image:url(../images/parts/rankFourth.gif);
background-repeat:no-repeat;
background-position:left 2px;
}

li#fifth {
background-image:url(../images/parts/rankFifth.gif);
background-repeat:no-repeat;
background-position:left 2px;
}

li#first, li#second, li#third, li#fourth, li#fifth {
	padding-left:18px;
}

/* コンテンツ */

#mainRight {
	float:right;
	vertical-align:top;
	width:590px;
}

.more {
background-image:url(../images/parts/liArGreen.gif);
background-repeat:no-repeat;
background-position:0px 7px;
	border:none;
	float:right;
	font-size:x-small;
	font-weight:normal;
	margin:-25px 5px 0 10px;
	padding:6px 6px 4px;
}

.blocks {
	float:left;
	padding:7px;
	text-align:center;
	width:132px;	
}

.blocks img, .searchResultBox img, .ranktop img {
	height:84px;
	width:84px;
}

.blocksLeft {
	text-align:left;
}

img.close {
	height:12px;
	width:12px;
}

/* 新着情報 */

h3.rightBoxGreen {
	background:#eaf1c5;
	border:solid 1px #bbda91;
	clear:both;
	margin-bottom:0;
	padding:3px 5px;
	width:576px;
}






/* ランキング */

.rankingDiv .rank1 {
	background:url(../images/parts/bgRightBoxBlueRank1.gif) 1px 1px no-repeat;	
	float:left;
	padding:7px;
	text-align:center;
	width:135px;
}

.rankingDiv .rank2 {
	background:url(../images/parts/bgRightBoxBlueRank2.gif) 2px 4px no-repeat;	
	float:left;
	padding:7px;
	text-align:center;
	width:135px;
}

.rankingDiv .rank3 {
	background:url(../images/parts/bgRightBoxBlueRank3.gif) 2px 4px no-repeat;	
	float:left;
	padding:7px;
	text-align:center;
	width:135px;
}

.rank1 dd a, .rank2 dd a, .rank3 dd a, .blocks dd a {
	margin:0;
}

.rankingDiv .rank4 {
	padding:10px;
}

.rank4 dt {
	font-weight:bold;
}

.rank4 p {
	background:url(../images/parts/liArGreen.gif) left 8px no-repeat;
	border:none;
	float:right;
	font-size:x-small;
	font-weight:normal;
	margin:20px 0 0 10px;
	padding:6px;
}


h3 {
	clear:both;
	height:22px;
	margin:20px 0 15px;
	padding:5px 7px 0;
	width:576px;
}

/* 特集コーナー */

h3.rightBoxYellow {
	background:url(../images/parts/bgRightBoxYellow.gif) left top no-repeat;
}

/* おすすめコーナー */

h3.rightBoxLightblue {
	background:url(../images/parts/bgRightBoxLightblue.gif) left top no-repeat;
}

h3.rightBoxLightGreen {
	background:url(../images/parts/bgRightBoxLightGreen.gif) left top no-repeat;
}


/* フッタ */

.footerclear {
	clear:both;
	padding:5px;
}

#footer {
	clear:both;
	border-top:solid 1px #cccccc;
	margin-top:20px;
	padding:15px 0;
	text-align:center;
	width:760px;
}

.copy {
	font-size:x-small;
}

sup {
	color:#CC0000;
}

.err {
	color:#CC0000;
	font-size:x-small;
}

.dotdivider td {
	border-bottom:dotted 1px #cccccc;
}

.nondotdivider td {
	border-bottom:none;
}

