@charset "utf-8";
/* CSS Document */
/*privacy*/
ul.privacy{
	margin-top: 20px;
	padding: 0 0 12px;
	border: 1px dotted #ccc;
/*	background:url(../img/common/line_gray.gif) left bottom repeat-x;*/
}
ul.privacy li{
	padding: 8px 2em 8px;
}
ul.privacy li.top{
	padding-top: 20px;
/*	background:url(../img/common/line_gray.gif) left top repeat-x;*/
}
ul.privacy li span{
	padding-right: 4px;
	font-size: 14px;
}

/*sitemap*/
ul.sitemap{
	width: 249px;
	line-height: 1;
	padding: 0;
	margin: 0 28px 0 0;
	float: left;
}
ul.sitemap_c{
	width: 307px;
	line-height: 1;
	padding: 0 0 0 27px;
	margin: 0;
	background:url(../img/etc/line_gray_t.gif) left top repeat-y;
	float: left;
}
ul.sitemap_r{
	width: 249px;
	line-height: 1;
	padding: 0;
	margin: 0;
	float: right;
}
ul.sitemap_c li,ul.sitemap_r li{
	margin: 0;
	padding: 0 0 9px;
}
ul.sitemap_c ul.link_l{
	width: 126px;
	height: 62px;
	margin: 0;
	padding: 17px 0 22px;
	float: left;
}
ul.sitemap_c ul.link_r{
	width: 123px;
	height: 62px;
	margin: 0;
	padding: 17px 0 22px;
	float: left;
}
ul.sitemap_c ul.large{
	height: 85px;
}
ul.sitemap_c ul.link_l li,ul.sitemap_c ul.link_r li{
	height: 12px;
	margin: 0;
	padding: 0 0 13px;
}


/*contact*/
table.contact{
	margin: 10px 0 0;
	padding: 0;
	line-height: 1;
}
table.contact th{
	width: 275px;
	padding: 15px 0 15px 38px;
	text-align: left;
	vertical-align: middle;
	background:url(../img/etc/line_org.gif) left bottom repeat-x;
}
table.contact td{
	padding: 15px 0;
	vertical-align: middle;
	background:url(../img/etc/line_org.gif) left bottom repeat-x;
}
table.contact td input.text{
	width: 390px;
}
table.contact td textarea{
	width: 550px;
}
table.contact th.top,table.contact td.top{
	vertical-align: top;
}
table.contact td.btm{
	background: none;
}
table.contact table.child{
	margin: 0;
	padding: 0;
}
table.contact table.child th{
	width: 72px;
	padding: 0 0 13px 0;
	text-align: left;
	vertical-align: middle;
	background: none;
}
table.contact table.child td{
	padding: 0 0 13px 0;
	vertical-align: middle;
	background: none;
}
table.contact table.child td input.text{
	width: 320px;
}
table.contact table.child th.btm,table.contact table.child td.btm{
	padding-bottom: 0;
}


/*news*/
ul.news{
	width: 100%;
	padding: 0;
	margin: 0 0 40px;
	clear: both;
}
ul.news li{
	padding: 0;
	margin: 0;
}
ul.news li div.ttl{
	width: 700px;
	color: #f08300;
	/* font-weight: bold; */
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 0 18px;
	margin: 0;
	border-left: 1px solid #f7c180;
	float: left;
}
ul.news li div.day{
	width: 68px;
	line-height: 28px;
	margin: 0;
	padding: 0 35px 0 0;
	font-size: 12px;
	float: left;
}
ul.news li.item{
	padding: 10px 0 0 121px;
	border-top: 1px solid #f7c180;
	clear: both;
}
ul.news li.item img{
	padding: 15px 10px 0 0;
	float: left;
}

div.read{
	padding: 25px 0 0;
	color: #cc0000;
	font-weight: bold;
}

/*================================
 CLEAR
================================*/
ul.news{
	min-height:1%;
}
ul.news:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html ul.news{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*ul.news:after{
	content:".";
}
/*-----------------------------*/
