@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;
}

.TextSmall {
	font-size:x-small;
	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;
	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:119px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}





/*---------------------------------------------------------------*/

/*=======================================
全ページ共通利用CSS
=======================================*/

/* 段落設定 */
#PageContBox p {
	padding-bottom:10px;
	padding-top:5px;
	margin:0;
	font-size:small;
	line-height:1.35em;
}

/* ページの先頭に戻る */
.BackToTop {
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	font-size:x-small;
}

/* 画像リンク用ボーダー設定 */
img {border:0;}

/* 写真の外枠 */
.phBorder {border:1px solid #7C8089;}

