@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : index.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h3.title {
background:url(../img/detail/img_circle.gif) no-repeat 0 5px;
font-size:150%;
padding:5px 0 0 30px;
float:left;
width:520px;
}

div.dateBox {
float:right;
border-left:solid 1px #d0d0d0;
height:25px;
padding:5px 0 0 20px;
margin:8px 0 0 auto;
width:8.5em;
}

p.date {
float:left;
padding:0 10px 0 0;
}

p.aboutDate {
float:left;
}

div.fb{
	clear:both;
	width:720px;
	padding:10px 0 0 0;
	overflow:hidden;
}
div.fb ul li{
	padding:0 0 0 15px;
	float:right;
}

div.posts {
clear:both;
padding:30px 140px 0 40px;
line-height:1.5;
}

div.posts dt {
padding:0 0 10px 0;
}

div.posts dd {
text-align:center;
font-size:94%;
}
div.posts li {
padding-bottom:10px;
}
/*
div.posts li {
float:left;
padding:30px 15px 30px 0;
}
div.posts p {
clear:both;
}
*/

p.btn {
padding:30px 0;
}


table.news_table {
	border-collapse:collapse;
	border:1px solid #333333;
}
table.news_table th {
	border:1px solid #333333;
	padding:5px;
	background-color:#BBB;
}
table.news_table td {
	border:1px solid #333333;
	padding:5px;
}
table.news_table th.sub {
	background:#f0f3f7;
	font-weight:normal;
}
table.news_table caption {
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 0;
}
#main ul.list li {
	padding:0 0 5px 14px;
}
#main p.pdf {
	padding:0 0 0 45px;
	display:block;
	background:url(../../common/img/icon_pdf.gif) left center no-repeat;
}