/* レイアウト */

#header {
	width:720px;
	height:104px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	left: 1px;
}

#header h1 { margin:0px; padding:0px; font-size:1px; }

#logo {
float:left;
width:372px;
height:67px;
margin:0;
padding:20px 0 0 0;
text-align:left;
background:url(../img/logo.gif) top left no-repeat;
}

#logo a {
display:block;
width:372px;
height:50px;
text-indent:-9000em;
margin:0px;
padding:0px;
outline:0;
color:#ffffff;
}

#container {
clear:both;
width:780px;
padding: 0;
margin:0 auto;
background:url(../img/bg_container.gif) top left repeat-y ;
}

#wrapper {
clear:both;
width:780px;
padding: 10px 0 0 0;
margin:0 auto;
background:url(../img/bg_wrapper.gif) top left no-repeat;
}

#side {
float:right;
width:209px;
padding:0 10px 0 0;
margin:0;
background-image:url(../img/bg_side.gif);
}

#contents {
float:left;
width:510px;
padding:0 0 0 10px;
margin:0;
}

#f_navi {
clear:both;
width:720px;
height:56px;
margin:0;
padding:20px 30px 0 30px;
background:url(../img/bg_fnavi.gif) bottom left no-repeat;
}

#f_navi_t {
width:720px;
height:56px;
margin:0;
padding:20px 30px 0 30px;
background:url(../img/bg_fnavi.gif) bottom left no-repeat;
}

#footer {
width:720px;
margin:0 auto;
padding: 0px 0px 0px 0px;
}


/* ナビゲーション */

#rnavi_st {
width:209px;
height:35px;
display:block;
margin:0;
padding:0;
font-size:1px;
text-indent:-9000em;
background:url(../img/st_rnavi.gif) top left no-repeat;
}

#rnavi_st_t {
width:209px;
height:35px;
display:block;
margin:0;
padding:0;
font-size:1px;
text-indent:-9000em;
background:url(../img/st_rnavi_t.gif) top left no-repeat;
}

#rnavi {
width:209px;
height:185px;
display:block;
margin:0;
padding:0;
background:url(../img/bg_rnavi.gif) top left no-repeat;
box-sizing : border-box;
-moz-box-sizing : border-box;
}

#rnavi ul {
width:199px;
height:180px;
display:block;
list-style: none;
padding:0 5px 5px 5px;
margin:0;
}

#rnavi ul li a {
width:199px;
height:45px;
display:block;
text-indent:-9000em;
padding:0;
margin:0;
text-decoration:none;
}

#rnavi ul li.select_01 a:hover,
#rnavi ul li.select_02 a:hover,
#rnavi ul li.select_03 a:hover,
#rnavi ul li.select_04 a:hover {
background:url(../img/bg_rnavi_m.gif) top center no-repeat;
}

#rnavi ul li.select_01 a:hover { background-position:0px 0px; }
#rnavi ul li.select_02 a:hover { background-position:0px -45px; }
#rnavi ul li.select_03 a:hover { background-position:0px -90px; }
#rnavi ul li.select_04 a:hover { background-position:0px -135px; }


/* コンテンツ部分 */

#wrap {
width:510px;
margin:0 0 0 20px;
}

.pageup {
width:510px;
font-size:11px;
text-align:right;
margin:10px 0 10px 0;
padding:10px 0 0 0;
background:#fff url(../img/line_01.gif) top left repeat-x;
}
