@charset "utf-8";
/* CSS Document */
#present_content h2 {
	border:2px outset #B9E6F9;
	background: #B9E6F9;
	padding:5px 20px;
}
#present_content #category_description {
	padding:10px;
}
#present_content dt {
	width:480px; height:22px; padding:4px 10px; background:url(../images/present/h3.gif); color:#000099;
	margin:10px 30px 0px;
	text-align:right;
	clear:left;
}
#present_content dt strong {
	float:left;
}
#present_content dd {
	border:1px solid #CCCCCC; border-top:none;
	margin:0px 30px; padding:10px;
	width:478px;
	overflow:auto;
	font-size:87%;
	position:relative;
}
#present_content dd .main_image {
	width:120px; height:90px; border:1px inset #CCCCCC;
	text-align:center;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#present_content dd .page_content {
	margin-left:130px;
}
#present_content .navi_link {
	position:absolute;
	right:10px; bottom:10px;
}

/* 詳細ページ用 */
#present_detail h2 {
	border:2px outset #B9E6F9;
	background: #B9E6F9;
	padding:5px 20px;
	width:676px;
}
#present_detail #border_wrapper {
	width:698px; border:1px solid #CCCCCC; padding:10px; font-size:87%;
}
#present_detail #border_wrapper h3 {
	width:658px; height:22px; margin:0px 0px 10px; padding:4px 20px; background:url(../images/present/page_detail_title.gif); color:#000099;
}
#present_detail #border_wrapper #main_content {
	line-height:1.5em;
	color:#333333;
}
#present_detail #border_wrapper #main_content .main_image {
	margin:0px 10px 10px 0px;
	width:320px; height:240px;
	padding:5px; border:1px inset #AAAAAA; background:#EEEEEE;
	text-align:center;
	float:left;
}
#present_detail #border_wrapper #main_content .sub_images {
	text-align:center;
	width:384px; height:102px;
	margin:10px auto 0px;
	overflow:auto;
}
#present_detail #border_wrapper #main_content .sub_images .sub_image {
	width:120px; height:90px;
	padding:5px; border:1px inset #AAAAAA; background:#EEEEEE;
	text-align:center;
	margin:0px 20px;
	float:left;
}
#present_detail #border_wrapper #main_content .main_image,
#present_detail #border_wrapper #main_content .sub_images .sub_image {
	background-position:center center;
	background-repeat:no-repeat;
}
#present_detail #border_wrapper #main_content .page_detail {
	margin-top:2em;
}
#present_detail #navi_link {
	margin:10px 0px 0px 0px; font-size:87%; text-align:center;
}
#left_wrapper {
	width:770px;
	margin:0px auto;
	float:none;
}
