@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","MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#31001D;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

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


/* ========LAYOUT======== */
div#top {
   width:757px;
   margin:0 auto;
   background:#fff;
}

div#header {
   width:757px;
   background:#fff;
}

div#menu {
   width:757px;
   margin-bottom:10px;
}

div#contents {
   clear:both;
   width:757px;
   /*background:url(images/bg_contents.gif) 567px 0px repeat-y;*/
   border-bottom:3px solid #535D57;
}

div#headImage {
   width:757px;
   margin-bottom:20px;
}

div#main {
   float:left;
   width:567px;
   margin-top:10px;
}

div#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

div#totop {
}

div#footer {
   position:relative;
   clear:both;
   width:757px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


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

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#535D57;
}

div#header a {
	color:#828282;
}

div#header a:hover {
	color:#2ECAF0
}

div#header p {
	color:#828282;
	float:right;
	margin-top:50px;
	font-size:80%;
	font-weight:bold;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#FFF;
}

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

div#menu li a {
   display:block;
   width:125px;
   margin-right:1px;
   padding:5px 0;
   color:#FFF;
	font-weight:bold;
   background:url(images/bg_menu_off.gif);
}

div#menu li a:hover {
   color:#fff;
   background:url(images/bg_menu_on.gif);
}

/* 回り込み解除 */
div#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#31001D;
}

div#main a:hover {
   color:#31001D;
   border:0;
   border-bottom:1px solid #31001D;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   border-bottom:3px solid #2ECAF0;
}

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

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 10px 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
   margin-right:10px;
   font-size:82%;/* 13px相当 */
}

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

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


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
   padding:3px;
	margin:10px 0 10px 0;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
	border-bottom:3px solid #2ECAF0;
   background:#31001D url(images/bg_sub_h2.gif) 0 0 repeat-x;
}

div#sub p {
	margin:0 5px 0 5px;
	font-size:80%
}

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

div#sub li {
   margin:0;
   padding-left:18px;
   font-size:82%;/* 13px相当 */
   line-height:1.8;
   background:#fff url(images/bg_list.gif) 0 5px no-repeat;
   list-style:none;
}

div#sub li a:hover {
   border-bottom:1px solid #31001D;
}

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

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

div#totop a:hover {
   border-bottom:1px solid #31001D;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#333;
}


/* ========SLIDE CUSTOMIZE======== */
.simpleSlide-slide div{
	width: 567px;
	height: 282px;
	position: relative;
}
.simpleSlide-window {
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.slideshow {
	position: relative;
	overflow: auto;
}
/*スライドボタンの装飾*/
.left-button {
	background-image:url("images/left-arrow.png");
	left:1px
}

.right-button {
	background-image:url("images/right-arrow.png");
	right:1px;
}

.left-button, .right-button {
	cursor:pointer;
	height:72px;
	position:absolute;
	width:50px;
	display: none;
	z-index: 9999;
	top:50%;
	margin-top: -36px;
}
/*スライド内の装飾*/
.slide_headline {
	color:#333;
	font-size:46px;
	font-weight:bold;
	letter-spacing:-0.04em;
	top: 20px;
	left: 20px;
	position: absolute;
}
.body_headline {
	color:#FCF4F4;
	font-size:46px;
	font-weight:bold;
	letter-spacing:-0.04em;
}
.slide_number {
	color:#333;
	font-size:180px;
	font-weight:bold;
	right:400px;
	top:100px;
	position:absolute;
	text-align: right;
}
.slide_copy {
	color:#333;
	left:159px;
	top:111px;
	position:absolute;
	width:375px;
	line-height: 22px;
	text-align:left;
}
/*状態表示*/
.simpleSlideStatus-tray {
	margin: 5px auto;
}
/*ジャンプボタン*/
.jump-to {
	cursor:pointer;
	text-decoration:underline;
}


/* ========IMAGE SHOW CUSTOMIZE======== */
 #jquery-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:90
}
#jquery-largephotobox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	line-height:0;
	_position:absolute; /* Fix IE 6 */
	_top: expression(document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop + 'px'); /* Fix IE 6 */
	_left: expression(document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft + 'px') /* Fix IE 6 */
}
#jquery-largephotobox a img {border:none}
#largephotobox-container {
	position:fixed;
	top:50%;
	left:50%;
	_position:absolute; /* Fix IE 6 */
}
#largephotobox-container-image {
	position:absolute;
	overflow:hidden
}
#largephotobox-image {
	position:absolute;
	top:0;
	left:0
}
#largephotobox-btnclose {
	position:absolute;
	top:-15px;
	right:-15px;
	z-index:1
}
#gallery {
	/*padding:5px;*/
	width:auto;
}
#gallery ul {list-style:none}
#gallery ul li {display:inline}
#gallery ul img {
	border:5px solid #3e3e3e;
	border-width:5px
}
#gallery ul a {text-decoration:none}
#gallery ul a:hover img {
	border:5px solid #fff;
	border-width:5px;
	color:#fff
}
#gallery ul a:hover {color:#FFF}

