@charset "shift_jis";


/* @group Reset CSS */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
}

body {
	line-height: 1;
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	background-image:url(../../../images/haikei.jpg);
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	color:#FFF;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {  
     max-width: 100%;  
     height: auto;  
}

li {
	list-style:none;
}

/* @end */

.top{
	color: #fff;
	background-color: #000;
	text-align:center;
	padding:12px 0px 12px 0px;
	font-size:80%;
	border-bottom: 1px double #ccc;
}

#pagetop{
	display: block;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

header img {
	width: 100%;
}

/* @group Main > Article */

article section {
	margin: 10px;
	padding: 15px 10px 10px 10px;
	border-radius: 8px;
	background: #fff;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999 #666 #666 #999;
}

article h2 {
	margin: 15px 0;
	font-size: 17px;
	color: #000;
	font-size: 14px;
}

article h3 {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding: 20px 0 2px 15px;
	margin-bottom: 3px;
	background: url('../images/_bullet_h3.png') no-repeat 0 25px;
	font-size: 14px;
	color: #00384f;
}

article p {
	margin-bottom: 0.5em;
	font-size: 100%;
	
}

article img {
	display: block;
	max-width: 278px;
	margin: 1em auto;
}

articlea h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#0a89be), to(#3facd9)) #0a89be;
	border-bottom: 1px solid #0a89be;
	color: #F39;
	text-shadow: -1px -1px 1px #0a89be;
}

articlea h2,
articlea h3 {
	border-left: 7px solid #F0F;
	border-bottom: 1px dotted #F0F;
}

.news {
	margin-top: 10px;
	margin-right: 10px;
	margin-left:10px;
}

/* @end */


 /* サムネイルつき矢印リスト２列 */
.list1 {
	margin: 15px 10px 15px 10px;
}

.list1:after {
	content: "."; 
  	display: block;
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}

.list1 ul{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #333;
}

.list1 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B8B8B8), to(#fff));
	background: linear-gradient(#B8B8B8, #fff);
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	height: 80px;
	margin: 0px;
	line-height: 22px;
}

.list1 ul li a{
	color: #000;
	display: block;
	height: 80px;
	margin: 0px;
	padding: 0 20px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	font-size: 90%;
}
	
.list1 ul li a strong{
	color: #F36;
	display: block;
	font-weight: bold;
	padding-top: 20px;
	font-size: 120%;
	text-align: left;
}
	
.list1 ul li img{
	float: left;
	height: 80px;
	width: 60px;
	margin-right: 5px;
}

section.list1 h1 {
	line-height:25px;
	color:#F36;
	border-left: 7px solid #f00;
	border-bottom: 1px dotted #f00;
	padding-left: 5px;
	margin: 15px 0px 15px 0px;
}
/* @end */

section.list2 {
	padding: 5px 10px 5px 10px;
}

.list2 a {
	display: block;
	width: 95%;
	padding: 0.8em 0px;
	margin: 0.5em auto;
	border-style: solid;
	border-width: 2px;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius: 7px; /* Chrome,Safari */
	-moz-border-radius: 7px;    /* Firefox */
	border-radius: 7px;         /* CSS3 */
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
	font-size: 100%;
}
/* top */

.list3 ul{
	border-bottom: 0px solid #ccc;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 90%;
}

.list3 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#c0c0c0));
	background: linear-gradient(#fff, #c0c0c0);
	border-style: solid;
	border-width: 1px;
	border-color: #999 #999 #999 #999;
	height: 45px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
  　filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
}
	
.list3 ul li a{
	color: #666;
	display: block;
	height: 45px;
	padding: 0 0px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	background-position: 98% 50%;
}

.list3 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 19px;
	text-align: center;
}

.list3 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	padding-left: 7px;
}

/* top @end */

/* ページの先頭へ */
.list4 ul{
	border-bottom: 0px solid #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.list4 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#B8B8B8));
	background: linear-gradient(#fff, #B8B8B8);
	border-top: 0px solid #999;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom:1px solid #999;
	height: 50px;
	text-align: center;
}
	
.list4 ul li a{
	/*background: url(../images/list_mark1.png) no-repeat 100% 50%;*/
	color: #666;
	display: block;
	height: 50px;
	padding: 0 0px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	/*background-position: 100% 50%;*/
}

.list4 ul li a strong{
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 18px;
	font-size: 100%;
}

.list4 ul li img{
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 3px;
}
/* ページの先頭へ @end */

/* @end */


/* @group Footer */
/* footer */

footer {
	color: #fff;
	background-color: #000;
	line-height:130%;
	padding: 15px;
	border-top: 1px double #ccc;
	text-align: center;
	font-family: serif;
	font-size: 70%;
}

/* @end */
