@charset "UTF-8";

/* == 全体設定 ============================================================= */
body {
	color: #555;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: #E8EDF0;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
a img {
	border: 0;
}
/* -- 全体枠 -- */
#wrapper {
	background: #FFF;
	width: 900px;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #555;
	
}
/* -- ヘッダ ---------------------------------------------------------------- */
#header {
	font-size: 0.9em;
	background: url(/volut/img/header_bg01.gif) no-repeat left bottom;
	padding-bottom: 21px;
	margin-bottom: 1em;
	position: relative;
}
#header-inner {
	background: #FFFCEF;
}
#header h1,
#header h2,
#header p {
	margin: 0;
}
#header h1 {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	/* 0901
	background: #42A729;
	*/
	background:#E34C68;
	
	padding-left: 12px;
	/* 0903
	margin: 0 0 10px 0;
	*/
	margin:0;
	/* 0903
	height: 21px;
	line-height: 21px;
	*/
	height:2em;
	line-height:2em;
}
/* for Only IE */
* html #header h1 {
	/*
	height: 23px;
	line-height: 23px;
	*/
	height:2em;
	line-height:2em;
}
/**/

#retrieval {
	color: #FFF;
	font-size: 12px;
	/* 0901
	background: url(/volut/img/header_bg02.gif) no-repeat left top;
	*/
	/* 0903
	background: url(/volut/img/header_bg03.gif) no-repeat left top;
	*/
	/* 0903
	width: 270px;
	*/
	width:250px;
	/* 0903
	height: 52px;
	*/
	position: absolute;
	right: 0;
	top: 0;
}

#retrieval form {
	padding: 0;
	/* 0903
	margin: 0 0 3px 20px;
	*/
	margin:0 0 0 20px;
}
#retrieval #search {
	width: 100px;
}

#header h2 {
	/* 090514
	width: 206px;
	margin: 0 12px;
	float: left;
	*/
}
/* 090514
#hnavi {
	font-size: 12px;
	list-style: none;
	line-height: 17px;
	padding: 41px 0 0 0;
	margin: 0 0 0 230px;
}
*/
#hnavi ul {
	font-size: 12px;
	list-style: none;
	line-height: 17px;
	padding:41px 0 0 0;
	margin: 0;
	white-space:nowrap;
}
/* IE7のみに適用 */
*:first-child+html #hnavi {
	height:45px;
}
#hnavi li {
	height: 34px;
	padding-left: 40px;
	margin-right: 10px;
	float: left;
}
#hnavi li a {
	color: #555;
	font-weight: bold;
}
#hnavi li a strong {
	color: #F00;
}
.link-article {
	background: url(/volut/img/header_01.gif) no-repeat left center;
}
.link-staff {
	background: url(/volut/img/header_02.gif) no-repeat left center;
}
.link-info {
	background: url(/volut/img/header_03.gif) no-repeat left center;
}
.link-npo {
	background: url(/volut/img/header_04.gif) no-repeat left center;
}
#hnavi a:link,
#hnavi a:visited {}
#hnavi a:hover,
#hnavi a:active {
	color: #F00;
}

#header .hif {
	text-align: right;
	/* 090514
	margin-top: -1.5em;
	margin-right: 12px;
	*/
}

/* 090514 */
#header table {
	width:874px;
	margin:0 12px;
	border-collapse:collapse;
	border-spacing:0;
}
#header table td {
	vertical-align:top;
}
#headlogo {
	width:220px;
}
#deliverymail {
	width:270px;
	font-size:.9em;
	line-height:1em;
}
#deliverymail form {
	margin:0;
	padding:0;
	background:url(/volut/img/deliverymail-icon.gif) no-repeat right 28px;
}
#deliverymail h3 {
	margin:0;
	padding:0;
}




/* -- ページボディ ---------------------------------------------------------- */
#pagebody {
	clear: both;
	margin-bottom: 1em;
}
#pagebody-inner {}


#pagebody a:link,
#pagebody a:visited {
	color: #8A644A;
}
#pagebody a:hover,
#pagebody a:active {
	color: #F00;
}

/* -- フッター --------------------------------------------------------------  */
#footer {
	clear: both;
}
#footer ul {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 0.5em 0;
}
#footer ul li {
	margin-right: 7px;
	margin-left: 7px;
	float: left;
}

/* == 共通パーツ ============================================================ */
/* 親の枠で .pkg すること */
/* -- 枠：左寄せ -- */
#box_left {
	float:left;
}
/* -- 枠：センター -- */
#box_center {
	float:left;
}
/* -- 枠：左寄せ -- */
#box_right {
	float:right;
}

/* -- 画像右寄せ -- */
.imgfloatright {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
/* -- 画像左寄せ -- */
.imgfloatleft{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
/* -- 回り込みクリア -- */
.floatclear {
	clear: both;
	height:0;
}
.floatclear hr {
	display:none;
}

/* float等をCSSでクリアするためのhack
   http://blog.y-iweb.com/archives/000255.html */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }

/* IE7対応clearfix 
   http://stopnlisten.no.land.to/2006/11/ie7clearfixclear.html */
.clearfix:after { /* for modern browser */
    content:" ";
    display: block;
    height:0;
    clear: both;
    visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* Nifty Corners
   http://www.html.it/articoli/nifty/　*/
b.rtop,
b.rbottom {
	display: block;
	background: #FFF;
}
b.rtop b,
b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden;
	background-color: #F0EEEC;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}


/* == 入力パーツ ============================================================ */
.midashi-big {
	font-size:1.4em;
	font-weight:bold;
}
.midashi-middle {
	font-size:1.2em;
	font-weight:bold;
}
.midashi-small {
	font-size:1.1em;
	font-weight:bold;
}

.table-border {
	border-collapse:collapse;
	border-spacing:0;
}
.table-border th ,
.table-border td {
	border:1px solid #8A644A;
}

/* == Add Feed ============================================================ */
.addfeed {
	clear:both;
	padding-bottom:5px;
}
.addfeed img {}
#footer .addfeed {
	padding-left:5px;
}

