@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #017acd;
	text-decoration: underline;
}
body {
	line-height: 1.6;
	color: #333;
	font-family: Arial, verdana, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #fff;
}
img {
	margin: 0;
	border-style: none;
}
ul li {
	list-style-type: none;
}
/* ヘッダーの上 */
div#header_up {
	width: 100%;
	height: 35px;
	margin: auto;
	color: #FF33CC;
	background-color: #ffffff;
	background-image: url(../../images/headup_bg.gif);
	background-repeat: repeat-x;
}
div#header_upInner {
	width: 890px;
	height: 32px;
	margin: 0 auto;
	border-bottom: #999 solid 1px;
	background-color: #ffffff;
	background-image: url(../../images/headup_bg.gif);
	background-repeat: repeat-x;
}
div#header_upInner ul {
	float: right;
	margin: 0;
	padding: 0;
}
div#header_upInner ul li {
	display: inline;
	float: left;
	height: 25px;
	margin-top: 8px;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
 background-color:;
	background-image: url(../../images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
/* 全体 */
div#container {
	clear:right;
	width: 890px; /* ページの幅 */
	margin-top: 0;
	margin-right: auto; /* センタリング */
	margin-bottom: 5px;
	margin-left: auto; /* センタリング */
	text-align:left;
	background-color: #ffffff; /* メインカラムの背景色 */
}
/* ヘッダー */
div#header {
	width: 100%;
	height: 60px;
	margin: 0;
	border-bottom: #999 1PX solid;
	background-color: #ffffff;
	background-image: url(../../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div#logo {
	width: 890px;
	margin: auto;
	text-align: left;
}
div#logo_title {
	float: left;
	width: 400px;
}
div#logo_title h1 {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
div#header_nav {
	float: right;
	width: 440px;
}
div#logo p {
	margin: 0;
	color: #ffffff;
}
/* ナビゲーション */
div#sidebar {
	float: left;
	width: 180px; /* 左サイドバーの幅 */
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
}
/* メインコンテンツ */

div#main {
	float: right;
	width: 690px;
}
div#maininner {
	width: 670px;
	margin: 0 auto;
	padding-left: 10px;
	background-color: #fff;
}
/* パンくずリスト */
div#bread {
	width: 100%;
	height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#bread a:link {
	color: #017acd;
	text-decoration: none;
}
div#bread a:visited {
	color: #017acd;
	text-decoration: none;
}
div#bread a:hover {
	color: #017acd;
	text-decoration: underline;
}
#maininner .top {
	width: 670px;
	height: 13px;
	line-height: 1px;
	margin: 0 auto;
	padding: 0;
	font-size: 1px;
	background: url(../../images/bg_top.gif) no-repeat left top;
}
#maininner .middle {
	width: 670px;
	margin: 0 auto;
	padding: 0;
	background: url(../../images/bg_body.gif) repeat-y left top;
}
#maininner .bottom {
	width: 670px;
	height: 20px;
	height: 20px;
	line-height: 1px;
	margin: 0 auto;
	padding: 0px;
	font-size: 1px;
	background: url(../../images/bg_bottom.gif) no-repeat left bottom;
}
div#main div.honbun {
	width: 650px;
	padding: 6px 10px;
}
div#maininner .middle .honbun h2 {
	line-height: 40px;
	vertical-align: middle;
	margin: 0px;
	padding-left: 55px;
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
	background-color: #ffffff;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
}
div#main h3 {
	width: 579px;
	line-height: 1.8em;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 16px;
	padding-left: 20px;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #00cccc;
}
/* フッター */
div#footer {
	clear: both; /* フロートのクリア */
	width: 100%;
	margin-top: 5px;
	background-color: #ffffff; /* フッタの背景色 */
}
div#footerInner {
	width: 890px;
	margin: auto;
	padding-top: 5px;
	border-top: #0099FF solid 1px;
	text-align: left;
	background-color: #ffffff; /* フッタの背景色 */
}
address {
	height: 20px;
	color: #ffffff;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	background-color: #0033CC;
}

