@charset "UTF-8";
/* CSS Document */
html {
 overflow: scroll;
 overflow: -moz-scrollbars-vertical;
 overflow-x: scroll;
}

body {
	text-align:center;
	color:#666;
	line-height:150%;
}

#wrap {
	width:800px;
	text-align:justify;
	margin:0 auto;
}

#header {
	height:75px;
	margin-top:5px;
	background-position:bottom;
	background-image:url(../img/head_bg.gif);
	background-repeat:no-repeat;
}

#header h1 {
	width:300px;
	margin-top:5px;
	float:left;
}

#header ul {
	width:285px;
	margin-top:38px;
	float:right;
}

#header ul li {
	width:90px;
	float:right;
	text-align:right;
	margin-right:0px;
}

#navigate {
	margin-left:5px;
	font-size:90%;
}

#contents {
	min-height:425px;
	height: auto !important;
	height: 425px;
}

#contents h3 {
	border-bottom:#006 2px solid;
	font-size:130%;
	color:#03F;
/*	color:#006;*/
	padding-left:0.5em;
	padding-top:5px;
	line-height:120%;
	font-weight:bold;
	clear:both;
}

#contents p {
	padding:0.5em;
}


#contents .top {
	text-align:center;
	clear:both;
}


#footer {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:dotted #666 1px;
	text-align:right;
	font-size:90%;
	clear:both;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.f09 {
	font-size:90%;
}

.f11 {
	font-size:110%;
}

.f12 {
	font-size:120%;
}

.f13 {
	font-size:130%;
}

.f14 {
	font-size:140%;
}

.f15 {
	font-size:150%;
}


#header a.menu-title {
    font-size: 16px; /* 文字を小さく */
    font-weight: bold;
    color: blue; 
    display: inline-block;
    background: linear-gradient(to right, navy, steelblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#header a.menu-title:hover {
    text-shadow: 1px 1px 2px blue, 0 0 3px steelblue; /* 少し発光 */
    transform: scale(1.05); /* ほんの少し拡大 */
}


#banner-title {
      width: 770px;
      padding: 6px 15px;
      font-size: 16px;
      font-weight: bold;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: linear-gradient(to right, #eef8fd, #b3ddee); /* 白～水色グラデーション */
      color: #444;
      text-shadow: 1px 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.2); /* エンボスっぽい文字効果 */
      border-radius: 4px;
}
