@charset "utf-8";



body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: url(../images/bg.png);	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


a {
	color: #666;
}
a:hover {
	color: #ef8100;		
	text-decoration: none;	
}

h1 {
	font-size: 10px;	
	font-weight: normal;
	text-align: right;	
	line-height: 30px;	
	width: 990px;
	margin: 0 auto 0;
}


#container {
	width: 950px;
	margin: 0 auto 0;
	padding: 20px;
	background-color: #FFF;	
	border-radius: 20px;	
	-webkit-box-shadow: 0px 0px 10px #CCC;	
	box-shadow: 0px 0px 10px #CCC;	
}


header {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

header #logo img {
	position: absolute;
	z-index: 3;
	left: 6%;	
	top: 17%;	
	width: 21%;	
	height: auto;	
}

#mainimg {
	position: relative;
	height: 200px;
	width: 950px;
	margin-bottom: 20px;
	border-radius: 10px;
}
#mainimg img {
	border-radius: 10px;
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-index:1;
	position: absolute;
	left:0px;
	top:0px;
}


#main {
	width: 700px;
	float: right;
	padding-bottom: 50px;
}

#main h2 {
	background-color: #ef8100;	
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#f6bb75), to(#ef8100));	
	
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	
	background-image: url(../images/arrow1.png), linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	
	background-repeat: no-repeat;	
	background-position: left center;
	font-size: 100%;
	padding: 0px 10px 0px 40px;	
	clear: both;
	border-radius: 18px;
	color: #FFF;		
	line-height: 36px;	
	-webkit-box-shadow: 1px 2px 5px #ccc;
	box-shadow: 1px 2px 5px #ccc;	
	border: 1px solid #ef8100;
}

#main h3 {
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	
	background-image: linear-gradient(#FFF, #e5e5e5);
	font-size: 100%;
	padding: 0px 10px 0px 19px;	
	clear: both;
	border-radius: 16px;
	line-height: 32px;	
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;
	box-shadow: 0px 2px 5px #e0e0e0;	
	border: 1px solid #ccc;	
}

#main p {
	padding: 0.5em 20px 1em;
}


#main section.list article {
	height: 370px;	
	width: 280px;	
	border-radius: 10px;	
	-webkit-box-shadow: 0px 1px 6px #999;	
	box-shadow: 0px 1px 6px #999;	
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	
	background-image: linear-gradient(#FFF, #e6e6e6);		
	padding: 20px;	
	float: left;
	margin: 0px 14px 15px;
	overflow: hidden;
}

#main section.list article p {
	padding: 0px;
	color: #666;	
	font-size: 12px;	
	line-height: 1.4;
}

#main section.list article h4 {
	font-size: 100%;
	color: #ef8100;	
	border-bottom: 2px dotted #ef8100;
	margin-bottom: 5px;
}


#sub {
	float: left;	
	width: 220px;	
	padding-bottom: 50px;
}

#sub h2 {
	background-color: #8c8c8c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#8c8c8c));	
	background-image: -webkit-linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);
	background-image: linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);	
	border-radius: 10px 10px 0px 0px;
	color: #FFF;
	font-size: 100%;
	text-align: center;	
	padding: 10px 0px;	
}


#sub #submenu {
	margin-bottom: 15px;	
}

#sub #submenu ul li a {
	text-decoration: none;
	text-align: center;	
	display: block;
	border-bottom: 2px dotted #8c8c8c;	
	padding: 5px 0px;	
	-webkit-transition: 0.5s;	
	transition: 0.5s;	
}
#sub #submenu ul li a:hover {
	background-color: #fce6cc;
}


footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}



.ta1 {
	width: 660px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	
	line-height: 2;
}

.ta1 td{
	padding: 10px;
}

.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #ececed;	
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e9ddae;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);	
}


#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;	
	font-size: 10px;	
	background-color: #ef8100;	
	text-decoration: none;
	text-align: center;
	width: 12em;	
	display: block;
	float: right;
	letter-spacing: 0.1em;
}

#pagetop a:hover {
	background-color: #333;	
	color: #FFF;		
}


.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ef8100;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
#menubar {
	display: none;
}
