
/***********************************************************
*
* 共通
*
***********************************************************/
.inner {
	padding:10px;
	width:940px;
	margin:0 auto;
}

.btn_detail {
	width:104px;
	height:25px;
}
.btn_detail a {
	width:100%;
	height:100%;
	background:url('../images/btn_detail.gif') no-repeat 0 0;
	text-indent:-999em;
	display:block;
}
.btn_detail a:hover {
	background-position:0 -25px;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}
img.f_left {
	margin-right:5px;
	margin-bottom:5px;
}
img.f_right {
	margin-left:5px;
	margin-bottom:5px;
}

/***********************************************************
*
* ヘッダ
*
***********************************************************/
#header {
	border-top:5px solid #7ecef4;
}
#header .inner {
	padding-top:0;
	padding-bottom:5px;
}

h1 {
	width:205px;
	height:32px;
	text-indent:-999em;
	background:url('../images/header/logo.gif') no-repeat 0 0;
	float:left;
}
h1 a {
	width:100%;
	height:100%;
	display:block;
}

#header_desc {
	float:right;
	text-align:right;
}
#header_read {
	margin-top:0;
}
#header_address {
	margin-top:30px;
	margin-bottom:0;
}


/***********************************************************
*
* コンテンツ
*
***********************************************************/
h2 {
	margin:0 0 10px;
}

#container #menu {
	width:220px;
}
#container #menu ul {
	margin:0;
	padding:10px 0;
	width:200px;
	background-color:#005177;
}
#container #menu ul li {
	list-style-type:none;
	text-indent:-999em;
	width:200px;
	height:30px;
	margin:0;
}
#container #menu ul li a {
	width:100%;
	height:100%;
	display:block;
	background-color:#005177;
}
#container #menu ul li a:hover {
	background-position:0 -30px;
	background-color:#2489b8;
}

.left_menu #menu {
	float:left;
}
.right_menu #menu {
	float:right;
}
#menu_top {
	width:200px;
	height:10px;
	background:url('../images/menu_top.gif') no-repeat 0 0;
}
#menu_bottom {
	width:200px;
	height:10px;
	background:url('../images/menu_bottom.gif') no-repeat 0 0;
}

.left_menu #contents,
.right_menu #contenst {
	width:700px;
}
.left_menu #contents {
	float:right;
}
.right_menu #contents {
	float:left;
}


/***********************************************************
*
* フッタ
*
***********************************************************/
#footer {
	border-top:3px solid #4d4d4d;
}
#copyright {
	margin:0;
}
