﻿@charset "UTF-8";


/*ページ全体の指定*/

html, body, header, section, 
button, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td,
tbody, thead, tfoot {
	margin: 0;
	padding: 0;
	border:none;
	outline:none;
	}

img {
	border: 0;
	}

body {
	width: 100%;
	background-color: #ffffff;
	font: 14px/1.231 ;
	line-height: 1.7;
	}

a:link {
	color: #228B22;
	text-decoration: none;
	}

a:visited {
	color: #1f7f1f;
	}


/*ヘッダー*/

header {
	width: 100%;
	background-color: #ff6600;
	}

header h1 {
	padding: 20px 0 20px 0;
	text-align: center;
	color: #333333;
	font-size: 18px;
	}

header h1 a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 18px;
	}

header h1 a:hover {
	color: #999999 !important;
	text-decoration: underline;
	font-size: 18px;
	}

header img.main_photo {
	width: 70%;
	height: auto;
	}

#page_top {
	margin: 0;
	padding: 0;
	}


/*コンテンツ*/

#content {
	padding: 6px;
	}


section {
	margin: 0 0 8px 0;
	}

section h2{
	margin: 0 0 8px 0;
	padding: 5px 0 3px 14px;
	font-size: 14px;
	color: #ffffff;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background: center;
	background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff9600), to(#ff6600));
	background-image: -o-linear-gradient(top, #ff9600, #ff6600);
	background-image: linear-gradient(top, #ff9600, #ff6600);
	}

section p {
	margin: 0 0 12px 0;
	padding: 3px 0;
	line-height: 1.8;
	}

section p.top {
	padding: 5px 20px;
	line-height: 1.8;
	}

section .gray_bg {
	margin: 8px 0 8px 0;
	padding: 2px 8px 2px 8px;
	line-height: 1.7;
	letter-spacing: 1px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	background-color: #eeeeee;
	}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
	width: 90%;
	height: auto;
}

section img.picture_s {
	width: 30%;
	height: auto;
}

/*section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}
*/

section table.table_line {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	margin : 8px  0 8px 0;
	}

section td.table_line {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding : 8px 10px 8px 10px;
	}

/*コンテンツ2*/
article,sect{
	display:block;
	}

article{
	width:100%;
	overflow:hidden;
	}

article .title h3{
	background-image: -moz-linear-gradient(top, #ff9600, #ff6600);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff9600), to(#ff6600));
	background-image: -o-linear-gradient(top, #ff9600, #ff6600);
	background-image: linear-gradient(top, #ff9600, #ff6600);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	padding:1% 10px;
	margin:3% 20px 0px;
	border:solid 1px #999999;
	color:#ffffff;
	}

article sect{
	padding:4% 10px 4% 10px;
	margin-left:20px;
	margin-right:20px;
	}

article sect:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFFFFF #999999 #aaaaaa;
	}

article sect:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFFFFF #999999 #aaaaaa;
	}

article sect a{
	background:url(image/link_icon.png) no-repeat right center;
	padding-right:5%;
	display:block;
	overflow:hidden;
	}


/*	コンテンツ画像　*/
article sect a figure{
	width:35%;
	margin-right:10px;
	border:solid 1px #A6959C;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:left;
	}

article sect a figure img{
	width:100%;
	}


/*ボタン*/

button {
	margin: 10px 0 10px 0;
	text-align:center;
	}

section .button_m{
	border:1px solid #8bcf54;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:arial, helvetica, sans-serif;
	width:80%;
	text-align:center;
	margin: 10px 0 10px 0;
	padding: 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	font-weight:bold; color: #FFFFFF;
	background-color: ##228B22;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#228B22));
	background-image: -webkit-linear-gradient(top, #a9db80, #228B22);
	background-image: -moz-linear-gradient(top, #a9db80, #228B22);
	background-image: -ms-linear-gradient(top, #a9db80, #228B22);
	background-image: -o-linear-gradient(top, #a9db80, ##228B22);
	background-image: linear-gradient(to bottom, #a9db80, ##228B22);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#228B22);
	}

section .button_m:hover{
	border:1px solid #74bf36;
	background-color: #8ed058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8ed058), to(#7bb64b));
	background-image: -webkit-linear-gradient(top, #8ed058, #7bb64b);
	background-image: -moz-linear-gradient(top, #8ed058, #7bb64b);
	background-image: -ms-linear-gradient(top, #8ed058, #7bb64b);
	background-image: -o-linear-gradient(top, #8ed058, #7bb64b);
	background-image: linear-gradient(to bottom, #8ed058, #7bb64b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ed058, endColorstr=#7bb64b);
	}


/*ナビゲーション*/

nav {
	width: 100%;
	text-decoration: none;
	margin: 0 0 10px 0;
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	}

nav h2 {
	padding: 5px 0 3px 14px;
	font-size: 14px;
	color: #ffffff;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background-image: -moz-linear-gradient(top, #cccccc, #808080);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#808080));
	background-image: -o-linear-gradient(top, #cccccc, #808080);
	background-image: linear-gradient(top, #cccccc, #808080);
	}

nav ul {
	width: 100%;
	border-top: solid 1px;
	border-top-color: #cccccc;
	}

nav li {
	width: 100%;
	list-style: none;
	text-align: center;
	}

nav li a {
	padding: 10px;
	display: block;
	color: #228B22;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	}


nav li a:hover {
	color: #1f7f1f;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	}

span.cool{
	color:#000000 !important;
	}

span.cool a:link{
	color:#000000 !important;
	}

span.cool a:visited{
	color:#333333 !important;
	}

list ol{
	margin: 0px;
	}
list li{
	list-style: decimal;
	}

span.point{
	color:#FF0000 !important;
	}

span.bold {
	text-shadow:1px 0 1px black;
	} 


/*トップに戻る*/

#page_back {
margin: 0 0 8px 0;
	padding: 0 6px 0 0;
	text-align: right;
	}


/*フッター*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #ffffff;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #cccccc;
	background-color: #ff6600;
	}

footer p {
	padding: 10px;
	color: #ffffff;
	}

footer a {
	color: #ffffff;
	}

footer a:visited {
	color: #ffffff;
	}

footer p.copy {
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	}

footer p.copy a {
	color: #ffffff;
	text-decoration: none;
	}


footer p.copy a:visited {
	color: #ffffff;
	text-decoration: none;
	}
