@charset "utf-8";

/*　ヘッダー

-----------------------------------------------------------------------*/
#header {
	width: 720px;
	height: 100px;
}
#header h1 {
	float: left;
	width: 166px;
	margin-top: 65px;
	margin-left: 10px;
	display: inline;
}
#header #navi {
	float: right;
	width: 353px;
	height: 60px;
	margin-top: 35px;
	display: inline;
	margin-right: 10px;
}
#header #navi ul {
	list-style-type: none;
}
#header #navi li {
	float:left;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 70px;
}
#header #navi li a {
	text-decoration: none;
	display: block;
	height: 60px;
	width: 70px;
}
#header #navi li#navi01 {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
}
#header #navi li#navi01 a{
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #navi li#navi01 a:hover {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
}
#header #navi li#navi02 {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px -56px;
}
#header #navi li#navi02 a{
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}
#header #navi li#navi02 a:hover {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px -56px;
}
#header #navi li#navi03 {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px -56px;
}
#header #navi li#navi03 a{
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
#header #navi li#navi03 a:hover {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px -56px;
}
#header #navi li#navi04 {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px -56px;
}
#header #navi li#navi04 a{
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px 0px;
}
#header #navi li#navi04 a:hover {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px -56px;
}
#header #navi li#navi05 {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px -56px;
}
#header #navi li#navi05 a{
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}
#header #navi li#navi05 a:hover {
	background-image:url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px -56px;
}


/*　フッター

-----------------------------------------------------------------------*/
#footer {
	background-color: #131313;
	width: 720px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB008A;
	clear: both;
}
#footer #ustyle {
	width: 600px;
	color: #E5E5E5;
	float: left;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	display:inline;
}
#footer #qr {
	float: right;
	padding-top: 12px;
	width: 70px;
	padding-right: 8px;
	display: inline;
}
#footer #footerbody {
	background-color: #3E3E3E;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../images/footer_kakumaru_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
#footer .copyright {
	width: 710px;
	text-align: right;
	padding-right: 10px;
	color: #E8E8E8;
	padding-bottom: 10px;
}

#footer ul {
	list-style-type: none;
	line-height: 1.45;
}
* html #footer ul {
	line-height: 1.7;
	margin-top: 1px;
}
#footer .copyright address {
	font-style: normal;
}
#footer #footerbody #ustyle .imode {
	background-image: url(../images/footer_imode.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
#footer #footerbody #ustyle .ezweb {
	background-image: url(../images/footer_ez.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 35px;
}
#footer #footerbody #ustyle .softbank {
	background-image: url(../images/footer_softbank.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 49px;
}
#footer #footerbody .kakumaru-bottom {
	clear: both;
	background-image: url(../images/footer_kakumaru_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 6px;
	width: 700px;
}
