@charset "UTF-8";

@import "../../common/css/default.css";


/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

#header{
	height: 80px;
}
h2{
	font-size: 70%;
	font-weight: bold;
	position: absolute;
	left: 155px;
	top: 47px;
	*font-size: 50%;
	*top: 52px;
}
p.logo{
	position: absolute;
	left: 27px;
	top: 20px;
}
p.btn{
	position: absolute;
	right: 15px;
	top: 50px;
}


/*----------------------------------------------------------
コンテンツ
----------------------------------------------------------*/

#box1{
	margin-bottom: 25px;
}

#box1 dl{
	background-image: url(../img/list_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
	font-size: 80%;
	margin-bottom: 10px;
	*overflow: auto;
}


#box1 dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#box1 dl {display: inline-table;}

/* Hides from IE-mac \*/
* html #box1 dl {height: 1%;}
#box1 dl {display: block;}
/* End hide from IE-mac */



#box1 dt{
	float: left;
	width: 127px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	font-weight: bold;
	color: #414141;
}
#box1 dd{
	float: left;
	width: 470px;
}
#box1 a{
	color: #F10000;
}
#box1 a:hover{
	text-decoration: none;
}

iframe{
	padding: 3px;
	margin-bottom: 10px;
	height: 304px;
	width: 634px;
	background-color: #F1F0F0;
}
#box3{
margin-bottom: 30px;
*overflow: auto;
}
#box3 p{
	float: right;
	background-image: url(../img/mapicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 80%;
}
