/*基本*/

/*大枠*/
div#wrapper{
width:600px;
background: url(../image/photo/bg_nobotton.jpg) no-repeat;
}
div#left{
width:420px;
float:left;
}
div#right{
width:180px;
float:right;
}

/*左*/
div#photobox{
width:360px;
height:360px;
margin :30px 30px 12px 30px;
}
	div#photobox table{
	width:360px;
	height:360px;
	}
	div#photobox table td{
	text-align :center;
	}

div#botton{
clear:both;
width:420px;
height:48px;
}
	div#botton li{
	list-style-type:none;
	float:left;
	}

div#comment{
clear:both;
width:360px;
margin:10px 30px 0 30px;
height:100px;
font-size:12pt;/*.topとの併合時に追加*/
font-weight:bold;/*.topとの併合時に追加*/
}
	div#comment .top{/*未使用*/
	clear:both;
	height:55px;
	font-size:12pt;
	font-weight:bold;
	}
	div#comment .right{/*未使用*/
	clear:both;
	text-align:right;
	height:15px;
	}


/*右*/
div#thumbox{
width:150px;
height:400px;
margin:30px 0 30px 0;
}
	div#thumbox ul{
	background:   url(../image/photo/back_th.gif) repeat-y;
	float:left;
	width:50px;
	}
	div#thumbox li{
	padding:5px 2px 0 0;
	list-style-type:none;
	text-align :center;
	width:48px;
	height:45px;
	}
	
div#girl{
clear:both;
width:150px;
height:70px;
}
.th{
float:left;
}
div#shop{
clear:both;
margin:0 0 0 30px;
width:560px;
}

