@charset "UTF-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.main-nav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
  border-radius: 5px;
  background: #60B99A;
  color: #fff;
  padding: 15px;
  text-decoration: none;
}


h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
	text-decoration:none;
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
/*
#header {
	background: url(images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}*/

#header h5 {
	font-size: 2px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------
*/
ul#topmenu {
	height: 40px;
	line-height: 45px;
	background: url(images/menuobi.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}


ul#topmenu li {
	float: right;
	width: 90px;
	text-align: center;

	
}

ul#topmenu li a {
	color: #009933;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;

}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg2.gif) no-repeat bottom;
}
*/

#list {
	clear: both;
	white-space: pre;
	text-align: center;
	margin-right: 20px;
}

#list ul li {
	float: right;
	text-align: center;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

p.font001{
	font-size: 86%;
}

p.font002{
	font-size: 86%;
}

#land {
	font-size: 103%;
	float: left;	
	width: 210px;
	padding-top: 40px;
	padding-bottom: 15px;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}

table.sideprof1 {
	width: 120;
	font-size: 12px;
	text-align: left;
	border-style: none none none solid;
	border-color: #009933;
	border-width: 7px;
}

table.sideprof2 {
	width: 40 240;
	font-size: 12px;
	text-align: left;
	border-style: none none solid solid;
	border-color: #ff0000 #ff0000;
	border-width: 1px 15px;
}

table.sideprof3 {
	width: 120;
	font-size: 12px;
	text-align: left;
	border-style: none none none solid;
	border-color: #009933;
	border-width: 7px;
}

table.sideprof4 {
	width: 40 240;
	font-size: 12px;
	text-align: left;
	border-style: none none solid solid;
	border-color: #ff0000 #ff0000;
	border-width: 1px 15px;
}

table.sideprof5 {
	width: 240;
	height: 10px;
	font-size: 12px;
	text-align: left;
	border-style: none none none solid;
	border-color: #ff0000;
	border-width: 15px;
}

table.sideprof6 {
	width: 240;
	height: 10px;
	font-size: 85%;
	text-align: left;
	border-style: none none none solid;
	border-color: #ff0000;
	border-width: 15px;

}
	


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {

  	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#main h2 {
	font-size: 130%;
	color: #333333;
	background: url(images/menuobi1.gif) no-repeat;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 50px;
}

#main h4 {

	font-size: 105%;
	color: #00cc99;
	line-height: 150%;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
}



a img.css-hover{
	opacity:0.4;
	filter: alpha(opacity=100);
}

a:hover img.css-hover{
	opacity:1.0;
	filter: alpha(opacity=80);
}

img.roudou {
  border: solid 0.3px #777777; 
}
img.roudou:hover {
  border-color: gray;
}

img.shadow {
  border-top: solid 1px #777777;
  border-left: solid 1px #777777;
  border-right: solid 2px #777777;
  border-bottom: solid 2px #777777;

}


#main p {
	padding: 0.5em 10px 1em;
}

.iso {
	text-align: center;
	color: #cc0000;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 12px;
 	font-weight: bold;
	padding: 0.5em 10px 1em;
}
.iso2 {
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 13px;
}
.green {
	color: #009933;
}
.landmac {
	color: #009933;
	font-size: 120%;
	margin-top: 25px;
 	font-weight: bold;
}	
.hyoushou {
	text-underline-position: below;
	text-align: center;
}
.katsu {
	font-size: 13pt;
	color: #009933;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;
}
.kanritable {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
.kanritable td{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.kanritable tr{
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.ShadowSample1 {
box-shadow:10px 10px 20px; /* ボックスの影を指定（[右][下][ぼかし]） */
}

/*:.tochi {
    background-color: #cafbce;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #cafbce;
    color: #0a8915;
    margin: 2em 0;
    padding: 2em;
}*/


.main-nav .logo {
   background: #4584b1;
}
/*イメージボックス*/
 
div.imagebox {
   background-color: #cafbce;  /* 2.背景色 */
   width: 250px;
   float: left;
   margin: 10px;
}
p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 3px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 100%;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}


 
 
 
/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

#count {
	float: bottom;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
}




/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	float: left;
	width: 86%;			/*What's Newボックスの幅*/
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}
