@charset "UTF-8";
/* CSS Document */


/*---------------
□□□layout□□□
---------------*/

/*div.block div
{
	background: url(../news/images/dot.gif) no-repeat 0px 3px;
	display:block;
	border-bottom: 1px dotted #d6c381;
	font-size: 14px;
	margin-bottom: 10px;
}
div.block h3
{
	display:block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../news/images/h3_bg.gif) no-repeat left 2px;
	padding-left: 13px;
}
div.block p
{
	display:block;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 1.6em;
}

*/div.block li
{
	background: url(../news/images/dot.gif) no-repeat 0px 3px;
	display:block;
	font-size: 14px;
	margin-bottom: 20px;
}
div.block h3
{
	display:block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../news/images/h3_bg.gif) no-repeat left 7px;
	padding-left: 13px;
	cursor:pointer;
	border-bottom: 1px dotted #d6c381;


}
* html div.block h3 {
	display:block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../news/images/h3_bg.gif) no-repeat left 7px;
	padding-left: 13px;
	cursor:pointer;
	border-bottom: 1px dotted #d6c381;
	position: relative;
	}
div.block p
{
	display:block;
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 15px;
}
/*---------------
□□□font□□□
---------------*/
 div.block h3 a
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
div.block li a
{
	color: #C00;

}

.paging .back{
	display: block;
	height: 18px;
	width: 49px;
	float: left;
	padding: 0px 0px 0px 250px;
}
.paging .next{
	display: block;
	height: 18px;
	width: 47px;
	float: right;
	padding: 0px 250px 0px 0px;
}


.paging .back a{
	display: block;
	height: 100%;
	width: 100%;
	background: url(../news/images/back.gif);
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1em;
}


.paging .next a{
	display: block;
	height: 100%;
	width: 100%;
	background: url(../news/images/next.gif);
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1em;
}
.paging {
	margin-top: 20px;
	height: 18px;
}

.paging .next a:hover, .paging .back a:hover{
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
}

.paging .next a:hover, .paging .back a:hover{ 
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

body.is2nd div#main div.main
{
	width:775px;
	background: url(../images/main_bg.png) repeat-y left top;
	padding-top: 25px;
	padding-bottom: 30px;
}
