/*---ベーススタイルシート---*/
/*-------------------------------------------基本設定-------------------------------------------------*/
/*---ボディ---*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333;
	background-color: #ffffcc;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*---リンク---*/
a {
	text-decoration: underline;
	color: #03C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*---リンクオーバー---*/
a:hover {
	color: #363;
}
.banna_box {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*-------------------------------------------見出し-------------------------------------------------*/
/*---見出しh1---*/
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666;
	text-align: left;
	text-indent: 55px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	height: 40px;
	line-height: 37px;
}
/*---見出しh2---*/
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #099;
	margin: 5px;
	padding: 2px;
	width: 450px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9C0;
	border-left-width: 15px;
	border-left-color: #9C0;
	text-indent: 5px;
	line-height: 15px;
	text-align: left;
}
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #069;
	text-indent: 5px;
	line-height: 17px;
}


/*-------------------------------------------divボックス構造-------------------------------------------------*/
/*---ラッパー---*/
#wrapper {
	background-color: #FFFFFF;
	width: 770px;
	margin: auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/*---ヘッダー---*/
#header {
	width: 760px;
}
#header_left {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_center {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header_right {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
/*---トップイメージ---*/
#image {
	width:770px;
	float: left;
}
/*---ナビゲーション---*/
#navi {
	height: 50px;
    width:770px;
	float: left;
}

#menu {
	width:770px;
	height:35px;
	margin:0;
	padding:0;
	background-image: url(../images/npo_navi.jpg);
	background-repeat: no-repeat;
}

#menu li, #menu a {
	height:35px;
	display:block;
	float:left;
}

#menu span {
display: none;
}



/*---- メニューボタンの横幅が全部違うとき用 ------- */
#menu_1 a {
	width: 145px;
}
#menu_2 a {
	width: 120px;
}
#menu_3 a {
	width: 120px;
}
#menu_4 a {
	width: 120px;
}
#menu_5 a {
	width: 120px;
}
#menu_6 a {
	width: 145px;
}
 
/* --- ナビゲーションのhover処理 --- */
#menu_1 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: 0px -35px;
}
#menu_2 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: -145px -35px;
}
#menu_3 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: -265px -35px;
}
#menu_4 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: -385px -35px;
}
#menu_5 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: -505px -35px;
}
#menu_6 a:hover {
	background-image: url(../images/npo_navi.jpg);
	background-position: -625px -35px;
}
 


/*---パンくずリスト---*/
#breadcrumbs {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top-color: #FFFFFF;
	clear: left;
	float: left;
	width: 770px;
	text-indent: 10px;
}

#breadcrumbs a {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}
#breadcrumbs a:hover {
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
}

/*---コンテンツ---*/
#contents {
	background-color: #FFFFFF;
	float: left;
	width: 770px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/*---テキストナビゲーション---*/
#txt_navi {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#txt_navi a {
	color: #3366FF;
	text-decoration: none;
}
#txt_navi a:hover {
	color: #3333FF;
	text-decoration: underline;
}

/*---フッター---*/

#footer {
	background-image: url(../images/npo_footer.jpg);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #ffffff;
	width: 770px;
	height: 93px;
	text-align: center;
	top: 10px;
	line-height: 25px;
	clear: both;
	float: none;
}

#footer_txt1 {
	float: left;
	width: 270px;
	margin: 0px;
	line-height: 17px;
	text-indent: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 250px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#footer_txt2 {
	float: left;
	width: 250px;
	margin: 0px;
	line-height: 13px;
	text-indent: 0;
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: left;
}



/*---サイドメニュー---*/
#side_menu {
	width: 200px;
	padding-left: 10px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#side_menu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 198px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}
#side_menu li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 30px;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
#side_menu li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	width: 196px;
	color: #666;
	background-color: #A0D7E7;
}
#side_menu li a:hover {
	background-color: #5CBAD6;
	width: 196px;
	color: #FF0;
}
/*---コンテンツボックス---*/
#contents_box {
	width: 530px;
	float: right;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 15px;
}
.one_contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	float: left;
	width: 450px;
	margin-left: 20px;
}

#news {
	float: right;
	width: 200px;
	padding-right: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	clear: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	background-image: url(../images/list_marker_g.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-indent: 25px;
	line-height: 20px;
	margin-top: 3px;
}
#news li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #339966;
	left: -20px;
	font-weight: bold;
}
#news li a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #336600;
	text-decoration: underline;
}
#article_body {
	width: 530px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
#article_list {
	width: 480px;
}
#news_box {
	padding: 5px;
	width: 188px;
	border: 1px solid #cccccc;
	height: auto;
	float: left;
}
#news_title {
	float: left;
	width: 200px;
	background-image: url(../images/topics.gif);
	height: auto;
}

.top_contents {
	float: left;
	width: 500px;
	margin: 10px;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#contents_left {
	float: left;
	height: auto;
	width: 540px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 30px;
}
#contents_right {
	height: auto;
	width: 210px;
	float: right;
	margin-top: 20px;
	padding-left: 10px;
}
#top_content_txt {
	float: left;
	height: auto;
	width: 350px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_content_photo {
	float: right;
	height: auto;
	width: 150px;
	margin-top: 20px;
}
.info_top_content_left {
	float: left;
	width: 230px;
}
.info_top_content_right {
	width: 250px;
	float: right;
	margin-right: 40px;
	font-size: 14px;
	line-height: 20px;
}
.shop {
	float: left;
	width: 520px;
	margin-top: 20px;
}
.info_top_content {
	float: left;
	width: 520px;
	padding-top: 50px;
}
.shop_left {
	float: left;
	width: 240px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
.shop_right {
	float: right;
	width: 270px;
}
.side_banna {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.reset_left {
	float: left;
	width: 170px;
}
.reset_right {
	float: right;
	width: 320px;
	margin-right: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.reset_content {
	float: left;
	width: 400px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-left: 30px;
}
.reset_content p strong {
	color: #990;
}
.biyou_right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	float: right;
	width: 260px;
	margin-right: 20px;
}
.koe_contents_left {
	float: left;
	width: 300px;
}
.koe_contents_right {
	float: right;
	width: 195px;
}

.koe_contents {
	float: left;
	width: 500px;
}
.yellow {
	background-color: #FF9;
	height: 10px;
	width: 770px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.catch  {
	float: left;
	width: 465px;
	margin-top: 20px;
	margin-left: 50px;
}
.content_all {
	float: left;
	width: 510px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

/* テーブルの装飾 */
.table1 { 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD{ 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
} 

.table1 th{ 
border: 1px #1C79C6 solid; /* セルの枠線（太さ・色・スタイル） */ 
} .photo_table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 12px;
}

