@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;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url("images/bg_body.gif") 0 0 repeat-x;
   border-top:5px solid #1d2f55;
}

br {
   letter-spacing:normal;
}

a {
   color:#0000ff;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#d2d0a2;
   border-bottom:5px solid #1d2f55;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:5px;
   font-size:200%;/* 32px相当 */
   color:#fff;
   line-height:10px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}

div#header #gnavi {
   float:left;
   font-size:100%;/* 11px相当 */
   margin-left:10px;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:90%;/* 11px相当 */
   margin-left:10px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:90%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#941104;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0000ff;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#5A5132;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("images/bg_h2.gif") 0 0 no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:88%;/* 14px相当 */
}

div#main h4 {
   margin:0 0 10px 0;
   padding:0;
   font-size:100%;
   color:#333;
   line-height:1.2;
   border-bottom:3px solid #823C34;
}


div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:2px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#9B0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:75%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:80%;/* 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:20px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}

#access dt {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #525252;
	border-left: 4px solid #844B28;
	margin: 0 0 15px 0;
	padding-left: 8px;
	letter-spacing: 1px;
}
#access dd {
	margin: 0 0 6px 12px;
}
#access2 {
	margin: 0 0 20px 12px;
}
.access {
	font-weight: bold;
	color: #666666;
	padding: 8px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #844B28;
}

#institut{
	margin: 0 0 0 24px;
	font-size: 12px;
}
.institut01 {
	width: 324px;
	float: left;
	margin: 0 14px 0 0;
   text-align:left;
}
.institut01 .catch01,
.institut02 .catch01 {
	margin: 0 0 10px 0;
}
.institut01 .catch02 img,
.institut02 .catch02 img {
	float: left;
	margin: 0 10px 0 0;
   text-align:left;
}
.institut01 .catch02 p,
.institut02 .catch02 p {
	width: 124px;
	float: left;
	margin: 0;
	padding: 0;
   text-align:left;
}
.institut02 {
	width: 324px;
	float: left;
   text-align:left;
}
.institut03 {
	height: 30px;
   text-align:left;
}
.institut04 {
	height: 50px;
   text-align:left;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

td#wht {
	background-image: url(images/bg_wht.gif);
	height: 28px;
	width: 25%;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
td#blue {
	background-image: url(images/bg_blue.gif);
	height: 28px;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
td#red {
	background-image: url(images/bg_red.gif);
	height: 28px;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
td#green {
	background-image: url(images/bg_green.gif);
	height: 28px;
	width: 25%;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
table#price {
	background-color: #666666;
	margin: 20px auto;
}
img#border {
	border: 1px solid #333333;
	margin-bottom: 6px;
}

.t1h16	{;font-size:12px;color:#484848;line-height:16px;font-family:'ＭＳ Ｐゴシック',sans-serif;}

div#spcv20 {
	width: 699px;
	height: 20px;
}

.privacy1 {
	font-weight: bold;
	color: #666666;
	padding-left: 24px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
}
.divPrivacy {
	width: 600px;
	margin-left: 25px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.privacy2 {
	padding-left: 1em;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.privacy3 {
	padding-left: 2em;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.privacy4 {
	padding-left: 2em;
	font-size: 12px;
	line-height: 16px;
	color: #ff0000;
}

.paddL60{
	padding-left:60px;}

.plantitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	font-family: "ＭＳ 明朝",serif;

