@charset "utf-8";

/* canvas
 +---+----1----+----2----+----3----+----4----+----5--
 |                     header                       |
 +---+----1----+----2----+----3----+----4----+----5--
 |        |                                         |
 |  side  |            content                      |
 |   bar  |                                         |
 |        |                                         |
 |        |                                         |
 +--------------------------------------------------+
 |                     footer                       |
 +---+----1----+----2----+----3----+----4----+----5--*/

body {
/*	font-family: Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, メイリオ, "ＭＳ Ｐゴシック", "IPA Gothic", "Kochi Gothic", sans-serif;	*/
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
	background-repeat: repeat-x;
	
	/* レガシーブラウザまたは IE6 の背景 */
	background-image: url(../../images/body_bg.gif);
}

/*
 * 透過pngを使った背景は、IE6以下のIEを除く、モダンブラウザに適用
 * html>body
 * Modern Browser Hack Exclude IE6.0 down
 */
html>body {
	background-image: url(../../images/body_bg_alpha.png);
}

a:link {
	color: #009966;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
