/* --------------------------------------------------------
 contents
-
---------------------------------------------------------- */
* {
	margin: 0px; 
	padding: 0px;
}


body {
	background:#F2EFE8 url(../images/head-pagebk.jpg) repeat-x;
	text-align: left;
	line-height: 1.5em;
	color:#666;
	margin: 0;
	padding: 0;
}


#gnavi{
	widh:1200px;
	height:249px;
	padding-left:80px;
}

ul#globalnavi{
	margin: 0  auto;
	margin-top:20px;
	width:1100px;
}

ul#globalnavi li{
	float:left;
	display:inline;
}


#wrapper {
	width:1100px;
	margin: 0  auto;
	padding:0;
	position:relative;
}

p#news{
	position:absolute;
	top:300px;
	left:0;
}

p#tovoice{
	position:absolute;
	top: 25px;
	left:550px;
}

p#tokutei a{
	width:250px;
	position:absolute;
	top: 520px;
	left:512px;
	font-size:12px;
}
p#card{
	position:absolute;
	top:550px;
	left:511px;
}

p.m0{
	color:#CCC;
	font-size:12px;
}

#contents {
	float: left;
	display: inline;
	margin: 0  auto;
	width: 766px;
	padding-left:50px;
}

#contents-voice {
	float: left;
	display: inline;
	margin: 0  auto;
	width: 700px;
	padding-left:30px;
	background:#FFF;
}

#navigation {
	float: right;
	display: inline;
	width: 277px;
	height:900px;
}

div#map{
	margin-top:20px;
}



/* image */
.imgL { float:left; margin:20px 0 20px 20px; }
.imgR { float:right; margin-left:20px; }



.box_L {
	float: left;
	margin-left: 170px;
}
.box_L {
	margin-bottom: 25px;
	padding-bottom: 5px;
	margin-top:19px;
}
.box_inner {
	background: #FFF;
	padding: 10px;
	min-height: 330px;
}

		/* 大きいボックスで、ボックスの影を画像で制作したもの */
		.box_L {
			width: 560px;
			background: url(../images/box_footer_L.png) no-repeat bottom center;
		}




/* インフォメーション（お知らせ） */
.info {
	height: 338px;
	overflow: auto;
	font-size: small;
	width:500px;
	margin-left:20px;
}
		.info li a {
			color: #000;
			text-decoration: none;
		}

		.info li a span  {
			color: #FFF;
			background: #CC0000;
			padding: 0 5px;
			margin-right: 5px;
		}


/* --------------------------------------------------------
 footer
----------------------------------------------------------- */
#footer {
	background:url(../images/footer-bk.jpg) repeat-x;
	height:282px;
	width:100%;
	clear: both;
}

#footer {
	padding:70px 0 40px;
	text-align:center;
}
/* -----------------------------------------------------------
 clearfix
----------------------------------------------------------- */
.clearfix:after,
#contents:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .clearfix,
*:first-child+html #contents {
	min-height:1%;
}
* html .clearfix,
* html #contents {
	height:1%;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
