/* 背景色の設定 */

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: #fff;text-decoration: none; }
#header a:visited { color: #fff;text-decoration: none; }
#header a:active { color: #fff; }
#header a:hover { color: #fff;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: #FF9900; }
#header_menu a:hover { color: #FF9900;text-decoration: underline; }
#header h1 { color: #fff; }
#header h2 { color: #fff; }

/*  ヘッダ画像設定 */

#header { /* ヘッダ枠の画像 */
	background-image: url('images/designset.gif');background-repeat:no-repeat;
	}

#header_menu { /* ヘッダメニュー枠の画像 */
	background-image: url('images/designset.gif');background-repeat:no-repeat;
	background-position: 0 -100;
	}

/*  メインコンテンツ画像設定 */

.contents_main_box h3 { /* 上側のタイトル背景含む画像 */
	background-image: url('images/designset.gif');
	background-position: 0 -150;
	}

h3.contents_main_box_titlenone  { /* 上側のタイトル無し画像 */
	background-image: url('images/designset.gif');
	background-position: 0 -250;
	}

.contents_main_box_body { /* 両サイドの画像 */
	background-image: url('images/designset.gif');background-repeat:repeat;
	background-position: -760 0;
	}

.contents_main_box { /* 下側の閉じる画像 */
	background-image: url('images/designset.gif');background-repeat:no-repeat;
	background-position: 0 100%;
	}

/*  サイドコンテンツ画像設定 */

.contents_side_box h3 { /* 上側のタイトル無し画像 */
	background-image: url('images/designset.gif');
	background-position: -515 -150;
	}

.contents_side_box_body { /* 両サイドの画像 */
	background-image: url('images/designset.gif');background-repeat:repeat;
	background-position: -1275 0;
	}

.contents_side_box { /* 下側の閉じる画像 */
	background-image: url('images/designset.gif');background-repeat:no-repeat;
	background-position: -515 100%;
	}
