	.maincolumn {
		font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	div#maincolumn {
		float: left;
		width: 655px;
		padding: 0 0 0px0px;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
		color: #4b4b4b;
	}
	#contents {
		width: 655px;
	}
	.vol-ttl {
		margin-bottom: 20px;
		padding: 10px 5px 10px 5px;
		background: url(../images/vol1/ttl_vol.jpg) repeat-y left top;
		font-size: 15px;
		color: #FFFFFF;
	}
	

/* ==========================================================================================================
	  5. Text Module
============================================================================================================*/
/*  anchor
-----------------------------------*/



/* ***********************************************************************
	1 : Init
*********************************************************************** */
#wrap div, #wrap h1, #wrap h2, #wrap h3, #wrap h4, #wrap h5, #wrap p, #wrap th, #wrap td, #wrap dl, #wrap dt, #wrap dd, #wrap ul, #wrap ol, #wrap li {
	margin: 0;
	padding: 0;
	}
#wrap h1, #wrap h2, #wrap h3, #wrap h4, #wrap h5 {
	font-size: 100%;
	font-weight: normal;
	}
#wrap table {
	border-collapse: collapse;
	border-spacing: 0;
	}
#wrap fieldset, #wrap img {
	border: 0;
	}
#wrap th, #wrap td {
	vertical-align: top;
	}
#wrap caption, #wrap em, #wrap strong, #wrap th {
 font-style : normal;
 font-weight : normal;
 }
#wrap caption, #wrap th {
	text-align : left;
	}
#wrap input, #wrap textarea, #wrap select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
#wrap p {
	line-height: 1em;
	}
#wrap li {
	list-style: none;
	line-height: 1em;
	}
/*to enable resizing for IE*/
#wrap input, #wrap textarea, #wrap select {
	*font-size: 100%;
	}
	
/* ***********************************************************************
	2 : Text
*********************************************************************** */
#wrap {
	font-size: 12px;
	line-height: 1em;
	color: #333;
	text-align: left;
	}
#wrap select, #wrap input, #wrap button, #wrap textarea {
	font:99% arial, helvetica, clean, sans-serif;
	}
#wrap table {
	font-size : inherit;
	font:100%;
	}
.t10 {font-size: 0.83em;}
.t14 {font-size: 1.16em;}
.t16 {font-size: 1.33em;}
/* ***********************************************************************
	3 : Link
*********************************************************************** */
/*\*/ a { overflow:hidden; }/**/
/* ***********************************************************************
	4 : clearFix
*********************************************************************** */
.clearFix { 
	zoom: 1;
	}
.clearFix:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
	}
/* Hides from IE-mac \*/
*html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hides from IE-mac \*/
/* ************************************
	ページ下部のリンクリスト
************************************* */
#list {
	clear: both;
	padding: 5px 0 ;
	width: 950px;
	margin: 0 auto 50px auto;
	height:30px;
}
#list ul li {
	float:left;
	width: 313px;
	height:15px;
	margin: 5px 0 5px 0;
	padding:7px 0;
	background:#348FA1;
	text-align:center;
	border-right:1px solid #F5F6EA;
}
#list ul li a {
	color:#fff;
	text-decoration:none;
}
#list ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
#list ul li.on {
	background:#F7B525;
}
#list ul li:hover {
	background:#F7B525;
}