@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #017acd;
	text-decoration: none;
}
a:visited {
	color: #017acd;
	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: 940px;
	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;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
div#container {
	clear:right;
	width: 940px; /* ページの幅 */
	margin-top: 0;
	margin-right: auto; /* センタリング */
	margin-bottom: 5px;
	margin-left: auto; /* センタリング */
	text-align:left;
	background-color: #ffffff; /* メインカラムの背景色 */
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
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: 940px;
	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;
}
/*-----------------------------------------------
 __navigation
-----------------------------------------------*/
div#sidebar {
	clear: both;
	float: left;
	width: 180px; /* 左サイドバーの幅 */
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
}
/*-----------------------------------------------
 __main
-----------------------------------------------*/

div#main {
	float: right;
	width: 740px;
	overflow: hidden;
	margin-top: 15px;
}
div#maininner {
	width: 728px;
	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: 720px;
	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: 720px;
	margin: 0 auto;
	padding: 0;
	background: url(../../images/bg_body.gif) repeat-y left top;
}
#maininner .bottom {
	width: 720px;
	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: 700px;
	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_bg_pink.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
}
div#main h3 {
	width: 583px;
	line-height: 1.8em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-left: 20px;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FBECF9;
}
/*-----------------------------------------------
 __フッター
-----------------------------------------------*/
div#footer {
	margin-top: 5px;
	clear: both; /* フロートのクリア */
	width: 100%;
	background-color: #ffffff; /* フッタの背景色 */
}
div#footerInner {
	width: 930px;
	margin: auto;
	padding-top: 5px;
	border-top: #0099FF solid 1px;
	text-align: left;
	background-color: #ffffff; /* フッタの背景色 */
}
div#footerInner ul li {
	display: block;
	float: left;
	width: 50%;
}
div#footerInner ul li.date {
	display: block;
	float: left;
	width: 50%;
	text-align: right;
}
div#footerInner p {
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1em;
}
address {
	clear: left;
	height: 20px;
	color: #ffffff;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	background-color: #0033cc;
}
