@charset "utf-8";
/* CSS Document */

a{
	color:#F60;
}



h2{
	padding:0 5px;
	border-bottom:1px solid #000;
	font-weight:bold;
	color:#F60;
	line-height:2em;
}


p{
	margin:5px;
	padding:5px;
	font-size:90%;
	line-height:1.5em;
	
	}

.news{
	width:530px;
	margin:0 auto;
	text-align:left;	
}

dl{
	font-size:90%;
	border-bottom:1px solid #666;
}

dt{
	display:block;
	float:left;
	width:100px;
	padding-left:20px;
	background:url(../images/window_image_big.png) 5px center no-repeat;
	line-height:2em;
	text-indent:0.5em;
}

dd{
	margin-left:120px;
	line-height:2em;
}

html>body dd{
	margin-left:110px;
	line-height:2em;
}


div.btnlist{
	width:530px;
	height:20px;
	margin:10px auto;
	text-align:right;
}

/*------------------------------------------------------------ 

	detail.php

------------------------------------------------------------*/

p{
	margin:5px;
	padding:5px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
}

p.date{
	margin:5px;
	padding:0 5px 0 20px;
	background:url(../images/window_image_big.png) 0 center no-repeat;
	line-height:1.2em;
}

.right{
	clear:both;
	float:right;
	margin:0 0 5px 5px;
	padding:4px;
	/*background:#E8E8E8;
	border:1px solid #CCC;*/
}

.left{
	clear:both;
	float:left;
	margin:0 5px 5px 0;
	padding:4px;
	/*background:#E8E8E8;
	border:1px solid #CCC;*/
}

p img{
	padding:4px;
	background:#E8E8E8;
	border:1px solid #CCC;}
/*------------------------------------------------------------ 

	list.php

------------------------------------------------------------*/

ul.pagenavi{
	float:right;
	text-align:center;
	
	line-height:20px;
}

ul.pagenavi li,
ul.pagenavi li a{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background:url(../images/bg_btn-list.jpg) no-repeat;
	color:#FFF;
	text-indent:0;
	/*text-decoration:none;*/
}

ul.pagenavi li.prev,
ul.pagenavi li.prev a,
ul.pagenavi li.next,
ul.pagenavi li.next a{
	width:80px;
	background:url(../images/bg_btn-list-move.jpg) no-repeat;
}

ul.pagenavi li{
	margin:2px;
}

/*------------------------------------------------------------ 

	clearfix

------------------------------------------------------------*/
dl:after,
ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;    
}  
	
/* IE6 */
* html dl,
* html ul{
	zoom: 1;
} 

/* IE7 */	
*:first-child+html dl,
*:first-child+html ul{
	zoom: 1;
} 
