@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

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

br {
   letter-spacing:normal;
}

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

a:hover
	{ top:1px; left:1px; position:relative;
}

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

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


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

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

div#pr {
   width:780px;
}

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

div#menu {
   float:left;
   width:780px;
   margin-bottom:20px;
}

div#icatch {
	width:780px;
	height:250px;
	margin:0 auto;
	background:#fff;
	background-image:url(../images/icatch2012/00.jpg);
}

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

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


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

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

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

div#totop {
   clear:both;
}

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

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


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

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

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

/* PR CUSTOMIZE */
div#header #pr p {
   margin:0;
   font-size:0.75em;
}

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

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

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


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

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

div#menu li span {
   font-family:verdana;
   font-size:140%;
   color:#fff;
}

div#menu li a{
   display:block;
   width:130px;
   padding:10px 0;
   color:#FFF1A4;
   background:url(../images/bg_menu.gif) 0 100% repeat-x;
}

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


/* ========INFO CUSTOMIZE======== */
div#info h2 {
   background:#98534B;
   font-size:100%;
   color:#fff;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #823C34;
}

div#info h3 {
	padding:5px 0 5px 10px;
	border-left:#98534B 8px solid;
	border-top:#98534B 1px solid;
    border-bottom:#98534B 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

div#info dl dt {
   clear:left;
   float:left;
   width:7em;
   padding:10px 0.5em;
}

div#info dl dd {
   margin-left:0;
   padding:10px 0.5em 10px 8em;
   background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
}

div#info p {
   margin:0;
   padding:0 0 1em 0;
   font-size:0.75em;
}


/* ========NEWS CUSTOMIZE======== */
div#news p {
   margin:0;
   padding:0 0 1em 0;
   font-size:0.75em;
}

div#news h2 {
   background:#422F28;
   font-size:100%;
   color:#fff;
   padding:5px;
}


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

div#main a:hover {
   color:#9B0000;
}

div#main h2 {
	font-size:100%;
	padding: 2px 0px 5px 10px;
	border-width: 0px 0px 3px 0px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #98534B; /* 枠の色 */
	line-height: inherit; /* 行の高さ */
}

div#main h3 {
	font-size:0.88em;
	color: #333;
	padding: 2px 0px 5px 10px;
	border-width: 0px 0px 1px 15px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #98534B; /* 枠の色 */
	line-height: inherit; /* 行の高さ */
}

div#main h4 {
	font-size:0.8em;
	color: #333;
	padding: 10px 0px 5px 10px;
	border-width: 0px 0px 0px 15px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #98534B; /* 枠の色 */
	line-height: 90%; /* 行の高さ */
}

div#main h5 {
   margin:0 0 10px 0;
   font-size:0.75em;
}

div#main h6 {
   margin:0 0 10px 0;
   font-size:0.75em;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main li{
	margin:0.5em 0 0.5em 2em;
}


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

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

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

div#main dl.information dt {
   margin:0;
   padding:0 0 0 10px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

div#main dl.information dd {
   margin:0 0 1em 1em;
   padding:3px;
}



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

div#sub h2 {
   font-size:0.88em;
   font-weight:bold;
   color:#333;
   line-height:1.2;
}

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

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

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

div#sub li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

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


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

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

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


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

div#footer address {
   font-size:0.63em;
}

/* ==== */
.floatleft {
	position:relative;
	margin: 0.5em 1em 0em 1em;
	float: left;
}	

.floatright {
	position:relative;
	margin: 0em 0 0.5em 1em;
	float: right;
}	

.center {
	display:block;
    margin: 0 auto;
    text-align: center;
}	

.clearfloat {
	clear: both;
}

.icachetext {
	text-align:right;
	color: #FFFFFF;
}

.right {
	text-align:right;
}


/* ==== Simplest Slideshow ==== */
#slideshow { position:relative; height:250px; width:780px; overflow:hidden; }
#slideshow img { position:absolute; left:0; top:0; }

#icache { width:780px; height:250px; position:relative; margin:0px auto; }
#logo {
	position:absolute;
	left:0;
	top:0px;
	z-index:10;
}

/* ==== Botton ==== */
.button{
    margin: 10px;
    text-decoration: none;
    font: 1em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
 
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
 
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
 
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
 
}
 
.button, .button span{
    -moz-border-radius: .3em;
    border-radius: .3em;
}
 
.button span{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
 
/* The background pattern */
 
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 
/* Pattern settings */
 
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}
 
.button:hover{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
 
.button:active{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.button-blue{
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}
 
.button-blue:hover{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}
 
.button-blue:active{
    background: #4477a1;
}

/* tableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th	{
	padding: 10px 20px;
	color: #98534B;
}
td	{
	padding: 10px 20px;
	color: #000000;
}

/* サンプル2
----------------------------------------------------------- */
.tb1 th	{
	border-bottom: 2px solid #98534B;
	font-size:11px;
	text-align:center;
}
.tb1 td	{
	border-bottom: 1px solid #DDD;
	font-size:10px;
	text-align:center;
}
.tb1 td.left {
	border-bottom: 1px solid #DDD;
	font-size:12px;
	text-align: left;
}


.tb1 tr.even {
	background-color: #E0E0E0;
}

ul.navi li {
	display: inline;
	margin-right: 18px;
}
