@charset "shift_jis";

/* common
----------------------------------------------------*/

#header p,
#header ul,
#header li,
#footer p,
#footer ul,
#footer li,
#footer address {
	margin:0;
	padding:0;
	color:#333;
	line-height:1.2;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, Verdana, Arial, Helvetica, sans-serif;
}

#header li,
#footer li {
	list-style:none;
}

/* header
----------------------------------------------------*/

#header {
	width:748px;
	border-top:solid 4px #000066;
	padding:0 0 5px;
	background:#FFF;
}

#header:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

* html #header,
* html #footer {
	display: inline-block;
}

/* no ie mac \*/
* html #header,
* html #footer {
	height:1%;
}

#header,
#footer {
	display:block;
	position:relative;
}

/* */


#header li.home {
	background:url(../img/icon_home.gif) no-repeat left 0.1em;
	padding:0 0 0 17px;
}

#header p {
	float:left;
	display:inline;
	margin:3px 0 0 10px;
	font-size:16px;
	font-weight:bold;
}

#header p img {
	margin:0 0 3px;
}

#header ul {
	margin:10px 0 0;
	padding:0 13px 0 0;
	float:right;
}

#header li {
	list-style:none;
	float:left;
	margin:0 0 0 18px;
	padding:0 0 0 10px;
	font-size:10px;
	display:inline;
	background:url(../img/icon_arrow.gif) no-repeat left 0.1em;
}

#header li a {
	color:#333;
}

/* footer
----------------------------------------------------*/

#footer {
	width:750px;
	background:#000066;
	padding:0 0 8px;
}

#footer address {
	color:#FFF;
	font-style:normal;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding:36px 0 0;
}

#footer address {
	float:left;
	display:inline;
	margin:0 0 0 15px;
}

#footer ul {
	float:right;
	padding:14px 10px 0 0;
}

#footer li {
	float:left;
	margin:0 6px 0 0;
}

#header a img,
#footer a img {
	border:none;
}

