@charset "Shift_JIS";

/*--- 基本設定 ---*/
* {
	margin: 0;
	padding: 0;
}

html {height: 100%;}

body {
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.2;
	height: 100%;
	background-image: url("../images/bg_grad.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
}

img {border: 0;}

a:link {
	color: #3399ff;
	text-decoration: none;
}

a:visited {
	color: #3399ff;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

/*--- 左サイドの影 ---*/
#left_shadow {
	background-color: #add8e6;
}

/*--- 右サイドの影 ---*/
#right_shadow {
	background-color: #add8e6;
}

/*--- ヘッダ ---*/
#header {
	background-color: #e0ffff;
}

/*--- コンテンツヘッダ ---*/
#content_header {
	background-color: #e0ffff;
}

/*--- タイトルヘッダ ---*/
#title_header {
	font-size: 26px;
	font-weight: bold;
	font-family: "Monotype Corsiva","Comic Sans MS","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding: 0px 0px 0px 5px;
	color: #ffffff;
	background-color: #191970
}

/*--- フッタ ---*/
#footer {
	font-size: 14px;
	font-style: italic;
	font-family: "Times New Roman","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"Monotype Corsiva";
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	background-color: #191970;
}
