@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF url(images/wall.gif);	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 14px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-botom:5px;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 880px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 125px;
	background-color: #9C0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/

	background:;
}




/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
}
#container h1  {
	font-size: 12px;
	color: #666;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
	font-size: medium;
}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}
.menup{
	color: #FF66FF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
	font-size: medium;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0px;
	font-size: medium;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
	font-size: small;
}

#side h3 {
	font-size: small;
	line-height: 56px;
	background: url(images/midashi.jpg) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sidea {
	color: #6C0;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #aeaeae;
}


ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
}

#main p {
	padding: 0.5em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 880px;
	text-align: center;
	background: url(images/footbar.jpg) no-repeat;
	height: 50px;
	padding-top:8px;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 250px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main h2 {
	font-size: small;
	background: url(images/h2_bg2.jpg) no-repeat;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}
/*オレンジテーブル*/
table.outline {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#ff9900;
	color:#2f2120;
}
table.outline th{
	padding:7px;
	font-weight:normal;
	border-top:1px solid #ffeba7;
	border-left:1px solid #ffeba7;
	background-color:#ffcc33;
	vertical-align:top;
}
table.outline td{
	padding:7px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#fff293;
	vertical-align:top
}

/*ピンクテーブル*/
table.pink {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#ff0000;
	color:#2f2120;
}

table.pink th{
	padding:3px;
	font-weight:normal;
	border-top:1px solid #ffeaea;
	border-left:1px solid #ffeaea;
	background-color:#ff8080;
	vertical-align:top;
	font-size: 14px;
}
table.pink td{
	padding:3px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#ffd5d5;
	vertical-align:top;
	font-size: 14px;
}	
/*ブルーテーブル*/
table.yellow {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#C33;
	color:#2f2120;
}
table.yellow th{
	padding:1px;
	font-weight:bold;
	border-top:1px solid #cff;
	border-left:1px solid #cff;
	background-color:#FC6;
	vertical-align:top;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.yellow td{
	padding:1px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#FFC;
	vertical-align:top;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}	


/*ブルーテーブル*/
table.blue {
	border:0;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#03f;
	color:#2f2120;
}
table.blue th{
	padding:3px;
	font-weight:normal;
	border-top:1px solid #cff;
	border-left:1px solid #cff;
	background-color:#0cf;
	vertical-align:top;
	font-size: 14px;
}
table.blue td{
	padding:3px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background-color:#ccf;
	vertical-align:top;
	font-size: 14px;
}	
