@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:#434343;
}

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

br {
   letter-spacing:normal;
}

p {
	line-height: 1.5em;
	}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

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

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

strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: normal;
}

/* ========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#icatch_sub {
	width:547px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cf1900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007bb2;
	margin-bottom: 10px;
}

div#contents {
	width:787px;
	background:#fff;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

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-color: #e5f5fd;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cf1900;
}


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

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

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

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

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

}
div#header #gnavi li {
   float:left;
   font-size:75%;/* 12px相当 */
   margin-left:15px;
}

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:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
/*
   width:195px; 目次アイテムが4個 
*/
   width:156px;/* 目次アイテムが6個なら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:#333;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

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

div#main h2 {
	margin-bottom:8px;
	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;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

div#main h3 {
	margin-bottom:3px;
	font-size:88%;
	margin-top: 2em;
}

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

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

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

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

div#main .imagebox {
	border: 1px dashed #75c5e9; /* 1.枠線 */
	background-color: #f1f1f1; /* 横幅 */
	float: right; /* 左に配置 */
	margin: 5px; /* 周囲の余白 */
}
div#main p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
div#main p.caption {
	font-size:10px;/* 10px相当 */
	color: #434343; /* 6.文字色 */
}

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

div#main dt {
	margin-bottom:3px;
	font-weight: bold;
	color: #5A5132;
	clear: right;
}

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:15px;
}

div#sub h2 {
	font-size:88%;/* 14px相当 */
	font-weight:bold;
	color:#fff;
	padding-left:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	background-image: url(images/bg_subh2.gif);
	padding-top: 18px;
	padding-right: 3px;
	padding-bottom: 3px;
}

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

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

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 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: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:30px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}
#top #contents #main table tr th {
	background-color: #eae9ea;
	font-size:75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
#top #contents #main table tr td {
	font-size:75%;/* 12px相当 */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8D8D8;
}
#top #contents #main blockquote {
	margin-left: 1em;
}

#counter {
	font-size: xx-small;
	text-align: right;
	width: 787px;
	margin-right: auto;
	margin-left: auto;
}













/* goShopSite */
	.goShopSite {
	margin-top: 15px;
	background-color: transparent;
	background-image: url(images/bg-go-site-arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	zoom: 1;
	}
	.goShopSite a {
		width: 100%;
		display: block;
		font-weight: bold;
	font-size:88%;/* 14px相当 */
		line-height: 20px;
		text-decoration: none;
/*
		background-color: transparent;
		background-image: url(images/bg-go-site.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
*/
	}
	.goShopSite a span {
	display: block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	background-image: url(images/bg-go-site.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	}
	.goShopSite a,
	.goShopSite a:visited,
	.goShopSite a:hover,
	.goShopSite a:active {
		color: #fff;
	}
	.goShopSite a strong {
		font-weight: bold;
		font-size: 138.5%;
		color: #fff;
		line-height: 28px;
	}
/*
	.goShopSite a:hover {
	background-position: -547px bottom;
	}
*/
	.goShopSite a:hover span {
		background-position: -547px top;
	}
	.goShopSite p {
		padding: 0 0 0 35px;
	}
