@charset "UTF-8";

/***********************************************************************************
  全般
***********************************************************************************/

* {
	margin: 0;
	padding: 0;
	color: #727581;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 160%;
	font-family: "Verdana", "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	list-style-type: none;
	list-style-position: outside;
}

a:link {
	color: #02407a;
}

a:visited {
	color: #02407a;
}

a:hover {
	color: #7f7f7f;
}

a:active {
	color: #7f7f7f;
}

a img {
	border: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

table {
	border-collapse: collapse;
}

.clear {
	height: 0px;
	_height: 1px;
	overflow: hidden;
	clear: both;
}

label {
	cursor: pointer;
}

body {
	padding: 20px 20px 25px 20px;
	text-align: center;
	background-color: #d9d9d9;
}

#wrapper {
	width: 806px;
	margin: 0 auto 0 auto;
	background: url(../img/bg.gif) repeat-y center;
}

.content {
	width: 720px;
	margin: 0 auto 0 auto;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

#header {
	background: url(../img/bg_top.gif) no-repeat top;
}

#header h1 {
	padding: 20px 0 0 0;
	color: #7f7f7f;
	font-size: 10px;
	text-align: left;
}

#header .left {
	width: 568px;
	height: 72px;
	position: relative;
	float: left;
}

#header .right {
	width: 150px;
	height: 50px;
	position: relative;
	border-left: 1px #7f7f7f solid;
	float: right;
}

#header .left *, #header .right * {
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	position: absolute;
}

#header .left a {
	width: 165px;
	height: 45px;
	top: 20px;
	left: 0px;
	background: url(../img/title.jpg) no-repeat;
}

#header .left a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .left p {
	width: 160px;
	left: 400px;
	background: no-repeat left top;
}

#header .left p.text1 {
	height: 10px;
	background-image: url(../img/header_text1.gif);
	top: 1px;
}

#header .left p.text2 {
	height: 15px;
	background-image: url(../img/header_text2.gif);
	top: 18px;
}

#header .left p.text3 {
	height: 11px;
	background-image: url(../img/header_text3.gif);
	top: 40px;
}

#header .right * {
	width: 130px;
	background: no-repeat top;
	right: 0px;
}

#header .right a {
	height: 32px;
	background-image: url(../img/header_btn.jpg);
	top: 0px;
}

#header .right a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .right p {
	height: 10px;
	background-image: url(../img/header_email.gif);
	bottom: 3px;
}

#header .menu {
	height: 43px;
	position: relative;
}

#header .menu a {
	width: 181px;
	height: 43px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: no-repeat top;
	position: absolute;
	top: 0px;
}

#header .menu a:hover {
	background-position: bottom;
	z-index: 1;
}

#header .menu a.menu1 {
	width: 180px;
	background-image: url(../img/menu1.jpg);
	left: 0px;
}

#header .menu a.menu2 {
	background-image: url(../img/menu2.jpg);
	left: 179px;
}

#header .menu a.menu3 {
	background-image: url(../img/menu3.jpg);
	left: 359px;
}

#header .menu a.menu4 {
	background-image: url(../img/menu4.jpg);
	left: 539px;
}

/***********************************************************************************
  ナビゲーション
***********************************************************************************/

#navi {
	width: 798px;
	margin: 0 auto 0 auto;
	border-top: 4px #1d4f74 solid;
}

#navi p {
	padding: 7px 0 50px 25px;
	text-align: left;
	background: url(../img/icon.gif) no-repeat 0px 10px;
}

#navi p * {
	font-size: 13px;
	color: #1d4f74;
}

#navi p a, #navi p strong, #navi p span {
	padding: 0 0 0 30px;
	background: url(../img/arrow.gif) no-repeat 11px 4px;
}

#navi p .home {
	padding: 0 0 0 0;
	background-image: none;
}

#navi p strong {
	font-weight: bold;
}


/***********************************************************************************
  コンテンツ
***********************************************************************************/

#body {
	width: 543px;
	padding: 0 0 40px 0;
	text-align: left;
	float: right;
}

#body h2 {
	height: 20px;
	margin: 0 0 30px 0;
	padding: 1px 0 3px 0;
	color: #1d4f74;
	border-bottom: 3px #1d4f74 solid;
	font-weight: bold;
	line-height: 100%;
	overflow: hidden;
	background: no-repeat left top;
}

#body h3 {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px #b8bac0 solid;
}

#body h3 span {
	font-size: 11px;
	display: block;
}


/***********************************************************************************
  左サイド
***********************************************************************************/

#left {
	width: 160px;
	padding: 0 0 40px 0;
	text-align: left;
	float: left;
}

#left .banner img {
	margin: 0 0 5px 0;
	border: 1px #929292 solid;
}

#left .ad {
	padding: 30px 0 0 0;
}

/***********************************************************************************
  アドセンス
***********************************************************************************/

#adsense {
	width: 504px;
	margin: 0 auto 30px auto;
}

#adsense p {
}

#adsense a {
}


/***********************************************************************************
  フッターリンク
***********************************************************************************/

#flink {
	width: 798px;
	margin: 0 auto 0 auto;
	border-top: 1px #cbcbcb solid;
}

#flink p {
	padding: 5px 35px 0 0;
	text-align: right;
	font-size: 11px;
}

#flink a {
	font-size: 11px;
	color: #727581;
}

/***********************************************************************************
  フッター
***********************************************************************************/

#footer {
	background: url(../img/bg_bottom.gif) no-repeat bottom;
}

#footer p {
	padding: 35px 0 35px 0;
	font-size: 9px;
	font-style: italic;
	color: #888888;
}

#copyright {
	width: 806px;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	font-size: 9px;
	color: #888888;
	font-family: Verdana, Times, serif;
	font-weight: bold;
}


