@charset "shift_jis";



body   { color: #333333; font-size: 85%; font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; line-height: 2; background-color: #eeeeee; background-image: url("images/bg.gif"); background-repeat: repeat-x; background-position: 50% top; text-align: center; margin: 0; padding: 0 }

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


table#table3 {
   width:580px;
   border-collapse: collapse;
}

table#table3 th {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:0px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 10px; 
}

table#table3 td {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:0px solid #ddd;
   background:#ffffff;
   padding: 0px 0px 0px 10px; 
   border-bottom: 1px solid #ddd;
}


table#table4 {
   width:100%;
   border-collapse: collapse;
}

table#table4 th {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 5px; 
}

table#table4 td {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#ffffff;
   padding: 0px 0px 0px 5px; 
   
}


table#table4 th.wdm {
   padding:0px;
   width: 100px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 5px; 
   
}






table#table5 {
   width:100%;
   border-collapse: collapse;
}

table#table5 th {
   padding:0px;
   font-size:12px;
   text-align:center;
   border:1px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 0px; 
}

table#table5 td {
   padding:0px;
   font-size:12px;
   text-align:center;
   border:1px solid #ddd;
   background:#ffffff;
   padding: 0px 0px 0px 0px; 
   
}


table#table5 td.bgc {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#ffec47;
   padding: 0px 0px 0px 0px; 
   
}

table#table5 th.wdt {
   padding:0px;
   width: 71px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 0px; 
}

table#table5 th.wdt2 {
   padding:0px;
   width: 60px;
   font-size:12px;
   text-align:center;
   border:1px solid #ddd;
   background:#e0eef8;
   padding: 0px 0px 0px 0px; 
}





.box22{
border: 0px solid  #ffe080;
padding: 0px 1px 0px 5px;
background: #ffe080;
font-weight: bold;  
}

.box33{
border: 0px solid  #c0ffc0;
padding: 0px 1px 0px 5px;
background: #c0ffc0;
font-weight: bold;  
}

.box44{
border: 2px solid  #ff0000;
padding: 5px 1px 1px 5px;
background: #ffffff;
font-weight: bold;  
}

.box55{
border: 1px dotted  #a0a0a0;
padding: 5px 1px 1px 5px;
background: #ffffff;
font-weight: normal;  
}

.box65{
border: 2px solid  #ffc0c0;
padding: 5px 1px 1px 5px;
background: #f0f0f0;
font-weight: normal;  
}

.box77{
border: 1px dotted  #e7609e;
padding: 5px 1px 1px 5px;
background: #ffffff;
font-weight: normal;  
}






/*リンク設定（全般）
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #41cfc2;
	text-decoration: none;
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFFFFF;
}



/*ヘッダー（サイトロゴなどが入っているHP最上部のブロック）
---------------------------------------------------------------------------*/
#header {
	height: 84px;
	width: 100%;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	color: #41cfc2;		/*文字色*/
	position: absolute;
	left: 8px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 0px;			/*ヘッダーに対して上から0pxの位置に配置*/
	z-index:1;			/*ロゴに重なった時にこちらが上に表示されるように*/
}

/*サイト名ロゴ画像*/
#header #logo {
	position: absolute;
	top: 10px;			/*ヘッダーに対して上から10pxの位置に配置*/
	left: 0px;			/*ヘッダーに対して左から0pxの位置に配置*/
}

/*電話番号画像*/
#header #tel {
	position: absolute;
	top: 10px;			/*ヘッダーに対して上から10pxの位置に配置*/
	right: 0px;			/*ヘッダーに対して左から0pxの位置に配置*/
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 16px;
}

/*トップページだけメインコンテンツ上の余白をゼロにする設定*/
#toppage #main {
	padding-top: 0;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*h2タグ設定（基本カラー）*/
#main h2 {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #41cfc2;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}

/*h2タグ設定（アクセントカラー）*/
#main h2.h2bg2 {
	background-color: #000000;				/*背景色*/
	background-image: url(images/h2bg2.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;
	background-position: left center;
}


/*h2タグ設定（基本カラー）*/
#main h2.drc {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #E6B4E6;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}




/*h2タグ設定（基本カラー）*/
#main h2.calm {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #228b22;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}


/*h2タグ設定（基本カラー）*/
#main h2.paint {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #f39800;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}


