@charset "Shift_JIS";

html {
	min-width:720px;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}

/*--------------------- body --------------------*/
body {
	text-align: center;
	color: #705f49;/*基本文字カラー  グレー #444　こげ茶 #541　グリーン #393 */
	font: 75%/150% "ＭＳ ゴシック", "Osaka−等幅", monospace;
	background-color: #f6f6d7;
	background-image: url(../images/backgGradation.gif);
	background-repeat: repeat-x;
	background-position: center 0px;
	
	margin-left:1px;
	margin-right:1px;
}
body div {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}

/*--------------------- titleとmainを入れるcontainer --------------------*/
#container {
	width: 720px;
	margin-top: 0px;
	padding: 0px;
	background-color: #f6f6d7;
	background-image:url(../images/hederBackG.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

/*--------------------- title ナビゲーション--------------------*/
#title {
	width: 720px;
	height: 100px !important;
	height /**/:101px;
	text-align: left;
	float: left;
	margin-bottom: 1px;
	position: relative;
}
#Nav {
	position: absolute;
	top: 73px;
	left: 175px;
	width: 545px;
	height: 27px;
	list-style-type: none;
}
#Nav li {
	float: left;
}
#Nav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:27px;
	padding-top: 27px;
	background-image: url(../images/main_navi.jpg);
}
/*  背景画像の幅、位置
---------------------------------------------*/
	#nav01  { width: 142px; }
	#nav02  { width: 130px; }
	#nav03  { width: 130px; }
	#nav04  { width: 143px; }
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -142px  0; }
	#nav03 a { background-position: -272px 0; }
	#nav04 a { background-position: -402px 0; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -27px; }
	#nav02 a:hover { background-position: -142px  -27px; }
	#nav03 a:hover { background-position: -272px -27px; }
	#nav04 a:hover { background-position: -402px -27px; }
	

/*--------------------- main --------------------*/
#mainImage {
	margin-top: 0px !important;
	margin-top /**/: -1px;
	clear: left;
}
#main {
	float: left;
	margin-top: 2px !important;
	margin-top /**/: -11px;
	clear: left;
}
#main a:link    { color: #705f49; }/* main内のリンクカラー */
#main a:visited { color: #705f49; }
#main a:hover   { color: #15a; }
#main p{
	margin-bottom: 0.5em;
}
#main h1{
	font-size:1.0em;
	padding-bottom: 1.0px;
	margin-bottom:0.75em;
	font-weight: bold;
}
#main h2{
	font-size:1.0em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#mainBox {
	text-align: left;
	float: left;
	clear: left;
	margin-bottom: 1.5em;
	padding-left: 8px;
}
#mainBoxCenter {
	width: 704px !important;
	width /**/: 720px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	float: left;
	margin-bottom: 0.25em;
	margin-top: 12px;
}
#Box2retu {/* ２列ボックス */
	width: 479px;
	height:156px;
	text-align: left;
	float: left;
	background-image: url(../images/topPhotoBase.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	
}
#Box2retuPhoto {
	width: 230px!important;
	width /**/: 237px;
	float: left;
	margin-top: 3px;
	padding-left: 7px;
}
#Box2retuR {
	width: 228px!important;
	width /**/: 241px;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 7px;
	margin-top: 3px;
	border-left-width: 1px;
	border-left-style: dashed;
}

.mainLine {/* メインコンテンツ内ライン付きサブタイトル */
	background: url(../images/wcLine704.gif) no-repeat left bottom;
	margin-bottom: 3px;
	padding-bottom: 0px;
	clear: left;
}

/*--------------------- footer --------------------*/
#footer {
	width: 720px;
	height: auto;
	margin-top: 0px;
	clear: left;
	text-align:center;
	vertical-align: middle;
	background-color:#e9d8b6;
	background-image:url(../images/footerMark.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#b2a18b;
}
#footer p{
	padding-left: 60px;
	padding-right: 60px;
}

/*--------------------- その他 --------------------*/
.styleRed {
	color: #993333;
}
.styleHaikei {
	color: #000000;
	background: #dddddd;
}
.styleFutoji {
	font-weight: bold;
}

