/*
muginavi スタイル設定
*/

/* メニュー全体のスタイル */
.muginavi,.muginavi-nn{
color:#003366; /* リンクでない文字の色 */
font-size:15pt;
font-family:Arial,sans-serif;
layer-background-color:#ffde17;
}

/* 背景色はNN4と他で2回記述　これには背景色以外の指定はしないこと */
#muginaviroot,.muginavisub .muginavi{
background-color:#d9e4e7;
}

/* リンク項目のスタイル */
.muginavi a{
color:#003366;
text-decoration:none;
}


/******************************************

個々から自分
******************************************/
	/* リンク画像の枠を表示しない */
	a img {
		border-style : none;					/* 枠を非表示 */
		border-width : 0px;						/* 枠の幅を0pxに設定 */
		text-decoration : none;					/* 装飾を表示しない */
	}

	body {
		color : #555;							/* 文字の色 */
		/* 背景画像使用例（背景画像を使わない場合はbackground行を削除して下さい */
		font-family: "Verdana", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
		 /* 文字 */
		line-height : 1.5;						/* 行間 */
		font-size : 75%;		/* 文字サイズ */
		voice-family : "\"}\"";					/* おまじない */
		voice-family : inherit;					/* おまじない */
		text-align: center;
	}

	/* 全体の大枠 */
	/* 左右のマージンを自動で求める事でセンタリングを行ってます */
	/* text-alignをcenterにすることでセンタリングできるのはIEのみの仕様です */
	/* センタリングが不要の場合はmargin-leftの行とmargin-rightを削除して下さい */

	div#container {
		width : 975px;							/* wrapper＋extra-columnの幅 */
		/*height: 533px;*/
		background-attachment: fixed;
		background-position: 0% 0%;
		text-align: left;
		background-color: #ffff9b;
		margin : 0px;
	}
	div#header {
		width: 975px;
		height : 98px;	
		background : url(menu/header.gif) no-repeat center top;
	}
	div.main {
		margin : 25px 0px 15px;			/* タイトル部分と記事、記事部分とフッター部分の間隔 */
	}
	div#left {
		float : left;
		/* 左側に回り込む */
		width : 230px;
		/* 色 */
		background-color: #ffffff;
		/* コンテンツ幅 */
	
	}
	/* サイトインフォ関連ブロック */

	div#right {
		float : right;
		/* 右側に回り込む */
		width : 725px;
		/* コンテンツ幅 */
		margin : 5px 0 5px 0px;
	}
	/* 著作表示ブロック */
	div#footer {
		clear : both;
		/* 回り込みを解除 */
	}


/* フッター部分の設定
------------------------------------------------------------ */

	div#footer p {
	text-align : center;
	padding: 20px 0px;
	font-size: 95%;
	color: #666;
	}


	/* リンク設定 */

	div#footer p a:link, div#footer p a:visited {
	color: #666;
	}
	
	div#footer p a:hover, div#footer p a:active {
	color: #000; text-decoration: none;
	border-bottom: 1px solid #36abce;
	}

/*回り込み*/
	.rightPhoto {
	float : right;
	margin: 5px 10px 15px 5px;
	}
	.leftPhoto {
	float : left;
	}