/*bodyの背景設定*/
body {
	background-image: url(../images/back_pic.jpg);
}

/*コンテンツ全体の枠組み*/
#contents {
	width: 720px;
	background-color: #FFFFFF;
}
/*ヘッダー用画像*/
#header {
	text-align: right;
	background-image: url(../images/header/header_back.gif);
	background-repeat: no-repeat;
}
/*カテゴリー共通画像*/
#navigation {
	width: 720px;
	height: 100px;
}
/*カテゴリー用ナビ*/
#navi-main {
	text-align: left;
	vertical-align: middle;
	width: 700px;
	border: 1px ridge #00afcc;
	margin: 2px;
	padding: 2px;
}
/*カテゴリー下サブコンテンツ用ナビ*/
#navi-sub {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: left;
	vertical-align: baseline;
	margin: 1px;
	padding: 1px;
	height: 20px;
    width: 700px;
}#main {
	text-align: left;
	width: 710px;
	margin: 5px;
}
#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #FFF;
	background-color: #00afcc;
	text-align: right;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	border-bottom-width: 4px;
	border-left-width: 10px;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #00afcc;
	border-right-color: #00afcc;
	border-bottom-color: #00afcc;
	border-left-color: #00afcc;
	text-align: left;
	width: 700px;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: left;
	width: 700px;
}
a:link {
	text-decoration: underline;
	color: #3300FF;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	background-color: #CCCCCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
