@charset "utf-8";
/* CSS Document */


/* 基本
----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

	
body {
	background: #fff url(../images/bkg.jpg) top center repeat-x;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: center;
	}
	

img {
	border: 0;
	}

/* wrapper
----------------------------------------------*/

#wrapper {
	width: 911px;
	margin: 0 auto;
	}

/* header
----------------------------------------------*/

#header {
	text-align: left;
	height: 130px;
	}
	

#HeaderLeft {
	width: 307px;
	float: left;
	}
	
#HeaderRight {
	width: 603px;
	float: right;
	text-align: right;
	height: 130px;
	}


#HeaderRight form {
	margin: 5px 0 7px 0;
	}
	
/* ナビゲーション
------------------------------------------*/

#MainNavi {
	margin: 0 0 4px 0;
	}

/* コンテンツ
------------------------------------------*/

#ContentsC {
	background-color: #EBE2D8;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	}

#ContentsC a:link {
	color:#0033aa;
	}

/*#ContentsC a:hover {
	background-color: #FFFF99;
	color:#ff00ff;
	}*/
	
#ContentsC a:visited {
	color: #880088;
	}

#ManArea {
	background: url(../images/man_bkg.gif) repeat-y top center;
	}

.PhotoBottomSpace {
	margin: 0 0 8px 0;
	}


/* 汎用のテーブル
------------------------------------------*/

.BasicTable {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	border: 1px solid #999999;
	}
	
.BasicTable th {
	border-collapse: collapse;
	padding: 5px;
	color: #454545;
	border: 1px solid #999999;
	background-color: #F3F3F3;
	}

.BasicTable td {
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #999999;
	}
	
/* フッター
------------------------------------------*/

#footer {
	font-size: 0.85em;
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	}

#FooterNavi {
	margin-top: 70px;
	margin-left: 20px;
	}

#FooterLeft {
	width: 718px;
	text-align: left;
	background:url(../images/footer_01.gif) right bottom no-repeat;
	float: left;
	height: 104px;
	}
	
#FooterRight {
	width: 192px;
	float: left;
	}