@charset "euc-jp";
/*全体*/

*{
	padding:0px;
	margin:0px;
	font-size:12px;
	text-align:left;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	line-height:1.3em;
}

body{
background-image:url(img/grayline-bg.gif)
}

.clear {
clear:both;
}

/*ヘッダー*/

#head{
	background-image: url(img/navyblock.gif);
	background-repeat: repeat-x;
	padding:0px;
	background-color:#FFFFFF;
	
}

#head h1 {
	font-size: 10px;
	color: #ffffff;
	float:left;
	margin:1px;
	font-weight:normal;
}
#head h2 {
	font-size: 12px;
	color: #ffffff;
	float:right;
	margin:1px;
	font-weight:normal;
}

#head .logo {
	margin:5px 25px 5px 15px;
	float:left;
}

.bclear{clear:both}

#menubtn{
	float:left;
	width:100%;
	background-image: url(img/menu-bar.gif);
	background-repeat: repeat-x;
}

.text1{
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	padding:10px;
}

/*ナビゲーション*/
.navi li a{display:block;width:176px;margin:2px 0 0 10px;}
.navi li a{maxwidth:176px;}
.navi li a:hover{color:red;}



/*メインコンテンツ*/
#main{
	width: 960px;
	height: 1200px;
	min-height: 3000px;
	background-color:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;	
}

#leftcate{
	width: 200px;
	height: 100%;
	text-align:center;
	border: 1px solid #666666;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#leftcate iframe{
	padding: 2px 0 2px 0;
}


#leftmain{
	width: 500px;
	height: 100%;
	text-align:center;
	border: 1px solid #666666;
	float:left;
	margin: 0 0 0 2px;
}

#rightmain{
	width: 250px;
	height: 100%;
	text-align:center;
	margin: 0 0 0 2px;
	border: 1px solid #666666;
	float:right;
}


/*カテゴリ商品*/
.catedata{
	width: 680px;
	text-align:center;
}

/*ニュース*/
.news{
	width: 480px;
	text-align:left;
}

.news ul{
	margin:0 10px 0 3px;
	background-image: url();
}

.news li{
	font-size: 12px;
	padding:3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #666666;
}

.news li img{
	margin:0 5px 0 0;

}

.news li a{
}
.news li a:hover{
	color: #FF0000;
	text-decoration: underline;
}


.google{float:left;}


/*アフィリエイト*/
.afi1{text-align:center;}

.dospara{float:right;}


/*ランキング*/
.rank{
	width: 240px;
	text-align:left;
}

.rank1,.rank2,.rank3,.rank4,.rank5{
	text-indent:30px;
	padding: 15px 0 0 0;
	font-size: 14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.rank1,{
	background-image: url(img/rank1.gif);
	background-repeat: no-repeat;
}

.rank2{
	background-image: url(img/rank2.gif);
	background-repeat: no-repeat;
}
.rank3{
	background-image: url(img/rank3.gif);
	background-repeat: no-repeat;
}
.rank4{
	background-image: url(img/rank4.gif);
	background-repeat: no-repeat;
}
.rank5{
	background-image: url(img/rank5.gif);
	background-repeat: no-repeat;
	border-bottom-style: none;
}

/*ピックアップ*/
.pickup{
	width: 240px;
	padding:0 0 10px 0;
}
.pickup p{
	text-indent:1em;
	line-height:1.3em;
	text-decoration:underline;
}
.pickup h2{
	text-indent:1em;
}



.blackbar {
	background-image: url(img/blackbar.gif);
	background-repeat: repeat-x;
	padding:0;margin:0;
}

.bluebar {
	background-image: url(img/rank-bar1.gif);
	background-repeat: repeat-x;
	padding:0;margin:0;
}

.redbar {
	background-image: url(img/red-bar01.gif);
	background-repeat: repeat-x;
	padding:0;margin:0;
}

.navy{
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}


/*ゲームカテゴリー*/
.gamecate{
	widht:580px;
	padding:5px;
}

.gamecate img{
	padding:0 5px 2px 0;
	border:none;
}

.gamecate h2{
	padding:2px 0 0 0;
	margin:5px 0 0 2px;;
	border-top:dotted 1px #666666;
}

.gamecate p{
	padding:0;
	margin:0;
}
