﻿@charset "UTF-8";

/*********************
使っている色 (サンプル 88,BB,77)
	文字の色: #333333;
	mainAriaBodyと罫線: #339933
	その他: #D8F2D8 
	リンク:a{	color: #339933;}a:hover{	color: #00EE00;}

*********************/

/***********
common
***********/

body {	color: #333333;
		font-size: 10px;
}
p { color: #333333;}
a {	color: #393;}
a:hover {	text-decoration: none;}
ul li{	list-style: none;}
#container {
	width: 80%;
	margin: 10px auto 0;
	max-width: 980px;
	background-color: #FFFFFF;
}


/* ---headerArea--- */
#headerArea{
	border-bottom: 5px solid #339933;
	border-top: 2px solid #339933;
	margin-bottom: 10px;
	overflow:hidden;
	padding-top:10px;
}

#headerBlock{
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}

#logoArea{
	display: table-cell;
	vertical-align: top;
	margin: 10px 0;
}

#logoArea img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#logoArea h1 {
	margin: 0;
}

#headerBlockTxt{
	display: table-cell;
	vertical-align: bottom;
}

#headerBlockTxt p{
	font-size: 140%;
	margin: 0;
}


#telArea{
	margin: 5px;
	padding: 0;
	overflow: hidden;
}

#telArea ul{
	padding: 0;
	margin: 0;
}


#telArea ul li{
	font-size: 140%;
}

#telArea .telAreaTxt{
	float: left;
	width: 50%;
}

#telArea .telAreaNum{
	font-size: 240%;
}

#telArea .telAreaNum a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#telArea .telAreaBis{
	float: right;
	width: 50%;
}

#telArea .telAreaBis li{
	margin-top: 5px;
}

#globalNavi,
#mbglovalNavi{
	margin: 5px 0;
}

#globalNavi ul,
#mbglobalNavi ul{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#globalNavi ul li,
#mbglobalNavi ul li{
	display: table-cell;
	padding: 10px 0;
	text-align: center;
}

#globalNavi ul li a,
#mbglobalNavi ul li a{
	font-size: 160%;
	font-weight: bold;
	font-family: sans-serif;
	border-bottom: 3px solid #339933;
	padding-bottom: 2px;
	text-decoration: none;
	color: #333;
}

#globalNavi ul li a:hover,
#mbglobalNavi ul li a:hover{

}

/* ---footerArea--- */
#footerArea {
	margin-top: 20px;
}

#footerAreaInfo{
	background-color: #EEE;
	display: block;
}

#footerAreaInfo ul{
	padding: 10px 5px;
	margin: 0;
	overflow: hidden;
	display:flex;
	justify-content:space-around;
	align-items:center;
}

#footerAreaInfo ul li{
	display:inline-block;
	width:auto;
	font-size: 140%;
	text-align: left;
	padding: 5px ;
}

#footerAreaInfo ul li a{
	display:inline-block;
	width:auto;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 10px;
}

#copyrightBlock {
	background-color: #393;
}

#copyrightBox {
	padding: 20px 0;
}

#coryrightBoxTxt{
	text-align: center;
}


#coryrightBoxTxt p{
	font-size: 140%;
	color: #FFF;
	padding: 5px;
}

#coryrightBoxTxt strong{
	font-size: 160%;
}

#coryrightBoxTxt p a{
	color: #FFF;
}

#copyright{
	color: #FFF;
	text-align: center;
}


/* ---contents--- */

.pagetop{
	text-align: right;
	font-size: 120%;
	line-height: 1.2857;
}

#topicPath{
	margin: 0;
	padding-bottom: 5px;
	font-size: 120%;
}

#pageTopics{
}

#pageTopics ul{
	max-width: 100%;
	padding: 0;
	margin: 5px;
	overflow: hidden;
}


#pageTopics ul li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 15px;
	font-size: 140%;
	line-height: 1.4;
	float: left;
	
}

#contents-back {
	overflow: hidden;
}

/* -subArea- */


#subArea {
	padding: 0;
	margin: 0;
}

#subArea .subAreaHeadingA{
	font-size: 180%;
	font-weight: bold;
	padding: 10px 15px;
	color: #FFF;
	background-color: #393;
	background-image: linear-gradient(to bottom, #006400 0%, #339933 100%);
	margin: 0;
	display: block;
}


#subArea .subAreaHeadingB{
	font-size: 130%;
	line-height: 1;
	font-weight: bold;
	position: relative;
	padding-top: 5px;
	margin-top: 10px;
	
}

#subArea .subAreaHeadingB:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #339933;
	background-image: linear-gradient(to bottom, #006400 0%, #339933 100%);
}

#subArea p{
	font-size: 120%;
	line-height: 1.33;
	padding: 5px 0;
}

#subArea .img-L{
	max-width: 100%;
	height: auto;
}

#subArea .img-R{
	max-width: 100%;
	height: auto;
}

#subArea ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#subArea img,
#subArea ul img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#subArea dl{
	margin: 0 0 10px 0;
}

#subArea .localnavi{
	border: 1px solid #999;
}

#subArea .localnavi dt{
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #999;
}

#subArea .localnavi dd,
#subArea .localnavi li{
	margin: 0;
	border-bottom: 1px dotted #999;
	font-size: 140%;
}

#subArea .localnavi dd:last-child,
#subArea .localnavi li:last-child{
	border: none;
}

#subArea .localnavi dd a,
#subArea .localnavi li a{
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #333;
}

