﻿@charset "utf-8";
/*初期化*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
}
/*一般設定*/
body {
	font: 13px/120% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	background: #CFE5FA;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 0px 12px;
	color: #999999;
	height: 12px;
	line-height: 100%;
}
h2 {
	color: #000066;
	margin: 20px 0px 0px 10px;
	background: url(h2_bg.jpg) no-repeat;
	font-size: 14px;
	clear: right;
	display: block;
	padding: 6px 0px 0px 20px;
	height: 30px;
}
h3 {
	color: #000066;
	margin: 20px 0px 0px 10px;
	background: url(h2_bg.jpg) no-repeat;
	font-size: 14px;
	clear: right;
	display: block;
	padding: 6px 0px 0px 20px;
	height: 30px;
}
.fp18 {
	font-size: 18px;
	line-height: 120%;
}
.f18 {
	font-size: 18px;
	line-height: 120%;
}
.fp16 {
	font-size: 16px;
	line-height: 120%;
}
.f16 {
	font-size: 16px;
	line-height: 120%;
}
.fp14 {
	font-size: 14px;
	line-height: 120%;
}
.f14 {
	font-size: 14px;
	line-height: 120%;
}
.fp12 {
	font-size: 12px;
	line-height: 120%;
}
.f12 {
	font-size: 12px;
	line-height: 120%;
}
.fp10 {
	font-size: 10px;
	line-height: 120%;
}
.f10 {
	font-size: 10px;
	line-height: 120%;
}
#wrapper {
	width:864px;
	margin:0px auto;
	text-align:left;
	background: #FFFFFF url(bg.jpg) repeat-y center;
}
#container {
	width:850px;
	margin:0px auto;
	text-align:left;
	background: #CFE5FA;
}
/*ナビゲーションメニュー*/
#navigation-block {
	float: left;
	width: 210px;
	background: #FFFFFF url(nav_shadow.jpg) no-repeat;
}
ul {
	list-style: none;
}
#menu {
	width: 190px;
	margin:  20px 5px 30px;
}
#menu li a {
	height: 22px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #006699;
	display: block;
	background: url(menu_01.jpg);
	margin: 0px;
	padding: 9px 0px 0px 23px;
}
#menu li a:hover, #menu li #current {
	color: #000066;
	background: url(menu_01.jpg) 0 -32px;
	padding: 9px 0 0 23px;
}
#menu li a:active {
	color: #000066;
	background: url(menu_01.jpg) 0 -64px;
	padding: 9px 0 0 23px;
}
.contactbtn {
	width:200px;
	height:90px;
	background:url(contact_btn_o.jpg) no-repeat center bottom;
	margin-top: 15px;
}
.contactbtn a {
	display:block;
	width:200px;
	height:90px;
}
.contactbtn a:hover {
	text-indent:-9999px;
}
/*右カラム*/
#main {
	margin-left: 210px;
}
/*フッター*/
.contactlongbtn {
	width:404px;
	height:59px;
	background:url(contact_long_btn_o.jpg) no-repeat center bottom;
}
.contactlongbtn a {
	display:block;
	width:404px;
	height:59px;
}
.contactlongbtn a:hover {
	text-indent:-9999px;
}
#footer {
	width:864px;
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	background: url(footer_bg.jpg) no-repeat;
	clear: both;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 140%;
	padding-bottom: 20px;
}
/*テーブル*/
table#table-01 {
	width: 560px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #FFFFFF;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	width: 140px;
}
table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	background: #FFFFFF;
}
/*リンク設定*/
a:link {
	color:#0000FF;
	text-decoration: underline;
}
a:active {
	color:#009900;
	text-decoration: none;
}
a:hover {
	color:#009900;
	text-decoration: none;
}
a:visited {
	color:#000088;
	text-decoration: underline;
}
a:visited:hover {
	color:#009900;
	text-decoration: none;
}
/*コンテンツ文章用（プロポーショナル）*/
.contentsp {
	font: 13px/140% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 20px 0px 30px;
	display: block;
}
/*コンテンツ文章用（等幅）*/
.contents {
	font: 13px/140% "ＭＳ ゴシック", "Osaka－等幅";
	padding: 0px 20px 0px 30px;
	display: block;
}
/*その他個別設定*/

hr {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #666666;
	height: 1px;
}
strong {
	color: #666666;
}
blockquote {
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	border-top: 1px solid #40A9E0;
	border-right: 1px solid #40A9E0;
	border-bottom: 1px solid #40A9E0;
	border-left: 6px solid #40A9E0;
	clear: right;
}
.pagetop {
	font-size: 10px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align: right;
}
.undermenu {
	text-align: right;
	display: block;
	margin: 20px 5px 0px 0px;
	font-size: 11px;
}
img.sample {
	float: left;
	margin-right: 20px;
}
.blue {
	color: #0033FF;
}
#cu3er-container {
	width:620px;
	outline:0;
	height: 180px;
}
.news {
	font: 13px/140% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	line-height: 150%;
	color: #666666;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40A9E0;
	border-right-color: #40A9E0;
	border-bottom-color: #40A9E0;
	border-left-color: #40A9E0;
}
.contentsnews {
	margin: 10px;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
}
.contentsnews p {
	margin: 2em;
}
.contentsnews blockquote {
	background-color:#F8F8F8;
	border-top: 1px solid #40A9E0;
	border-right: 1px solid #40A9E0;
	border-bottom: 1px solid #40A9E0;
	border-left: 6px solid #40A9E0;
	clear: right;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding: 10px;
}
