@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}

/* ヘッダメニュー============== */
#menu{
	width:920px;
}
#menu .logo{
	float:left;
	list-style:none;
}
#menu .menu{
	float:right;
	padding-top:27px;
	/*padding-left:20px;*/
	list-style:none;
}
#menu .space{
	height:25px;
	margin:0;
	padding:0;
}
#menu ul{
	margin:0px;
	padding:0px;
	height:70px;
	width:920px;
	background-image:url(../images/header_back.gif);
	background-repeat:no-repeat;
}

/* フッタメニュー================ */
#footer{
	width:920px;
}
#footer img{
	margin-top:11px;
}
#footer .logo{
	float:left;	
	list-style:none;
}
#footer .menu{
	float:right;
	padding-left:15px;
	list-style:none;
}
#footer .space{
	clear:both;
	height:20px;
}
#footer ul{
	margin:0px;
	padding:0px;
	height:29px;
	width:920px;
	background-image:url(../images/footer_back.gif);
	background-repeat:no-repeat;
}

/*-- Pマーク入り --*/
#footerP{
	width:920px;
}
#footerP img{
	margin-top:5px;
}
#footerP img.btn{
	margin-top:15px;
}
#footerP .logo{
	float:left;	
	list-style:none;
	margin: 58px 0 0 0;
}
#footerP .menu{
	float:right;
	list-style:none;
	margin-top:8px;
	padding-bottom:5px;
}
#footerP .menu02{
	float:right;
	/*margin: 18px 0 0 0;*/
	margin: 75px 0 10px 0;
	padding:0 8px 0 8px;
	list-style:none;
	font-size:12px;
	background: url(../images/fot_arw01.gif) no-repeat;
}
#footerP .menu02 a{
	color: #162654;
}
#footerP .space{
	clear:both;
	height:20px;
}
#footerP ul{
	margin:0px;
	padding:0px;
	height:44px;
	width:920px;
	background-image:url(../images/footer_back.gif);
	background-repeat:no-repeat;
}
#footerP .text {
	clear: both;
	margin: 0;
	padding: 5px 0;
	font-size: 10px;
	text-align: right;
}

/* サイドメニュー--------------*/
#side {
	width:220px;
	margin:0;
	padding:0;
	float:left;
}
#side .sideMenu {
	margin-bottom:0px;
	text-align:left;
}
#side li{
	list-style:none;
}
#side ul{
	margin:0px;
	padding:0px;
}

#side .sideMenu01 {
	margin-top:30px;
	text-align:left;
}

