@charset "Shift_JIS";

/* summary ------------------
	1.	base
	2.	left
	3.	rightset
	----center
	----right
	4.	cyumoku
	5.	footer
	6.	title_bar
-------------------------- */

/* base ----------------- */
body {text-align:center}

#wrapper{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* left ----------------- */
#leftcolumn {
	clear:left;
	float:left;
	width: 120px;
	margin-right:20px;
}

/* rightset ----------------- */
#rightset {
	float:left;
	width:830px;
}

/* -----center */
#centercolumn {
	float:left;
	width:520px;
	margin-right:10px;
}

/* -----right */
#rightcolumn {
	float:left;
	width:300px;
}


/* cyumoku ----------------- */
#cyumoku {
	float:left;
	width:968px;
}


/* footer ----------------- */
#footer {width:968px;}


/* title_bar ----------------- */
/* 3カラム用h2バー */
#centercolumn div.module h2 {
	background: url(images/title/main_03_mid.gif) left bottom no-repeat;
	border-top:1px solid #CCC;
	line-height: 1.2;
	padding:5px 0 9px 9px;
	margin-bottom:4px;
}


/* 3カラム用h3バー（記事下用）　2010/06/25 */
#centercolumn div.module h3 {
	background: url(images/title/main_02_long.gif) left bottom no-repeat;
	font-weight: bold;
}


/* 3カラム用h4バー */
#centercolumn h4 {
	background: url(images/title/waku_mid.gif) bottom no-repeat;
	padding:2px 0 2px 9px;
}
