@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}



/** 共通設定 *****************************************/
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}


h1 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
}


h2 {
	text-align: right;
	font-size: 13px;
	color: #FFF;
	margin: 0;
	padding: 0 20px 0 0;
}


h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}



p {
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック";
	margin: 0;
	padding: 0;
}





/** サイト全体 ******************************************************************************/

.container {
	width: 100%;
	margin: 0 auto;
}

/** ヘッダー ********************************************************/
.header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


.header .header-top {
	width: 100%;
	height: 30px;
	padding: 10px 0 0;
	margin: 0 auto;
	background: #608705;
}
.header .header-top .box {
	display: block;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 2px solid #D5FA7E;
}


/** ロゴエリア *******************************/
.header .header-bottom {
	overflow: hidden;
	width: 1024px;
	margin: 20px auto;
}


.header .header-bottom a img {
	float: left;
	width: 192px;
	height: 90px;
	margin: 0 50px 0 10px;
}


.header .header-bottom ul.right {
	display: block;
	float: right;
	text-align: right;
    margin: 0;
    padding: 0;
	list-style: none;
}


.header .header-bottom li.tel {
	display: inline;
	font-size: 30px;
	font-family: "HG明朝E";
	color: #FF5200;
	font-weight: bold;
    padding:0 0 0 10px;
}


.header .header-bottom li.tel span {
	font-size: 15px;
	margin: 0 0 0 5px;
}


.header .header-bottom p.time {
	display: block;
	width: 700px;
	float: right;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
    padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
}




/** メニューリスト ****************************/
.header .list {
	width: 1024px;
	margin: 0 auto;
}


.header .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.header .list li a {
	display: block;
	float: left;
	width: auto;
	height: 70px;
}




/** パンくずリスト **************************/
#breadCrumb {
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px 10px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #CCC;
	clear: both;
}

#breadCrumb ul {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#breadCrumb li {
	float: left;
	font-size: 78%;
	color: #999;
	margin-right: 10px;
}

#breadCrumb li a {
	color:#00F;
	text-decoration:underline;
	margin-right: 10px;
}

#breadCrumb li a:hover {
	color:#00F;
	text-decoration:none;
}


/** コンテント ********************************************************/
.content {
	width: 100%;
	margin: 0 auto;
	clear: both;
}





/** フッター ********************************************************************/
.container .footer {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	padding: 0 0 0 0;
	border-top: 2px solid #72A207;
}


/** ロゴエリア ******************************/
.footer .footer-bottom {
	overflow: hidden;
	width: 944px;
	margin: 20px auto;
	padding: 0 30px 0 50px;
	clear: both;
}


.footer .footer-bottom ul.left {
	display: block;
	float: left;
	margin: 25px 0 0 0;
    padding:0;
	list-style: none;
}




.footer .footer-bottom li.tel {
	display: inline;
	font-size: 33px;
	font-family: "HG明朝E";
	color: #FF5200;
	font-weight: bold;
    padding:0 10px 0 0;
	text-align: right;
}


.footer .footer-bottom li.time {
    padding:0 10px 0 0;
	list-style: none;
	line-height: normal;
	text-align: right;
}


.footer .footer-bottom li.tel span {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.footer .footer-bottom a img {
	display: block;
	float: right;
	width: 175px;
	height: 95px;
	margin: 0 0 0 10px;
}




/** ロゴエリア ******************************/
.footer .box-area {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background: #8CBC27;
}


.footer .box-area p.title01 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 15px;
	font-weight: bold;
	padding: 30px 10px 10px 20px;
	text-decoration: underline;
}
.footer .box-area p.title02 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 15px;
	font-weight: bold;
	padding: 30px 10px 10px 30px;
	text-decoration: underline;
}


/** 文字配置レイアウト **********************/
.footer .box-area ul.single01 {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
.footer .box-area ul.single02 {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}
.footer .box-area ul.double {
	display: block;
	float: left;
	margin: 0;
	padding: 0 60px 0 40px;
	list-style: none;
}
.footer .box-area ul.triple {
	float: left;
	margin: 0;
	padding: 0 10px 0 40px;
	list-style: none;
}


.footer .box-area .about-okc {
	width: 1024px;
	margin: 0 auto;
	clear: both;
}


.footer .box-area .about-okc li a {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	text-decoration: underline;
	color: #060;
}
.footer .box-area .about-okc li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
}


.footer .box-area .about-okc li:before {
	content:"・ ";
}


/** 左側 *********************************/
.footer .box-area .about-okc .box-left {
	float: left;
	width: 280px;
	height: 295px;
}


/** 中央 *********************************/
.footer .box-area .about-okc .box-center {
	float: left;
	width: 500px;
	height: 255px;
}


.footer .box-area .about-okc .box-center .topbox {
	width: 500px;
	height: 165px;
    padding: 0;
	background: #D7EDA7;
}


.footer .box-area .about-okc .box-center .bottombox {
	width: 500px;
	height: 145px;
	background: #B3DE58;
}


/** 右側 *********************************/
.footer .box-area .about-okc .box-right {
	float: left;
	width: 244px;
	height: 295px;
	margin: 0;
}



/** All Rights Reserved ******************/
.footer .footer-end {
	background: #608705;
}


.footer .footer-end p {
	color: #FFF;
	padding: 10px;
}















