@import url("base.css");

#contents {
	padding-bottom:20px;
}

/* 検索ボックス
-----------------------------------*/
#contents .search_form_box{
	background:url(../img/gallery/search_bg.gif) center repeat-y;
	margin-bottom:30px;
}
#contents .search_form_box table{
	width:680px;
	margin:0 auto;
	text-align:left;
	border:none;
	padding:0;
}
#contents .search_form_box table th{
	height:28px;
	vertical-align:middle;
	text-align:left;
	line-height:0;
	font-size:0;
}
#contents .search_form_box table td{
	vertical-align:top;
	text-align:left;
	padding:0px 0 6px;
}
#contents .search_form_box table td.bt_area{
	padding:10px 0px 30px;
	width:190px;
	vertical-align:top;
}
#contents .search_form_box table td.bt_area2{
	width:80px;
	padding:10px 0px 30px;
	vertical-align:top;
}
#contents .search_form_box table.search_table2 td{
	padding-bottom:30px;
}
/*検索ボタン*/
#contents .search_form_box .bt_search{
	width:178px;
	height:38px;
	border:none;
	background:url(../img/gallery/bt_search.gif) top left no-repeat;
}
#contents .search_form_box .bt_search:hover{
	background-position:top right;
	cursor:pointer;
}
#contents .search_form_box .bt_reset{
	width:80px;
	height:40px;
	border:none;
	background:url(../img/gallery/bt_search_clear.gif) top left no-repeat;
}
#contents .search_form_box .bt_reset:hover{
	background-position:top right;
	cursor:pointer;
}

#contents .search_form_box .text_200{ width:200px; }
#contents .search_form_box .text_185{ width:185px; }
#contents .search_form_box .text_65{ width:65px; }

/* ページリンク
-----------------------------------*/
#contents .page_link {
	width:730px;
	padding-bottom:18px;
}

#contents .page_link .number {
	float:left;
	width:550px;
}

#contents .page_link .move {
	float:right;
	width:180px;
	text-align:right;
}

#contents .page_link a:link {
	text-decoration: none;
}
#contents .page_link a:visited {
	text-decoration: none;
}
#contents .page_link a:hover {
	color: #4D94DB;
	text-decoration: underline;
}
#contents .page_link a:active {
	text-decoration: none;
}

/* ボックス
-----------------------------------*/
#contents .box {
	float:left;
	width:355px;
	height:236px;
	margin-bottom:14px;
	background-image:url(../img/gallery/box_foot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contents .box .inner {
	width:339px;
	height:177px;
	padding:10px 0px 17px 14px;
	background-color:#F7F7F7;
	border:1px solid #D9D9D9;
}

#contents .box .inner .title {
	width:339px;
	height:26px;	
}

#contents .box .inner .photo {
	float:left;
	width:200px;
	height:150px;
}

#contents .box .inner .right {
	float:right;
	width:125px;
	height:119px;
}

#contents .box .inner .right .info{
	width:125px;
	padding-bottom:10px;
}

#contents .box .number_area {
	float:right;
	width:104px;
}

#contents .box .number_area .sharp {
	float:left;
	width:21px;
	height:32px;
	background-image:url(../img/gallery/num_sharp.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num0 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num0.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num1 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num2 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num3 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num3.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num4 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num4.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num5 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num5.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num6 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num6.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num7 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num7.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num8 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num8.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .box .number_area .num9 {
	float:left;
	width:23px;
	height:32px;
	background-image:url(../img/gallery/num9.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/* スペース */
#contents .space {
	float:left;
	width:18px;
	height:236px;
}

/* 詳細ボタン */
a.bt_details {
	width:100px;
	height:23px;
	display:block;
	background-image:url(../img/gallery/bt_details.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.bt_details:hover {
	background-position:top right;
}


/* 詳細
-----------------------------------*/
#contents .details {
	width:700px;
	margin:auto;
	padding:14px 14px 14px 14px;
	background-color:#F7F7F7;
	border:1px solid #D9D9D9;
}

#contents .details .photo {
	float:left;
	width:200px;
	line-height:40px;
}

#contents .details .date {
	float:right;
	width:390px;
	padding-bottom:8px;
	color:#B3B3B3;
	font-size:11px;
	font-family:Verdana;
}

#contents .details .number {
	float:right;
	width:390px;
	color:#4D4D4D;
	font-size:13px;
}

#contents .details .title {
	float:right;
	width:480px;
	color:#4D4D4D;
	font-size:15px;
}

#contents .details .info {
	float:right;
	width:480px;
	padding:6px 0px 6px 0px;
}

#contents .details .comment {
	float:right;
	width:480px;
}

#contents .details .number_area {
	float:right;
	width:90px;
}

#contents .details .number_area .sharp {
	float:left;
	width:21px;
	height:43px;
	background-image:url(../img/gallery/num_sharp.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num0 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num0.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num1 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num2 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num3 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num3.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num4 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num4.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num5 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num5.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num6 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num6.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num7 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num7.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num8 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num8.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contents .details .number_area .num9 {
	float:left;
	width:23px;
	height:43px;
	background-image:url(../img/gallery/num9.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/* フォトエリア
-----------------------------------*/
#contents .photo_area {
	width:660px;
	margin:auto;
}

#contents .photo_area .photo {
	width:640px;
	height:470px;
	padding:9px;
	border:1px solid #D9D9D9;
}



/* ムービーエリア
-----------------------------------*/
#contents .movie_area {
	width:660px;
	margin:auto;
}

#contents .movie_area .inner {
	width:625px;
	height:300px;
	padding:19px 14px 19px 19px;
	border:1px solid #D9D9D9;
	background-image:url(../img/event/shoei_text.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#contents .movie_area .inner .movie {
	float:left;
	width:400px;
	height:300px;
}

#contents .movie_area .inner .text {
	float:right;
	width:213px;
}


/* 一覧へ戻る
-----------------------------------*/
#contents .bottom_area {
	width:730px;
	text-align:center;
	padding:34px 0px 45px 0px;
}


/* マップエリア
-----------------------------------*/
#contents .map_area {
	width:660px;
	margin:auto;
}

#contents .map_area .map {
	width:650px;
	height:440px;
	padding:4px;
	border:1px solid #D9D9D9;
}

#contents .map_area .back {
	width:660px;
	text-align:center;
	padding:24px 0px 20px 0px;
}


/* フォント
-----------------------------------*/
.font_verdana_gary14 {
	color:#B3B3B3;
	font-size:14px;
	font-family:Verdana;
}