@charset "Shift_JIS";

/****** Body全体の設定 *******/
	body{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}

	/* コンテンツ表示部分全体の基本設定 */
	#container{
	width:680px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}

/****** リンクの設定 *******/

	/* 基本 */
	a:link{color:#336699;text-decoration:underline;}
	a:visited{color:#336699;text-decoration:underline;}
	a:hover{color:#999999;text-decoration:none;}
	a:active{color:#336699;text-decoration:underline;}

/****** バナー部分の設定 *******/

	/* バナー部分の位置、高さなどの設定 */
	#banner{
	width:680px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	background:url("banner.jpg") no-repeat;
	text-align:right;
	}

/****** 本文部分の設定 *******/

	/* 本文全体の基本設定 */
	#content{
	width:680px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url("bg.gif") repeat-y;
	}

	/* メニュー部分の位置、高さなどの設定 */
	#menu{
	width:130px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	background:url("bg.gif") repeat-y;
	}

	/* 本文表示部分の位置、高さなどの設定（ニュース・メール・後援会・その他） */
	#content-area{
	width:530px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	}

	/* トップページ本文表示部分の位置、高さなどの設定 */
	#content-area-top{
	width:540px;
	height:450px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background:url("info_bg.jpg") no-repeat bottom;
	}

	/* プロフィール本文表示部分の位置、高さなどの設定 */
	#content-area-prof{
	width:530px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	background:url("nakagawa_sub01.jpg") no-repeat 409px 200px;
	}

	/* リンク本文表示部分の位置、高さなどの設定 */
	#content-area-link{
	width:530px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	background:url("nakagawa_sub02.gif") no-repeat 483px 10px;
	}

	/* トップページコメント部分の位置、高さなどの設定 */
	#com-area{
	width:490px;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
	font-size:12px;
	text-align:left;
	}

	/* トップページインフォメーション部分の位置、高さなどの設定 */
	.info-area{
	width:490px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:5px 25px 5px 25px;
	font-size:12px;
	text-align:left;
	}

/****** エンドバナー(コピーライト他)部分の設定 *******/

	/* エンドバナー部分の位置、高さなどの設定 */
	#endbanner{
	width:650px;
	height:30px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	font-size:12px;
	background:#000000 no-repeat;
	text-align:center;
	color:#777777;
	}

	/* エンドバナー（サブ）部分の位置、高さなどの設定 */
	#endbanner-sub{
	width:650px;
	height:30px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	font-size:12px;
	background:#000000 no-repeat;
	text-align:center;
	color:#777777;
	}

/****** 各種スタイルの設定 *******/

	/* メニュー部分の文字等の設定 */
	#menu-list{
	margin:0px 0px 0px 0px;
	padding:15px 25px 15px 25px;
	font-size:12px;
	line-height:250%;
	text-align:justify;
	text-justify:distribute-all-lines;
	color:#999999;
	}

	/* メニュー（文字）リンク色設定 */
	#menu-list a:link{color:#ffffff;text-decoration:none;}
	#menu-list a:visited{color:#ffffff;text-decoration:none;}
	#menu-list a:hover{color:#336699;text-decoration:none;background:#ffffff;}
	#menu-list a:active{color:#ffffff;text-decoration:none;}

	/* 本文画像部分の回り込みの設定 */
	/* 画像左・テキスト右 */
	img.left{
	float:left;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	}
	/* 画像右・テキスト左 */
	img.right{
	float:right;
	margin:5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	}

	/* タイトル部分の文字等の設定 */
	.title{
	font-size:16px;
	line-height:120%;
	margin:5px 5px 15px 5px;
	padding:0px 0px 0px 0px;
	}

	/* このページのTOPへ▲部分の文字等の設定 */
	.top{
	font-size:12px;
	line-height:120%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	}

	/* フォーム部分の文字等の設定 */
	.form{
	font-size:12px;
	line-height:120%;
	}

	/* ニュース日付部分の文字等の設定 */
	.date{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	font-size:13px;
	color:#ffffff;
	background:#000000 no-repeat;
	}

	/* PDF案内部分の文字等の設定 */
	.pdf{
	margin:0px 0px 0px 0px;
	padding:5px 25px 5px 25px;
	font-size:10px;
	line-height:120%;
	}

	/* PDFリンク部分の文字等の設定 */
	.pdflink{
	font-size:12px;
	line-height:120%;
	}

	/* PDF FAQ部分の文字等の設定 */
	.pdffaq{
	font-size:16px;
	line-height:120%;
	}




