@charset "utf-8";
body {
	background-image : url("/img15/main_bgimage2.png");
	background-repeat : no-repeat;
	background-position : 50% 0px;
	background-attachment : fixed;
	margin : 0;
	padding: 0;
	border: 0;
/*	background-color: #ff3366;*/
	color: #333333;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	font-size : 16px;
	line-height : 1.5em;
	letter-spacing : 2px;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
}
h1{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
h2{
	width: 678px;
	height: 25px;
	line-height: 25px;
	padding: 15px 20px 5px 20px;
/*	background-color: #EEEEEE;*/
	border-radius: 5px 5px 0px 0px;
	border-right: solid 1px #b28850;
	border-bottom: solid 1px #b28850;
	color: #002e73;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;
	background-image: url("/img/bg_h2.jpg");
}
#p_title{
	height: 20px;
	line-height: 20px;
	padding: 15px 20px 5px 25px;
	font-size: 14px;
/*	background-image: url("/img/bg_q.jpg");
	background-repeat : no-repeat;*/
	border-bottom: solid 1px #7D0000;
	color: #00561F;
	margin-left: 15px;
}
#q{
	width: 645px;
	height: 20px;
	line-height: 20px;
	padding: 15px 20px 5px 25px;
	font-size: 14px;
	background-image: url("/img/bg_q.jpg");
	background-repeat : no-repeat;
	border-bottom: solid 1px #7D0000;
	color: #00561F;
	margin-top: 25px;
}
#a{
	width: 645px;
	line-height: 20px;
	padding: 15px 20px 5px 25px;
	font-size: 14px;
	background-image: url("/img/bg_a.jpg");
	background-repeat : no-repeat;
	color: #6A3906;
	margin-bottom: 50px;
}
td.resizeimage img{
	max-width:700px;
	height:auto !important;
}

/* ページトップへ戻る 
------------------------- */
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:900px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
/*	right: 100px;*/
	display: block;
	width: 66px;
	height:15px;
	margin-left:900px;
	padding:1em 0 1em 2px;
	background:#eb6100;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
	border-radius:3px 3px 0 0;
}
.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
	border:10px solid transparent;
}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #eb6100;
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* 矢印の色 */
}

/* =====================
	タブレット向け
======================= */
@media screen and (min-width: 480px) and (max-width: 959px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* ?^?u???b?g???܂ﾅ */ }

/* =====================
	スマホ向け
======================= */
@media screen and (max-width: 479px) {

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* ?X?}?z???܂ﾅ */ }

/* mouse over
------------------------- */
a:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

#header{
	width: 100%;
	background-image: url('/img/header_bg.jpg');
	background-repeat : repeat-x;
}
#menubox{
	width: 100%;
	background-color: #8C97CB;
}
#nav_menu{
	width: 1050px;
  position: relative;
}
#nav_menu li:last-child{
	width: 210px;
	margin: 0px;
}
#menu{
	float: left;
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 205px;
	height: 30px;
	background-color: #5f52a0;
	display: block;
	cursor: pointer;
/*	border-radius: 0px 0px 10px 10px;*/
}
#menu a{
	width:100%;
	height: 100%;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
}
#menu:hover{
	background-color: #b9c1ea;
	color: #00479d;
}
#menu a:hover{
	color: #00479d;
}
#contbox{
	width: 100%;
	background-image: url('/img/cont_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	padding: 10px 0px 10px 0px;
}
#box{
	width: 1050px;
	position: relative;
	background-color: #FFFFFF;
}
#leftcontents{
	float:left;
	position: relative;
	width:720px;
	margin: 10px 0px 10px 5px;
	text-align:left;
/*	background-color: #FFFFFF;*/
}
#contents{
	margin: 10px 20px 50px 20px;
/*	font-size: 14px;*/
}
#rightcontents{
	float:right;
	position: relative;
	width:300px;
	margin: 10px 5px 10px 0px;
	background-color: #FFFFFF;
}
#breadcrumb{
	width: 720px;
	margin: 10px 0px 10px 5px;
	text-align: right;
	font-size: 12px;
}
#breadcrumb a{
	font-size: 12px;
}
#breadcrumb a:hover{
	border-bottom: 1px solid;
}
#footer{
	width: 100%;
  float: left;
  min-width: 1050px;
	background-color: #555555;
	font-size: 12px;
	color: #FFFFFF;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	border-bottom: 1px solid;
}
#clear{
	clear: both;
}
ul{
  list-style-type: none;
  margin: 0px;
  padding: 0;
  text-align: center;
  display: block;
}
#header{
	background-color: #000000;
}
#tbl01{
	width: 95%;
	border-collapse: separate;
	margin: 15px;
}
#tbl01 a{
	text-decoration: underline;
}
#tbl01 tr th{
	border-top: solid 1px #CCCCCC;
	border-bottom: double 3px #CCCCCC;
	text-align: center;
	padding: 5px;
}
#tbl01 tr td{
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 5px
}
#tbl01 tr td:first-child{
	text-align: center;
}