/*h2タグ設定（基本カラー）*/
#main h2.watch {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #0000ff;							/*文字色*/
	background-color: #dbebc4;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}

/*h2タグ設定（基本カラー）*/
#main h2.drad {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #cab8d9;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}


/*h2タグ設定（基本カラー）*/
#main h2.dsmell {
	font-size: 100%;
	line-height: 30px;
	padding-left: 30px;
	color: #FFFFFF;							/*文字色*/
	background-color: #33cc33;				/*背景色*/
	background-image: url(images/h2bg1.gif);/*ハートの背景画像*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: left center;		/*背景画像を左側、上下中央に配置*/
}






/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
}

/*h4見出しタグ設定*/
#side h4 {
	font-size: 100%;
	color: #41cfc2;		/*文字色*/
	border-bottom: 3px double #41cfc2;	/*下線の設定*/
}

/*段落タグの余白設定*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu li {
	margin-bottom: 1px;
}

ul.sidemenu a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #41cfc2;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #41cfc2;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu a:hover {
	color: #41cfc2;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #41cfc2;	/*枠線設定*/
}





ul.sidemenu2 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu2 li {
	margin-bottom: 1px;
}

ul.sidemenu2 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #E6B4E6;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #E6B4E6;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu2 a:hover {
	color: #E6B4E6;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #E6B4E6;	/*枠線設定*/
}




ul.sidemenu22 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu22 li {
	margin-bottom: 1px;
}

ul.sidemenu22 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #cab8d9;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #cab8d9;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu22 a:hover {
	color: #cab8d9;			/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #cab8d9;	/*枠線設定*/
}






ul.sidemenu3 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu3 li {
	margin-bottom: 1px;
}

ul.sidemenu3 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #228b22;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #228b22;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu3 a:hover {
	color: #228b22;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #228b22;	/*枠線設定*/
}





ul.sidemenu32 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu32 li {
	margin-bottom: 1px;
}

ul.sidemenu32 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #33cc33;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #33cc33;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu32 a:hover {
	color: #33cc33;				/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #33cc33;	/*枠線設定*/
}






ul.sidemenu4 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu4 li {
	margin-bottom: 1px;
}

ul.sidemenu4 a {
	color: #FFFFFF;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color: #f39800;	/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #f39800;	/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu4 a:hover {
	color: #f39800;			/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #f39800;	/*枠線設定*/
}



ul.sidemenu5 {
	margin-top: 1px;
	margin-bottom: 1em;
}

ul.sidemenu5 li {
	margin-bottom: 1px;
}

ul.sidemenu5 a {
	color: #0000ff;				/*文字色*/
	text-decoration: none;		/*リンクの下線を消す*/
	background-color:  #dbebc4;		/*背景色*/
	display: block;
	width: 198px;
	text-align: center;			/*センタリング*/
	border: 1px solid #dbebc4;		/*背景色と同じにしてあるので分かりませんがこの色を変えると枠線が出ます*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu5 a:hover {
	color: #0000ff;	/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #dbebc4;		/*枠線設定*/
}


/*フッター（コピーライトなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;	/*上に入れているライン*/
	padding-top: 10px;
	padding-bottom: 10px;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl {
	width: 640px;			/*ボックスの幅*/
	height: 140px;			/*ボックスの高さ*/
	overflow: auto;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付の色を太字にする*/
	color: #41cee2;		/*日付の文字色*/
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
}



/*テーブル（page1.htmlに置いてあるサンプルテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #cccccc;	/*外枠の線*/
	width: 650px;
}

.ta1 td, .ta1 th{
	border: 1px dotted #999999;	/*内枠の線。ここでは点線(IE6前だと破線で表示される)に設定*/
	padding: 10px 5px;			/*余白*/
	line-height: 1.8;
}

.ta1 th.tamidashi{
	width: auto;
	background-color: #FFFFFF;	/*上部（table title部分）の背景色*/
}

.ta1 th{
	background-color: #fafafa;	/*左側（table midashi部分）の背景色*/
	width: 150px;
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #41cfc2;
}

.look {
	background-color: #E9E9E9;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/* 画像を右に配置し、テキストを左側に回りこませる */
.r-float{

float : right;
}

.l-float{

float : left;
}

/* 回り込みの解除 */
.f-clear{
clear : both;
}






