@charset "UTF-8";

/*共通レイアウト
for Force inheritance
LastUpdate:20070926

Table of Contets------------------------------------------------------------------------

	1.初期設定
	2.タグ設定
	3.レイアウト設定

			#page
				#header
				#nav
				#pagebody
					#sidebar
					#content
				#footer

	4.プラウザ互換

----------------------------------------------------------------------------------------
*/

/* format= 初期設定
##################################################################################### */

/* page format */

html{
}

body {
   background-color: #fff;
   color:#333;
   line-height: 1.5;
	 background:url(../img/bg.gif) repeat top left;
	_text-align:center;
}


/* page format */


h1,h2,h3,h4,h5,h6 { line-height:1.6; }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
dl dt dd{ margin:0; padding:0;}
a img,img { border:0;	vertical-align:bottom;}

/* link format */

a:link {
  color : silver;
   text-decoration:none;
}
a:visited {
  color : silver;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
  color : silver;
}

table{
   width:100%;
   border-spacing:2px;
   margin:1.5em 0;
}

table th, table td{ padding:0.3em 0.75em ;
}


/* tag=一般タグ
/* ##################################################################################### */


h1{
	text-align:right;
	padding:0;
	margin:0 3px 5px 0;
}

h2{
	font-size:0.8em;
	padding:0px 10px 1px;
	text-align:left;
}

ul{
	font-size:0.8em;
}

p{
	font-size:0.7em;
	margin:0;
	padding:0 10px;
	text-align:left
}

/* layout=レイアウト */
/* ##################################################################################### */

#page{
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	height:150px;
	margin:-180px 0 0 -250px;
	text-align:center;
}

p.imgLeft{
	float:left;
	margin:0;
	padding:0 0.8em 0 11px;
}

div.contents{
	height:150px;
	min-height:150px;
	max-height:450px;
	background:#ccc;
		position:relative;
}

div.content{
	margin:0;
	padding:1em 0 0 0;
}
div.map{
position:absolute;
bottom:0;
right:0;
}

p.textright{
	line-height:120%;
	text-align:right;
	margin:8px 0 0;
	padding:0;
}

