@charset "UTF-8";
/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
}
body {
	line-height:1.6;
	letter-spacing:1px;
	background:url("images/bg.gif") 0 0 repeat;
}
br {
	letter-spacing:normal;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#0172AB;
}
img {
	border:0;
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
/* ========TEMPLATE LAYOUT======== */
div#top {
	width:880px;
	padding:0 10px 0 10px;
	margin:0 auto;
	background-color:#ffffff;
}
div#wrapper {
	width:880px;
}
div#header {
	padding:0 10px;
}
div#pr {
	position:absolute;
	width:460px;
	left:300px;
	top:10px;
}
div#menuWrapper {
	float:left;
}
div#menu {
	float:left;
	margin-left:10px;
}
div#contents {
	clear:both;
	margin:0 5px;
	padding:10px 10px 0 10px;
}
div#main {
	float:left;
	width:610px;
	padding-top:10px;
}
div#sub {
	float:right;
	width:220px;
	padding-top:3px;
}
div#totop {
	clear:both;
}
div#footer {
	clear:both;
	margin:0 10px;
	background:#185cd6 url("images/bg_footer_left.gif") 0 0 no-repeat;
}
/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	font-size:10px;
	color:#000;
	font-weight:normal;
}
div#header h1 a {
	color:#333;
}
div#header h1 a:hover {
	color:#666;
}
div#header #pr p {
	margin:0;
	font-size:82%;/* 13px相当 */
}
/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin:0;
	padding:0;
}
div#menu li {
	float:left;
	font-size:16px;
	color:#333;
	text-align:center;
	font-weight:bold;
	list-style-type:none;
}
div#menu li a {
	display:block;
	width:172px;
	line-height:50px;
	color:#000;
	background:#185cd6 url("images/navi.gif") 0 0 repeat;
}
div#menu li a:hover {
	color:#fff;
	background:#185cd6 url("images/navi_ov.gif") 0 0 repeat;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0172AB;
}
div#main a:hover {
	color:#0172AB;
	border:0;
	text-decoration:underline;
}
div#main h2 {
	margin-bottom:8px;
	font-size:16px;/* 15px相当 */
	font-weight:bold;
	line-height:2em;
	background:url("images/bg_main_h2.gif") 0 0 no-repeat;
	padding-left:12px;
}
div#main h3 {
	margin-bottom:3px;
	font-size:82%;/* 13px相当 */
}
div#sub .section h3 {
	border-bottom: dotted #cccccc 1px;
}
div#main h4 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}
div#main h5 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}
div#main h6 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}
div#main p {
	margin:0 0 1em 0;
	font-size:82%;/* 13px相当 */
}
div#main div.section {
	margin-bottom:30px;
}
div#main ul, ol, dl {
	font-size:14px;
}
div#main dt {
	margin-bottom:3px;
}
div#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}
/* INFORMATION CUSTOMIZE */
div#main dl.information {
	margin:0;
}
div#main dl.information dt {
	float:left;
	padding-right:10px;
}
div#main dl.information dd {
	margin:0 0 5px 0;
	padding: 0px 0px 5px 9em;
	background:url("images/bg_dotline.gif") 0 100% repeat-x;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub div.section {
	margin-bottom:10px;
	font-size:12px;
}
div#sub h2 {
	padding:3px;
	font-size:14px;/* 14px相当 */
	font-weight:bold;
	color:#fff;
	border:1px solid #426D9C;
	background:url("images/bg_sub_h2.gif") 0 50% no-repeat;
}
div#sub ul {
	margin:5px 0 0 5px;
	padding:0;
}
div#sitemap li {
	margin-top:30px;
	padding:5px 0 5px 0;
	line-height:1.4;
	list-style:none;
	background:url("images/bg_dotline.gif") 0 100% repeat-x;
}
div#sitemap li a {
	display:block;
	padding-left:14px;
	background:url("images/bg_sub_list.gif") 0 5px no-repeat;
}
/* ========TOTOP CUSTOMIZE========= */
div#totop {
	margin:10px 0;
	text-align:right;
	font-size:75%;/* 12px相当 */
}
div#totop a {
	padding-left:8px;
	background:url("images/bg_totop.gif") 0 50% no-repeat;
}
/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:right;
	background:url("images/bg_dotline.gif") 0 0 repeat-x;
}
div#footMenu li {
	display:inline;
	margin:0 0 0 10px;
	font-size:75%;/* 12px相当 */
	list-style:none;
}
div#footMenu li a {
	padding-left:10px;
	background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}
/* ========FOOTER CUSTOMIZE======== */
address {
	padding:10px 0;
	font-style:normal;
	font-size:75%;/* 12px相当 */
	color:#fff;
	text-align:center;
	background:url("images/bg_footer_right.gif") 100% 0 no-repeat;
}
div.section .table01 {
	line-height:2em;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
div.section .table02 {
	line-height:2.5em;
	border-collapse: collapse;
	border-spacing: 0;
	width:610px;
}
div.section td.pr_px20 {
	padding-right:20px;
}
div.section td.pl_px20 {
	padding-left:20px;
}
div.section td.td01 {
	background-color:#E7E6FF;
}
div.section td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
div.section td.td_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.clr {
	clear:both;
}
.point01 {
	font-size:22px;
	color:#005bac;
}
.mt_px50 {
	margin-top:50px;
}
.box01 {
	padding: 10px;
	background-color:#ebebeb;
	margin-bottom:10px;
}
.box02 {
	border:1px dotted #ccc;
	padding:10px;
	margin-bottom:10px;
}
.font-red {
	color:#ff0000;
}
.bn01 {
	margin-top:10px;
}
table.table03 {
	border:none;
	margin-bottom:20px;
}
table.table03 td {
	border:none;
}
.ac_title {
	border-bottom: dotted 1px #0000ff;
	margin-bottom:5px;
	background-color: #e9f0fc;
	font-weight:bold;
	font-size:13px;
	padding-left:5px;
}
#table002 {
	font-size: 0.7em;
	margin-top: 10px;
	margin-bottom: 15px;
}
#td002 {
	padding-left: 10px;
}
.px11 {
	font-size: 11px;
}
.twtr-tweet-text {
	font-size:16px;
}
.twtr-ft{
	display:none;
}
.twtr-hd {
	display:none;
}
.twtr-reply{
	display:none;
}
.activebox {
	background-color :#FFEBCD;
	padding: 10px;
	font-size:14px;
}
a.twtr-fav {
	display:none;
}
a.twtr-rt {
	display:none;
}
