@charset "utf-8";
body {
	color: #818181;
	background-color: #fff;
	font-size: 13px;
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
}
/****************************************

                class

*****************************************/

.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/****************************************

                header

*****************************************/

header {
	width: 100%;
	height: 125px;
	border-top: 4px solid #b1d554;
	color: #535353;
}
#hdrArea {
	width: 920px;
	height: 125px;
	margin: 0 auto;
}
#hdrArea h1 {
	width: 100%;
	height: 15px;
	text-align: right;
	margin: 5px 0 15px 0;
    letter-spacing: 0px;
    font-size: 100%;
    font-weight: normal;
}
#hdrArea img {
	float: left;
}
#hdrArea nav {
	width: 360px;
	height: 30px;
	float: right;
}
#hdrArea nav ul {
	width: 100%;
	height: 30px;
	margin-top: 20px;
    list-style-type: none;
    padding: 0;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0.5px;
	text-align: center;
}
#hdrArea nav ul li {
	width: 90px;
	height: 30px;
	float: left;
    font-family: adamina;
    font-style: normal;
    font-weight: 400;
	}
#hdrArea nav ul li a {
	color: #535353;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#hdrArea nav ul li a:hover {
	background-color: #B1D554;
	color: #FFFFFF;
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

/****************************************

             main contents

*****************************************/

main {
	width: 100%;
	height: auto;
	text-shadow: 1px 1px #FFF9F9;
	background-image: -webkit-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(222,221,221,1.00) 96.37%);
	background-image: -moz-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(222,221,221,1.00) 96.37%);
	background-image: -o-linear-gradient(270deg, rgba(245,245,245,1.00) 0%, rgba(222,221,221,1.00) 96.37%);
	background-image: linear-gradient(180deg, rgba(245,245,245,1.00) 0%, rgba(222,221,221,1.00) 96.37%);
	border-top:1px solid #DDDCDC;
}
#eyecatch {
	width: 100%;
	height: 352px;
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 4px solid #68bad5;
	border-bottom: 5px solid #68bad5;
	box-shadow: 0 10px 20px rgba(103,103,103,0.30);
	-webkit-box-shadow: 0 10px 20px rgba(103,103,103,0.30);
}

#wrapper {
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px #FFFFFF;
}
#wrapper:after{
	content: ""; 
	display: block; 
	clear: both;
}
#wrapper #topicPath {
	width: 880px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
    padding: 0;
	text-align: left;
	float:left;
    text-align: left;
    list-style-type: none;
}

#wrapper #topicPath li {
    padding: 0 5px;
    float:left;
	letter-spacing:0px;
}

#wrapper #topicPath li a  {
    color: #818181;
    text-decoration: none;
}

#wrapper #topicPath li a:hover  {
    text-decoration: underline;
}

#wrapper #mainContents {
	width: 640px;
	height: auto;
	margin-bottom: 45px;
	float: left;
	background-color: #FBFBFB;
	-webkit-box-shadow: 0px 0px 3px 0 rgba(202,202,202,1.00);
	box-shadow: 0px 0px 3px 0 rgba(202,202,202,1.00);
	border-radius: 6px;
	min-height: 645px;
	position:relative;
}

.topLink {
	width: 305px;
	height: 290px;
	float: left;
	margin: 10px 0 10px 10px;
}
.topLink img {
	border: 6px solid #fff;
	margin: 0 0 10px;
	box-shadow: 0 0 3px #cacaca;
}
.topLink p {
	width: 264px;
	height: 50px;
	padding: 14px 20px 0;
	letter-spacing: 0;
	text-align: center;
    letter-spacing: 0px;
}
.bdrBlue {
    border-top: 5px solid #68bad5;
}
.bdrGreen {
    border-top: 5px solid #b1d554;
}
#sideContents {
	width: 252px;
	height: auto;
	float: left;
	margin: 0 0 0 26px;
}
#sideContents h2 {
	width: 100%;
	height: 32px;
	font-size: 15px;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 1px solid #dddcdc;
	font-family: adamina;
	font-style: normal;
	font-weight: 400;
}
#sideContents dl {
	width: 100%;
	height: auto;
	margin: 18px 0 0;
	letter-spacing: 0;
}
#sideContents dt {
	padding: 0 0 0 8px;
}
#sideContents dd {
    margin-left: 0px;
	padding: 0 0 15px 0;
}
#sideContents dd a  {
	color: #818181;
	text-decoration: none;
}
#sideContents dd a:hover  {
	text-decoration: underline;
}

