* {
	color:#333333;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #FFF68F;		/*--- ★枠の外の背景の色  ---*/
	background-image: url(img/bg.jpg);   	 /*--- ★枠の外の壁紙画像  ---*/

}

a {
	color:#0000FF;  			/*--- ★リンクテキストの色 ---*/
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);  	/*--- ★枠の内側の壁紙画像（白、サイドメニュー部分ぼかし）  ---*/
	background-color: #FFFFFF;
	margin-top: 0px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:60px;
	background-image: url(img/header.jpg);		/*--- ★ヘッダ画像（800×60） ---*/
}


h1 a {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 30px;
	margin-left: 50px;
	padding-top: 10px;
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;					/*--- ★ヘッダのメインタイトルの文字色 ---*/
}

#header #sub {
	font-size: 11px;
	color: #FFFFFF;					/*--- ★ヘッダのサブタイトルの文字色 ---*/
	margin-left: 50px;
}



/*ナビゲーション（ヘッダ部分のメニュー）
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-color: #104E8B;			/*--- ★ヘッダメニュー部分の背景色 ---*/
}

#nav ul {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
  }
  

#nav li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
  }
  
#nav a {
	font-size: 11px;
	color: #FFFFFF;	
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;					/*--- ★ヘッダメニューの文字　オンカーソル時の文字色---*/
/*	background-color: #FFFFFF;	*/		/*--- ★ヘッダメニューの文字　オンカーソル時の背景色---*/
	text-decoration:underline;				
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);	/*--- ★本文　ノートのようなライン---*/
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #104E8B;				/*--- ★サブタイトルの文字色　---*/
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #104E8B;		/*--- ★サブタイトルの左のライン　---*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 16px;
/*--	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #993333;	--*/
	padding-left: 10px;
	color: #1E90FF;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D5991;
	padding-left: 10px;
	color: #2D5991;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}


#contents img.fig {
  float: left;						/*--- ★ サブページの画像　左寄せ */
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0em;
}

#contents img.fig2 {
  float: right;						/*--- ★ サブページの画像　右寄せ */
  margin-top: 0em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0em;
}
/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_d h3 {
	display: block;
	width: 152px;
	line-height: 24px;
	color: #FFFFFF;					/*--- ★ 「MENU」の文字色 */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	background-image: url(img/side_h3.gif);
	font-size: 12px;
	padding-top: 4px;
	text-align: center;

}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:152px;
	font-size: 11px;
	text-decoration:underline;
	color:#0000FF;					/*--- ★リストメニューの文字色 */
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDC1;			/*--- ★リストメニューの下線の色 */
	background-position: 5px center;
}


#side_d li a:hover {
	background-color: #F0FFFF;			/*--- ★リストメニュー　オンカーソル時の反転色 */
	color: #0000FF;					/*--- ★リストメニュー　オンカーソル時の文字色 */
	text-decoration: none;				/*--- ★リストメニュー　オンカーソル時の下線あり */
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:11px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


/*
フッタメニュー
-------------------------------------------------------------------*/
/*--- ◎◎◎フッタのメニューの文字色はここではなく一番上で指定している */

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(img/foot.jpg);		/*--- ★フッタの画像　800×100 */
	height: 50px;
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;

}

#f_menu h3 {
	color: #104E8B;				/*--- ★フッタメニューのタイトルの文字色 */
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 9px;

}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 11px;
}

#f_menu p {
	font-size: 11px;
	color: #333333;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #104E8B;		/*--- ★コピーライトの背景色 */
	font-size: 10px;
}

.underline{
    background-image:url(img/line.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    display:inline;
    font-size:14px;
    font-weight:bold;
}

.bt1 {
	padding: 20px 380px 20px 70px;
	clear :both;
}

.bt1 a {
	display: block;
	width: 356px;
	height: 51px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("bt1.jpg");
}

.bt1 a:hover {
	background-position: 0 -51px;
}


.bt2 {
	padding: 20px 225px 20px 105px;
	clear :both;
}

.bt2 a {
	display: block;
	width: 356px;
	height: 51px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("bt1.jpg");
}

.bt2 a:hover {
	background-position: 0 -51px;
}

.bt_k {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_k a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru.jpg");
}

.bt_k a:hover {
	background-position: 0 -47px;
}

.bt_sinsei {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_sinsei a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_sinsei.jpg");
}

.bt_sinsei a:hover {
	background-position: 0 -47px;
}

.bt_sony {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_sony a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_sony.jpg");
}

.bt_sony a:hover {
	background-position: 0 -47px;
}

.bt_ana {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_ana a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_ana.jpg");
}

.bt_ana a:hover {
	background-position: 0 -47px;
}

.bt_suruga {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_suruga a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_suruga.jpg");
}

.bt_suruga a:hover {
	background-position: 0 -47px;
}

.bt_jpn {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_jpn a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_jpn.jpg");
}

.bt_jpn a:hover {
	background-position: 0 -47px;
}

.bt_ebank {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_ebank a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_ebank.jpg");
}

.bt_ebank a:hover {
	background-position: 0 -47px;
}

.bt_orix {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_orix a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("kuwasikusiru_orix.jpg");
}

.bt_orix a:hover {
	background-position: 0 -47px;
}

.bt_gaikayokin {
	padding: 0px 1225px 0px 105px;
	clear :both;
}

.bt_gaikayokin a {
	display: block;
	width: 312px;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("bt_gaikayokin.jpg");
}

.bt_gaikayokin a:hover {
	background-position: 0 -47px;
}

.bt_tokusyuu {
	padding: 20px 225px 20px 105px;
	clear :both;
}

.bt_tokusyuu a {
	display: block;
	width: 356px;
	height: 51px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("http://www.10diet.co.jp/tkyknrhk/bt_tokusyuu.jpg");
}

.bt_tokusyuu a:hover {
	background-position: 0 -51px;
}

.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; }

