@charset "utf-8";

/* --------基本設定-------(IE5.X用に「text-align: center;」を追加しています)*/

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	color: #222222;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: メイリオ, Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HiraMaruPro-W4", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	background: #9B1516 url('../img/bodyBg.gif') repeat-y top center;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,form,fieldset,pre,blockquote {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
}

hr {
	display: none;
	clear: both;
	height: 0;
}

td,th {
	vertical-align: top;
}

.clear {
	clear: both;
	height: 0px;
}

.clearfix {
	zoom:1;
}

.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

a img.swap {
	cursor:pointer;
}


/* --------基本テーブル（2パターン）-------- */

/* --------基本テーブル（左ナビ有り用）-------- */
#base {
	width: 770px;
	border: 0px;
	margin: 0 auto;
	background-image: url(../img/contentsBgSideOn.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* --------基本テーブル（左ナビ無し用）-------- */
#baseBgNone {
	height: 100%;
	width: 770px;
    border: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* --------リンクカラー-------- */

a:link {
	color: #BF1C1F;
	text-decoration: underline;
}
a:visited {
	color: #BF1C1F;
	text-decoration: underline;
}
a:hover {
	color: #BF1C1F;
	text-decoration: none;
}
a:active {
	color: #BF1C1F;
	text-decoration: underline;
}

/* --------外枠部分指定-------- */

#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url('../img/contentsAreaBgDown.jpg') no-repeat bottom left;
}

#baseBgNone #container {
	background-image:none;
}

/* --------#headerArea指定-------- */

#headerArea {
	background: #9b1516 url(../img/headerBg.jpg) no-repeat top center;
	width: 770px;
	height: 101px;
	top: 0px;
}

#headerArea ul {
	padding-left: 572px;
	height: 23px;
}

#headerArea li {
	float: left;
	list-style: none;
	padding-top: 6px;
	padding-right: 23px;
}
/*(IE5.X,6用に追加しています)*/
#headerArea li img {
	display: block;
}

#logo {
	clear: both;
	padding-left: 17px;
}


#logoPrint {
	display: none;
}

#logoPrintIndex {
	display: none;
}


/* --------#headerNaviArea指定-------- */

#headerNaviArea {
	height: 24px;
	padding-bottom:5px;
	width: 770px;
	background: #FFFFFF;
}

#headerNaviArea li {
	float: left;
	list-style: none;
	line-height:0;
}

/* --------#contentsAreaBg指定(サイドナビ部分の上の背景指定)-------- */

#contentsAreaBgUp {
	background: url(../img/contentsAreaBgUp.jpg) no-repeat top left;
	width:770px;
}

/*(サイトマップ等のサイドナビがないページのコンテンツ部分)*/
#contentsArea {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 78%;
	line-height: 140%;
	width:760px;
}


/* --------#sideNaviArea指定-------- */

#sideNaviArea {
	width: 180px;
	height: auto;
	padding-bottom:200px;
	float:left;
}

#sideNaviArea .naviImage {
	padding-bottom: 2px;
}

#sideNaviArea ul {
	padding-left: 3px;
}

#sideNaviArea li {
	list-style: none;
}

/* (MacIE5.Xで「display: inline;」を読み込まないように追加)(MacIE5.Xはここを読み込みません) */
@media screen, print {
#sideNaviArea li {
	list-style: none;
	display: inline;
}
}

#sideNaviArea li img {
	padding-bottom: 1px;
}

/* (MacIE5.Xで「display: block;」を読み込まないように追加)(MacIE5.Xはここを読み込みません) */
@media screen, print {
#sideNaviArea li img {
	display: block;
	padding-bottom: 1px;
}
}

/* --------#mainArea指定-------- */

#mainArea {
	float: right;
	width: 565px;
	padding: 10px 10px 0px 15px;
	font-size: 78%;
	line-height: 140%;
	background-color:#FFFFFF;
}

/* --------#pagetopArea指定-------- */

.pagetopArea {
	padding: 20px 10px 10px 0;
	clear: both;
	text-align: right;
	background-color:#FFFFFF;
	width:580px;
	margin-left:180px;
}

#baseBgNone .pagetopArea {
	padding:20px 0 10px 0;
	width:750px;
	margin-left:0px;
}

/* --------#footerArea指定-------- */

#footerArea {
	background: #FFFFFF url('../img/footerBg.gif') no-repeat top;
	height: 14px;
	width: 770px;
	padding-top: 4px;
	padding-bottom: 14px;
}

#footerArea ul {
	float: left;
	width: 570px;
}

#footerArea li {
	list-style: none;
	float: left;
	padding-left: 8px;
}
/*(IE5.X,6用に追加しています)*/
#footerArea li img {
	display: block;
}
/*(IE5.X,6用に追加しています)*/
#footerArea p {
	float: left;
}

#footerArea #copyright {
	width: 200px;
	height: 0px !important;
	padding-top: 14px;
	text-indent: -9999px;
	background-image: url('../img/copyright.gif');
	background-repeat: no-repeat;
}

