@charset "UTF-8";

/*
===========================================================================
| 			site common style
===========================================================================
*/

*{
	margin: 0;
	padding: 0;
}

/* clearfix */
.clearfix:after {
 content:"."; 
 display:block; 
 height:0; 
 clear:both; 
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */

/*----------------------------------------------------------------------
/			layout 
/----------------------------------------------------------------------*/

div.wrapper{
	min-height:100%;
	_height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 874px;
	padding-bottom: 30px;

}

div.main{
	margin: 0px 10px 0 10px;
}



/*----------------------------------------------------------------------
/			image 
/----------------------------------------------------------------------*/
img{
	border:none;
}


/*----------------------------------------------------------------------
/			paragraph 
/----------------------------------------------------------------------*/

h2{


	padding: 10px 10 10px 10px;
}


/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ul{
	margin: 5px 0 5px 20px;
}

/*
===============================================================================
| 			top css
===============================================================================
*/
p{
	margin-bottom: 8px;
}	

div.chapter{
	padding: 20px 0;
	margin: 0;
}

div.chapter div.info{
	width: 250px;
	float: left;
	margin: 0 10px 0 0;
	background:#f2f2f2;
}
div.chapter h2{
	margin-bottom: 0px;
	padding-bottom: 8px;
}


/*�ŐV���*/
div.chapter div.info#news{
	font-size: 95%;
	line-height: 130%;
}

div.chapter div.info#news ul{
	margin: 0;
	padding: 3px 0 0 0;
	background: url(/img/dot_line.gif) repeat-x top;
}
div.chapter div.info#news li{
	list-style-type: none;
	background: url(/img/dot_line.gif) repeat-x bottom;
	padding: 0 0 3px 0;
	margin: 3px 0 0 0;
}
div.chapter div.info#news span.day{
	display: block;
	font-size: 90%;
}


/*���ɂ�����ł���*/
div.chapter div.info#issue{
	border:1px solid #cccccc;
}
div.chapter div.info#issue h2{
	text-align :center;

}
div.chapter div.info#issue ul{
	list-style-type: none;
	margin: 6px 0 15px 18px;
	padding: 0 0 0px 0;
}
div.chapter div.info#issue li{
	background: url(/img/menu_arrow_on.gif) no-repeat left 4px;
	padding-left: 16px;
	margin-bottom:12px;
	font-size: 12px !important;
}

