@charset "utf-8";

@import './layout.css';

/* 基本スタイル */

	/* 背景 */
		#container { background: #fff; }
		/* body { background: #fff url(./images/background.gif) left top repeat; } */
		body { background: #f1eff5; }
	
	/* 枠 */
		#beta-inner, #container { border: 1px solid #ccc; }
		#gamma-inner { border: 1px solid #fff; }
		#navigation table, a img { border: 0; }
	
		/* 上枠 */
			.entry-footer { border-top: 1px solid #D8E6C6; }
	
	/* 回り込み解除 */
		#sigma { clear:both; }
	
	/* 文字色 */
		body { color: #333; }
	
	/* 文字サイズ */
		#banner-description { font-size: 100%; }
		#banner-header { font-size : 250%; }
		#footer, body { font-size: 75%; }
		
	/* 文字間隔 */
		body { letter-spacing: 0.1em; }
	
	/* 行高さ */
		#banner { line-height : 1.0; }
		body { line-height : 1.5; }
	
	/* 回り込み */
		#alpha { float: right; }
		#beta { float : left; }
	
	/* フォント */
		body { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }
	
	/* 幅 */
		#alpha { width: 504px; }
		#beta { width: 184px; }
		#container { width: 720px; }
		#navigation table { width: 100%; }
	
	/* マージン */
		#container { margin : 0 auto; }/* Centering for Firefox,OPERA,Safari */
		#navigation table, h1, h2, h3, h4 { margin: 0; }
		#beta, #gamma-inner { margin: 0 0 10px; }
		body { margin: 0; }
	
	/* パディング */
		#banner { padding: 60px 10px 10px; }
		#flash, #navigation table, h1, h2, h3, h4 { padding: 0; }
		#beta-inner { padding: 10px 0 0; }
		#footer-inner { padding: 5px 10px; }
		#pagebody-inner { padding: 10px; }
	
	/* テキスト位置 */
		#banner, #footer-inner { text-align: right; }
		#container { text-align: left; }/* Centering for IE5 */
		body { text-align: center; }/* Centering for IE5 */
		#sigma { text-align: center; }
		.entry-footer { text-align:right; }
	
/* ====================================================================== */
/* 
/* ====================================================================== */
	
	a {
		text-decoration: underline;
		color: #6666CC;
	}
	a:hover {
		color: #cc66cc;
		text-decoration: none;
	}
	.pdf {
		padding: 2px 18px 2px 0px;
		background: transparent url(images/icon/pdficon_small.gif) no-repeat center right;
	}
	
/* ====================================================================== */
/* 
/* ====================================================================== */
	
	#footer { background: #999; }
	#footer { border-top: 1px solid #ccc; }
	#footer { clear: both; }
	#footer { color: #fff; }
	
/* ====================================================================== */
/* 
/* ====================================================================== */
	