/* layout */
html {
	background-color:#FFF;
}
body {
	color:#666;
}
.container { width: 940px; margin: 0 auto;}
/* header */
.header {
	height: 85px;
	background-color:#FFF;
	overflow: hidden;
}
.header .logo {
	float: left;
}
.pNav {
	float: right;
	width: 110px;
	overflow:hidden;
	margin-top: 20px;
}
.gNav_bg {
	background-image:url(../images/nav/gNavbg.png);
	height: 70px;
	background-repeat: repeat-x;
}
.gNav {
	overflow:hidden;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.gNav li {
	float:left;
}
/* footer */
.footer01 {
	font-size:13px;
	color: #FFF;
	padding-top: 15px;
	background-color: #666;
	width:100%;
	min-width:960px;
	min-height: 75px;
}
.footer01 .copyright {
	margin-top: 20px;
	text-align: center;
}
/* top */
.bannerS {
	margin-top: 10px;
	margin-right: -20px;
}
.bannerS li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bannerS li a {
	display:block;
}
.bannerS li a:hover {
	margin: -3px;
    border: solid 3px #09F;
}
.bannerL img:hover{
	margin: -3px;
    border: solid 3px #09F;
}
.sliderbg {
	background-image: url(../images/top/sliderbg.png);
	background-repeat: repeat-x;
	height: 300px;
	margin-bottom:10px
}
/* news */
.news {
	width: 588px;
	height:215px;
	border: solid 1px #666;
	margin-bottom: 20px;
	padding: 20px 10px 20px 20px;
}
#news_wrap{
	height:190px;
	overflow:auto;
}
#news_wrap li{
	font-size:14px;
	padding-bottom:3px;
	margin-bottom:5px;
	line-height:140%;
	border-bottom:1px dashed #CCC;
	overflow:hidden;
}
#news_wrap ul{
	margin:0 0 15px;
	padding:0;
}
#news_wrap a{color:##3E3313;text-decoration:underline;}
#news_wrap a:hover{color:#039;text-decoration:none;}
.news_List_Ymd {/* date */
	float:left;
	color:#B18C5A;
}
.news_List_Title {
	width:70%;
	float:right;
}
/*subpage*/
.content_left {
	float: left;
	width: 620px;
	margin-top: 20px;
}
.content_right {
	margin-top: 20px;
	float: right;
	width: 300px;
}
.headline1 {
	background-image: url(../images/sub/midashi_bg.png);
	width: 910px;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 100%;
	vertical-align: middle;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FC3;
}
.headline2 {
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    background: #fff;
    margin: 0 0 15px 0;
    padding: 5px 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	width:300px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.headline2:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
.komidashi1 {
	margin-bottom: 10px;
	margin-top: 25px;
	padding-bottom:5px;
	border-bottom: dotted 2px #999;
	font-size: 16px;
	font-weight: normal;
}
.shomei {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
}
.shomei h2 {
	margin-top: 10px;
	font-weight: normal;
}
.list_blue li {
	color: #09C;
	list-style-type:square;
	list-style-position:inside;
	margin-bottom:5px;
	padding-left:10px;
}
.list_blue span {
	color: #666;
}
/* -- table -- */
.table02  {
	width:100%;
	margin-bottom: 25px;
}
.table02 th,.table02 td {
	line-height: 120%;
	padding: 10px 15px;
	border: 1px #999 solid;
}
.table02 th {
	background-color:#EAE6DB;
	vertical-align:middle;
}
.table02 .th_title {
	background-image:url(../images/bg.jpg);
}
.table02 .left {
	float: left;
	width: 70%;
}
.table02 .right {
	float: right;
}
.table_anketo td,.table_anketo th {
	border: 1px dashed #CCC;
	padding: 10px;
	vertical-align:middle;
}
.table_anketo th {
	background-image:url(../images/bg.jpg);
	width: 150px;
}
/* button */
.submit_button {
   border: 1px solid #ffd41d;
   background: #ffd41d;
   padding: 7px 50px;
   color: #666;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit_button:hover {
	border: 1px solid #666;
   background: #666;
   color: #fff;
   cursor: pointer;
}
a.button {
	text-align:center;
	background: #FC0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #666;
	text-decoration: none;
	padding: 3px 10px;
	font-size: small;
	display:inline-block;
}
a.button:hover {
	background: #666;
	color: #FFF;
}
/* rollover */
.cssover a:hover img{
	opacity:0.8;/* Safari,Opera */
	filter: alpha(opacity=80);/* IE */
	-ms-filter: "alpha( opacity=80 )";/* Firefox */
	background-color:#FFF;
}
/* -- contact -- */
.hissu {
	color: #C03;
	font-size: 70%;
}
.box_yellow {
	border: 3px solid #ffdd4a;
	padding:15px;
	background-color: #fffee9;
}