@charset "utf-8";
/*==============================
全ページ共通利用CSS
==============================*/
html,body {
	height:100%;
	font-size: 12px;
	line-height: 1.25em;
	color: #505050;
}

body {
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.25em;
	color: #505050;
}

img {border:0;}

.TextSmall {
	font-size:10px;
	font-weight:normal;
}

.TextMedium {
	font-size:12px;
	font-weight:normal;
}


h1,h2 {
	margin:0;
	padding:0;
}

.LeftText {text-align:left;}

.RightText {text-align:right;}

.CenterText {text-align:center;}

/* 左右のシャドウ */
#Container {
	width:930px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../img/Container_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

/* 左右のシャドウ（高さ100％用） */
#Container100 {
	width:930px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../img/Container_bg_100.gif);
	background-position:center;
	background-repeat:repeat-y;
}


/*==============================
ヘッダー
==============================*/
#Header {
	width:910px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:36px;
}

/* 各コンテンツトップページ用 */
#HeaderTop {
	width:910px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}

/*==============================
フッター
==============================*/

#Footer {
	width:910px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #003399;
}

#FooterEnd {
	width:930px;
	height:10px;
	background-image:url(../img/Footer_End.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
/*---------------------------------------------------------------*/

/*=======================================
全ページ共通利用CSS
=======================================*/

/* 段落設定 */
#PageContBox p {
	padding-bottom:10px;
	padding-top:5px;
	margin:0;
	font-size:12px;
	line-height:1.35em;
}

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

/* 画像リンク用ボーダー設定 */
img {border:0;}

/* 写真の外枠 */
.phBorder {border:1px solid #7C8089;}


/* テキスト */
.Text10px {font-size:xx-small;}

.txt_12px {
	font-size:12px;
	font-weight:normal;
	text-align: left;
}
