@import url("base.css");

#contents {
	padding-bottom:20px;
}

/* ページリンク
-----------------------------------*/
#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:230px;
	height:312px;
	margin-bottom:14px;
	background-image:url(../img/voice/box_foot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contents .box .inner {
	width:200px;
	height:252px;
	padding:14px;
	background-color:#F7F7F7;
	border:1px solid #D9D9D9;
}

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

#contents .box .inner .title {
	width:200px;
	height:36px;	
	padding-top:10px;
}

#contents .box .inner .info {
	width:200px;
	height:16px;
	line-height:16px;
	padding:4px 0px 8px 0px;
}

#contents .box .inner .bt_area {
	float:left;
	width:110px;
}

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

#contents .box .number_area .sharp {
	float:left;
	width:21px;
	height:32px;
	background-image:url(../img/voice/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/voice/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/voice/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/voice/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/voice/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/voice/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/voice/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/voice/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/voice/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/voice/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/voice/num9.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


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

/* 詳細ボタン */
a.bt_details {
	width:100px;
	height:23px;
	display:block;
	background-image:url(../img/voice/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 24px 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 .message_area {
	width:660px;
	margin:auto;
}

#contents .message_area .message {
	width:626px;
	line-height:40px;
	color:#F0037F;
	padding:6px 16px 40px 16px;
	border:1px solid #D9D9D9;
}


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

#contents .photo_area .photo {
	width:629px;
	height:458px;
	padding:26px 0px 0px 29px;
	border:1px solid #D9D9D9;
	/*background-image:url(../img/voice/shoei_text.gif);*/
	background-position:bottom right;
	background-repeat:no-repeat;
}


/* 一覧へ戻る
-----------------------------------*/
#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;
}