/****************************************

             footer

*****************************************/

footer {
	width: 100%;
	height: 246px;
	border-top: 5px solid #B1D554;
	background-color: #68BAD5;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(103,103,103,0.60);
	box-shadow: 0px 0px 20px 0px rgba(103,103,103,0.60);
	background-image: -webkit-linear-gradient(270deg,rgba(104,186,213,1.00) 0%,rgba(47,140,171,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(104,186,213,1.00) 0%,rgba(47,140,171,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(104,186,213,1.00) 0%,rgba(47,140,171,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(104,186,213,1.00) 0%,rgba(47,140,171,1.00) 100%);
}
#ftrLogo {
	width: 191px;
	height: 216px;
	margin-left: auto;
	margin-right: auto;
}
#ftrLogo img {
	padding-top: 40px;
	opacity: 0.5;
}	
footer small {
	display: block;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	line-height: 3em;
	border-bottom: 1px solid #3E6F7F;
	background-color: #4A869A;
	opacity: 0.7;
	letter-spacing: 0px;
}


/****************************************

             other page

*****************************************/

#mainCtsTitle {
	width: 580px;
	height: 40px;
	border-bottom: 1px solid #DDDCDC;
	text-align: right;
	font-size: 30px;
	color: #DDDCDC;
	font-family: adamina;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	line-height: 1em;
}
#mainContents h2{
	width: 575px;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	font-size: 20px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 600;
}
.mainText {
	width: 560px;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}
#mainNewsImg {
	width: 560px;
	height: 140px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#mainNewsImg h3 {
	width: 560px;
	height: 25px;
	border-bottom: 1px solid #DDDCDC;
	text-align: left;
	font-size: 20px;
	color: #DDDCDC;
	font-family: adamina;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1em;
	padding-left: 40px;
}
#mainNewsImg ul {
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	width: 520px;
	height: 90px;
    list-style-type: none;
}
#mainNewsImg ul li {
	background-color: #EFEBEB;
	width: 90px;
	height: 90px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 14px;
}

/****************************************

             contact

*****************************************/

#mainForm {
	width:560px;
	height:auto;
	margin:0 auto;
	padding:0 40px;
}
	
#mainForm table {
    width:100%;
}

#mainForm th {
    height:30px;
    padding:10px 5px;
    letter-spacing:0;
}

#mainForm td {
    height:30px;
}

.inputArea {
    width:400px;
    padding:3px 0 3px 5px;
    border:1px solid #dddcdc;
    font-size: 12px;
} 

.small {
    color:#F3090D;
    font-size: 9px;
}

#mainForm select {
    width:407px;
    color: #818181;
    font-size: 12px;
    padding:3px 0 3px 5px;
    border:1px solid #dddcdc;
}

#mainForm textarea {
    width:400px;
    min-height:100px;
    color: #818181;
    font-size: 12px;
    margin:10px 0 0;
    padding:3px 0 3px 5px;
    border:1px solid #dddcdc;
}

#mainFormBtn {
    width:523px;
    text-align:right;
    padding:10px 0 0;
}

.inputSend {
    width:80px;
    margin:0 5px 10px 0;
}


/****************************************

            staff

*****************************************/

.staffArea {
    width: 560px;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.staffArea img {
    float:left;
    border:3px solid #fff;
    box-shadow: 0 0 3px #cacaca;
}

.staffArea h3 {
    float:left;
    width: 274px;
    height: auto;
    text-align: right;
    font-size: 30px;
    color: #DDDCDC;
    font-family: adamina;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1em;
}

.staffArea dl {
    float:left;
    width:274px;
    height:auto;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.staffArea dt {
    text-align:center;
    font-size: 15px;
    letter-spacing:0;
    line-height: 1.3em;
    padding:0 10px; 
}

.staffArea dd {
    padding:20px 10px; 
}