@charset "utf-8";
@import url("default.css");

/*indexの#main内デザインのcssです*/

/*#main内コンテンツ
----------------------------------------------------------------------------------------------------#main内コンテンツ*/

.menu_list{
	font-size:1.2em;}

/*--新着生体情報--*/
.product{
	position:relative;
	float:left;
	width:185px;
	height:185px;
	padding:10px;
	margin:0 7px 15px 6px;
	border:1px solid #ccc;}

.product h3{
	font-size:1.2em;
	font-weight:bold;
	margin:7px 0;
	color:#663300;}

.product p{
	position: absolute; 
	bottom:10px;
	right:10px;}

iframe{width:675px;height:430px;margin:0 auto;padding:0;}

/*--飼育アイテムリスト--*/

.itemlist{
	position:relative;
	background:url(../images/item_bg.gif) no-repeat top left;
	width:318px;
	height:109px;
	background-repeat:no-repeat;
	padding-right:7px;}
	
.itemlist img{vertical-align:top;}
	
.itemlist p{
	width:125px;
	float:right;}

.itemlist h3{
	padding-top:18px;
	text-align:right;}
	
.itemlist p img{
	position: absolute;
	cursor:pointer;
	bottom:0px;
	right:7px;}

#item_jelly{
	background:url(../images/jelly.jpg) no-repeat 2px 3px;
	width:335px;
	height:126px;
	padding:2px;
	float:left;}
	
#item_bin{
	background:url(../images/bin.jpg) no-repeat 2px 3px;
	width:335px;
	height:126px;
	padding:2px;
	float:left;}
	
#item_mat{
	background:url(../images/mat.jpg) no-repeat 2px 3px;
	width:335px;
	height:126px;
	padding:2px;
	float:left;}
	
#item_box{
	background:url(../images/other.jpg) no-repeat 2px 3px;
	width:335px;
	height:126px;
	padding:2px;
	float:left;}
	

/*プライバシーポリシー*/
#privacy{
	margin-bottom:25px;}
	
#privacy h3{
	font-size:1.2em;
	width:610px;
	height:16px;
	padding:2px 5px;
	margin:12px 0;
	background:#ece9d8;
	color:#660000;}
	
#privacy p,#privacy ul{
	width:600px;
	padding-left:15px;
	letter-spacing:0.1em;
	color:#666;}