@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#98534B;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

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

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
}



#header {
   position:relative;
   width:780px;

}

#pr {
   width:780px;
}

#gnavi {
   position:absolute;
   bottom:5px;
   right:0;
}

#menu {
   float:left;
   width:780px;
}

.slideshow{
	width:780px;
	height: 350px;
	float:left;
	position:relative;
}

.slideshow img{
	position:absolute;
	top:0;
	left:0;
}

.slideshow  img.alt {
	display:none;
}

#contents {
   clear:both;
   width:780px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

#main {
   float:right;
   width:540px;
}

#sub {
   float:left;
   width:200px;
}

#info {
   float:left;
   width:385px;
}

#news {
   float:right;
   width:385px;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:780px;
   clear:both;
   overflow:hidden;
   padding:10px 0;
}

#footer {
   width:780px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#333;
}

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

#header h1 a:hover {
   color:#D30000;
   text-decoration:none;
}


/* GNAVI CUSTOMIZE */
#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:12px;
   margin-left:15px;
}

#header #gnavi li a {
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   float:left;
   margin:0;
   padding:0;
}

#menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:11px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li span {
   font-family:serif;
   font-size:13px;
   color:#fff;
}

#menu li a {
   display:block;
   width:195px;
   padding:10px 0;
   color:#FFF1A4;
   background:url(../images/bg_menu.gif) 0 100% repeat-x;
   font-family:"ＭＳ 明朝",serif; 
}

#menu li a:hover {
   text-decoration:none;
   background:url(../images/bg_menu.gif) 100% 100% repeat-x;
}

/* ========PROFILE======== */



/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
   font-size:12px;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
   text-align:center;
   padding:20px 0;
}

.copyright {
   font-size:11px;
}