#subArea .localnavi dd a:hover,
#subArea .localnavi li a:hover{
	font-weight: bold;
	text-decoration: underline;
}

#subArea .subAreaLink{

}

#subArea .subAreaLink li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 15px;
	font-size: 130%;
}

#youcanArea-space,
#blogArea-space,
#yozemiArea-space{
	margin: 5px 10px;
}



/* -mainArea- */
#mainArea .mainHeadingA {
	position: relative;
	font-size: 200%;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 15px;
	margin: 0;
}

#mainArea .mainHeadingA:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #008856;
	background-image: linear-gradient(to bottom, #339933 40%, #008856 60%);
}

#mainArea .mainHeadingB{
	position: relative;
	font-size: 180%;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #393;
}

#mainArea .mainHeadingB:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #008856;
	background-image: linear-gradient(to bottom, #339933 40%, #008856 60%);
}

#mainArea .mainHeadingC{
	position: relative;
	font-size: 140%;
	font-weight: bold;
	padding: 2px 10px;
	margin: 5px ;
}

#mainArea .mainHeadingC:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #008856;
	background-image: linear-gradient(to bottom, #339933 40%, #008856 60%);
}

#mainArea .mainAreaTitle{
	position: relative;
	font-size: 240%;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	margin: 0;
	border: 1px solid #999;
}

#mainArea .mainAreaTitle:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #008856;
	background-image: linear-gradient(to bottom, #339933 40%, #008856 60%);
}

#mainArea p{
	font-size: 140%;
	line-height: 1.2857;
	padding: 5px 10px;
}

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

/* mainArea common Box */
#mainAreaBox{
	max-width: 100%;
	margin: 0;
}
#mainAreaBox-space{
	overflow: hidden;
}

#mainAreaBox-space .mainAreaPost ul{
	margin: 20px;
	padding: 0 20px;
}

#mainAreaBox-space .mainAreaPost ul li{
	list-style-type: square;
	font-size: 140%;
	line-height: 1.4;
}

#mainAreaBox-space .subBox{
	margin: 10px 5px;
}

#mainAreaBox-space .figureBox{
	overflow: hidden;
}

#mainAreaBox-space .imgBox{
	float: left;
	width: 50%;
	text-align: center;
}

#mainAreaBox-space .leftBox {
	float: left;
	width: 20%;
	max-width: 140px;
	margin-top: 10px;
	display: inline;
	text-align: center;
}

#mainAreaBox-space figure{
	margin: 0;
	padding: 0;
}

#mainAreaBox-space img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#mainAreaBox-space .rightBox {
	float: right;
	width: 80%;
	margin-top: 10px;
	display: inline;
}

#mainAreaBox-space .rightBox span {
	float: right;
}


#mainArea .mainAreaPost{
	max-width: 100%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0;
}
#mainArea .mainArea-space{
	margin: 10px;
}

/* -HOME- */

/* #flashArea */
#flashArea img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 10px;
}

/* #recommendArea */
#recommendArea {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

#recommendArea-space {
	padding: 10px;
}

#recommendArea-space a{
	text-decoration: none;
}

#recommendArea-space a:hover{
	font-weight: bold;
	text-decoration: underline;
}

#mainArea #recommendArea-space .othercolor{
	color: #e65207;
}

/* #newsArea */
#newsArea {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	text-align: left;
}
#newsArea #newsArea-space {
	padding: 9px;
}
#newsArea #newsArea-space table.table-news {
	width: 100%;
	color: #333;
	font-size: 140%;
	line-height: 1.4;
}
#newsArea #newsArea-space table.table-news td.td-left {
	width: 13%;
	margin-bottom: 5px;
	border-bottom: #999 dashed 1px;
	color: #333333;
}
#newsArea #newsArea-space table.table-news td.td-right {
	width: 80%;
	margin-bottom: 5px;
	border-bottom: #999 dashed 1px;
}
#newsArea #newsArea-space table.table-news td.td-right a:link,
#newsArea #newsArea-space table.table-news td.td-right a:visited {
	text-decoration: none;
}
#newsArea #newsArea-space table.table-news td.td-right a:active,
#newsArea #newsArea-space table.table-news td.td-right a:hover {
	text-decoration: underline;
}




/* #aboutArea */
#aboutArea {
	max-width: 100%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

#aboutArea-space {
	padding: 5px;
}

/* #aboutArea */
#featureArea{
	max-width: 100%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

#featureArea-space {
	padding: 5px;
}

#featureArea-space .featureBox {
	max-width: 100%;
	padding-bottom: 10px;
	border-bottom: #999 dashed 1px;
	overflow: hidden;
}

#featureArea-space .featureBox:last-child{
	border: none;
}

#featureArea-space .leftBox {
	float: left;
	width: 20%;
	max-width: 140px;
	margin-top: 10px;
	display: inline;
}

#featureArea-space figure{
	margin: 0;
	padding: 0;
}

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

#featureArea-space .rightBox {
	float: right;
	width: 80%;
	margin-top: 10px;
	display: inline;
}

#featureArea-space .rightBox span {
	float: right;
}

#pointArea {
	max-width: 100%;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
}

#pointArea-space {
	padding: 10px;
}

#pointArea #pointArea-space ul {
	padding-left: 20px;
}

#pointArea #pointArea-space ul li {
	color: #333;
	font-size: 140%;
	line-height: 1.2857;
	list-style-type: square;
	margin: 5px 0;
}

#lita p{
	text-align: right;
}
