﻿@charset "utf-8";
/* CSS Document */

.page_title
{
	margin:0px auto 20px;
}

.sub_menu
{
	margin-bottom:20px;
}

.sub_menu li
{
	padding-right:20px;
	float:left;
	background:url(img/arrow.gif) no-repeat 0 0;
	padding-left:22px;
	font-size:15px;
}
.sub_menu li a 
{
	color:#00395E;
}
.sub_menu li a:hover,
.sub_menu li#now  a
{
	color:#D18E42;
}




.detail_link
{
	position:relative;
	right:220px;
	margin-top:-37px;
	text-align:right;
}

.item_box
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

.txt_box
{
	float:left;
	width:600px;
}

.photo_box
{
	float:left;
	padding-right:30px;
	font-size:10px;
}
.photo_box p
{
	margin-bottom:0px;
}


.photo_box img
{
	width:180px !important;
}
.css_list
{
	margin-bottom:30px;
}

.css_list li
{
	background:url(../cmn/img/list_icon.jpg) no-repeat 0 0px;
	padding-left:25px;
	line-height:1.4;
	margin-bottom:15px;
}
.css_list h4
{
	font-weight:bold;
}

.css_tb
{
	border-collapse:collapse;
	border-left:solid 3px #333;
}

.css_tb th,
.css_tb td
{
	border:solid 1px #ccc;
	padding:8px 5px;
	text-align:center;
}

.css_tb th
{
	background:#f2f2f2;
	font-weight:bold;
}

.finding_txt
{
	margin-bottom:25px;
}

.txt_box h4
{
	font-weight:bold;
	padding-bottom:10px;
}
