@charset "euc-jp";
/*======================================
全ページ共通CSS
======================================*/

/* フッター背景用 */
html {
	background-image:url(../img/bottom_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color:#333333;
	background-image:url(../img/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

img {border:0;}

form {
	margin:0;
	padding:0;
}

/* ヘッダー */
#Header {
	width:800px;
	height:88px;
	padding-bottom:1px;
	margin-left:auto;
	margin-right:auto;
}

/* メインナビゲーション */
#MainNavi {
	width:800px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
}

/* ページイメージ */
#MainImg {
	width:800px;
	height:81px;
	margin-left:auto;
	margin-right:auto;
}

/* パンくずリスト */
#FootPrint {
	width:795px;
	height:19px;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/footprint_bg.gif);
	background-repeat:repeat-x;
	font-size:10px;
}

/* コンテンツボックス */
#ContentBox {
	width:620px;
	padding-top:10px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/* 左側ページ内メニュー */
#ContentBoxLeft {
	width:155px;
	height:auto;
	padding-top:5px;
	float:left;
	text-align:left;
}

/* 右側ページ本文 */
#ContentBoxRight {
	width:620px;
	height:auto;
	padding-left:15px;
	line-height:1.5em;
	float:right;
	text-align:left;
}

#ContentBoxRight h3 {
	padding-bottom:5px;
	margin:0;
}

#ContentBoxRight p {
	line-height:1.5em;
	margin:0;
	padding:5px;
	padding-bottom:10px;
}

/* ページの先頭に戻る */
.BackToTop {
	width:800px;
	text-align:right;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}


/* フッター */
#Footer {
	width:800px;
	height:50px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* フッターのリンク */
#FooterLink {
	font-size:10px;
	color:#999999;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

/* コピーライト */
#CopyRight {
	text-align:right;
	font-size:10px;
}

/* 赤い文字 */
.Red {
	font-weight:bold;
	color:#CC0000;
}

/* 無効時のテキスト */
.Disable {color:#999999;}

/* 10pxのテキスト */
.jp10 {font-size:10px;}

/* 16pxのテキスト */
.jp16 {font-size:16px;}

/* リンク設定 */
a:link {
	text-decoration: underline;
	color: #000099;
}

a:visited {
	text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: underline;
	color: #000099;
}

