@charset "Shift_JIS";
/* おもちゃコレクション */
/* -------------------------左メニュー------------------------- */
div#left #menu{
	width: 227px;
	padding-top: 40px;
	background-image: url(images/menu_head.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}


div#left #menu table {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
}



div#left #menu table th{
	padding: 0 0 20px 38px;
	background-image: url(images/menu_dotline.gif);
	background-position: 31px 20px;
	background-repeat: no-repeat;
}


div#left #menu table td{
	padding: 0 13px 6px 32px;
}


div#left #menu table td.foot{
	padding: 0 13px 0px 32px;
	background-image: url(images/menu_foot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


div#left div#menubna{
	padding: 0 0px 0px 23px;
}


div#left div#menubna img{
	margin-top: 12px;
}

div#left #menu #submenu{
	padding: 3px;
	margin: 0px 4px;
	background-color: #FFFFFF;
}

#menu #submenu li{
	padding: 8px 0 8px 16px;
	background-image: url(images/menu_li_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#submenu li a{
	color: #339999;
}

div#left div#menubna{
	padding: 0 0px 0px 23px;
}


div#left div#menubna img{
	margin-top: 12px;
}

/* -----------------------コンテンツエリア----------------------- */
/* ------見出し・フォント------------------------ */
div#right h1{
	margin-bottom: 25px;
}


div#right h2{
	padding-bottom: 12px;
	padding-left: 3px;
	margin: 0 6px 20px 6px;
	font-size: 136%;
	font-weight: bold;
	background-image: url(images/h2_img.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}


div#right h3{
	height: 34px;
	padding-top: 12px;
	padding-left: 12px;
	margin: 0 6px 20px 6px;
	font-size: 129%;
	font-weight: bold;
	background-image: url(images/h3_img.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


div#right h4{
	padding-bottom: 3px;
	margin: 0 12px 20px 10px;
	border-bottom-color: #43d0a9;
	border-bottom-style: double;
	border-bottom-width: 3px;
	font-size: 108%;
	font-weight: bold;
	color: #2DB08C;
}


div#right p{
	margin: 0 9px;
	line-height: 150%;
}


/* ------コーナーボックス----------------------- */
div.corner{
	padding: 10px 8px;
	margin: 15px 10px;
	border: 1px solid #43d0a9;
	background-image: url(../images/corner_bg.gif);
	background-repeat: repeat-x;
}


div.corner span{
	padding-left: 10px;
	border-left: 5px solid #43d0a9;
	font-weight: bold;
}


div.corner strong{
	padding-left: 10px;
	border-left: 5px solid #43d0a9;
	font-weight: bold;
	color: #2DB08C;
}


/* ---------------------各設定--------------------------- */
/* -----------展示一覧ー----------- */
div#right.group div#collectionbox{

}
div#collectionbox div{
	float:left;
	margin:0 0 15px 15px;
	padding:8px 3px;
	text-align:center;
	width:185px;
	height:135px;
	border:1px solid #43d0a9;
	background-color: #fffcf6;
	}
div#collectionbox div img{
	margin-bottom:7px;
	}
div#collectionbox div a{
	color:#43d0a9;
}
div#collection{
	margin:0 15px 25px 15px;
	text-align:center;
	}
div#collection img{
	margin:20px 0;
	}
div#collection  p{
	text-align:left;
	margin:20px 0;
	}
