/* 背景色の設定 */

body { background-color: #fff;　}

/* リンクの設定 */

a {  } 
a:link { color: #333; }
a:visited { color: #333; }
a:active { color: #FF9900; }
a:hover { color: #FF9900; }

/*  ヘッダの文字設定 */

#header a:link { color: #333;text-decoration: none; }
#header a:visited { color: #333;text-decoration: none; }
#header a:active { color: #333; }
#header a:hover { color: #999;text-decoration: underline; }
#header_menu a:link { color: #333;text-decoration: none; }
#header_menu a:visited { color: #333;text-decoration: none; }
#header_menu a:active { color: #999; }
#header_menu a:hover { color: #999;text-decoration: underline; }
#header h1 { color: #333; }
#header h2 { color: #333; }

/*  ヘッダ画像設定 */

#header { /* ヘッダ枠の画像 */
	background-image: url('images/frame_set.jpg');background-repeat:no-repeat;
	border-bottom: 2px dotted #999;
	}

#header_menu { /* ヘッダメニュー枠の画像 */
	background-image: url('images/frame_set.jpg');background-repeat:no-repeat;
	background-position: 0 -99;
	}

/*  メインコンテンツ画像設定 */

.contents_main_box h3 { /* 上側のタイトル背景含む画像 */
	background-image: url('images/frame_set.jpg');
	background-position: 0 -150;
	border-bottom: 2px dotted #999;
	padding: 10 8 8 10;
	}

h3.contents_main_box_titlenone  { /* 上側のタイトル無し画像 */
	background-image: url('images/frame_set.jpg');
	background-position: 0 -250;
	}

.contents_main_box_body { /* 両サイドの画像 */
	background-image: url('images/frame_set.jpg');background-repeat:repeat;
	background-position: -760 0;
	}

.contents_main_box { /* 下側の閉じる画像 */
	background-image: url('images/frame_set.jpg');background-repeat:no-repeat;
	background-position: 0 100%;
	}

/*  サイドコンテンツ画像設定 */

.contents_side_box h3 { /* 上側のタイトル無し画像 */
	background-image: url('images/frame_set.jpg');
	background-position: -515 -150;
	}

.contents_side_box_body { /* 両サイドの画像 */
	background-image: url('images/frame_set.jpg');background-repeat:repeat;
	background-position: -1275 0;
	}

.contents_side_box { /* 下側の閉じる画像 */
	background-image: url('images/frame_set.jpg');background-repeat:no-repeat;
	background-position: -515 100%;
	}

.event_subsection dt { 
    border-left: #000000 4px solid;
	}

.main_box_subsection dt { /
    border-left: #000000 4px solid;
	}