@charset "utf-8";

/* --- common --- */

* {
	padding: 0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka;
}
img{
	border: 0;
}
body{
	background-color: #FFFFFF;
	background-image:url(../images/bg01.gif);
	background-repeat: repeat-x;
	color: #555555;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.wrapper01{
	background-image:url(../images/bg03.gif);
	background-repeat: repeat-y;
	width: 802px;
	margin: 0 auto;
}


/* --- header01 --- */

.header01{
	height: 24px;
	background-image:url(../images/bg02.gif);
	background-repeat: repeat-y;
}
.header01 h2{
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px 0px 10px;
}

/* --- header02 --- */

.header02{
	margin: 0 5px;
	background-color: #FAFAFA;
}
.header02 h1{
	float:left;
	display:block;
	width: 160px;
	background-color: #FAFAFA;
}
.header03{
	float:left;
	width:632px;
	height:44px;
	text-align: right;
	background-color: #FAFAFA;
}
.header03 img{
	vertical-align:bottom;
	margin-right:15px;
}
.header03 ul{
	margin-top: 10px;
	list-style: none;
}
.header03 li{
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-align: left;
	background-image:url(../images/arrow01.gif);
	background-repeat:no-repeat;
	padding: 0px 15px 0px 13px;
	float:right;
}
.header03 a{
	color: #333333;
}

/* footer */

#footer{
	margin: 0px 14px;
	border-top: solid 1px #CACACA;
}
#footer .leftimg{
	float:left;
	width: 549px;
}
#footer .leftimg img{
	display:block;
	margin-top: 8px;	
}
#footer .rightimg{
	float:right;
	width: 64px;
}
#footer .rightimg img{
	display:block;
	margin: 8px 8px 8px -10px;	
}

/* footermenu */
#footermenu{
	background-color:#EBEBEB;
	text-align: center;
}
#footermenu p{
	display:block;
	width: 802px;
	font-size: 12px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/bg05.gif);
	background-repeat: repeat-y;
}
#footermenu a{
	color:#555555;	
}

/* copyright */

#copyright{
	background-color:#0059A9;
	color:#FFFFFF;
	text-align: center;
}
#copyright p{
	display:block;
	width: 802px;
	font-size: 12px;
	line-height: 13px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/bg06.gif);
	background-repeat: repeat-y;
}

