@charset "shift_jis";

body {
	background:  url('image/green7.gif') repeat; 
	color: #000;/*通常のテキストカラー*/
   	font-family:HG丸ｺﾞｼｯｸM-PRO,ＭＳ Ｐゴシック,メイリオ,ヒラギノ丸ゴ ProN W4,Hiragino Maru Gothic ProN,Osaka,Sans-Serif;
	padding: 5px 20px 5px 20px; /*上右下左*/
	}

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.2%;
	padding-left: 1.9%;
	padding-right: 1.9%;
}
#Layouthead {
	clear: both;
	width: 100%;
	display: block;
	margin-left: 0;
	border-top: 1px solid #00a;
	border-right: 1px solid #00a;
	border-left: 1px solid #00a;
}
#Layoutmain100 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* background: #e0ffff; */ 
	}
#Layoutmain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 79.1666%;
	display: block;
}
#Layoutside {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 16.6666%;
	display: block;
}
#Layoutfoot {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #00a;
}


/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;}
#Layouthead {
	clear: both;
	width: 100%;
	display: block;
	margin-left: 0;
	border-top: 1px solid #00a;
	border-right: 1px solid #00a;
	border-left: 1px solid #00a;
}
#Layoutmain100 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* background: #e0ffff; */
}
#Layoutmain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.3589%;
	display: block;
}
#Layoutside {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
	}
#Layoutfoot {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #00a;
}
}

/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#Layouthead {
	clear: both;
	width: 100%;
	display: block;
	margin-left: 0;
	border-top: 1px solid #00a;
	border-right: 1px solid #00a;
	border-left: 1px solid #00a;
}
#Layoutmain100 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* background: #e0ffff; */
}
#Layoutmain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 79.5918%;
	display: block;
}
#Layoutside {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 18.3673%;
	display: block;
}
#Layoutfoot {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: 1px solid #00a;
}
}


/*  ヘッダー  */
h1 {
	margin: 20px 0px 10px 0px; /*  マージン 上、右、下、左 */
	text-align: center;
	color: #00a ;	/* 文字色 */
	}
/* 
.photoR{
	background: url('image/a0802s.jpg') no-repeat;
	width: 115px;
	height: 120px;
	float: right;
	}
.photoL{
	background: url('image/s0506s.jpg') no-repeat;
	width: 115px;
	height: 120px;
	float: left;
	}
*/

/*  メインメニュー・ナビゲーション  */
#mainmenu {
	padding: 0px;
	margin:0px 0px 0px 0px; /*  マージン 上、右、下、左 */
	text-align:center;
	width:100%;
	}
#mainmenu ul {
	list-style:none;
	margin: 0px auto;
	display:block;
	text-align: left;
	line-height: 20px;
	height: 40px;
	background: #e0ffff;
	/*
	border-bottom: 1px solid #666666; 
	border-top: 1px solid #666666;*/
	}
#mainmenu li {
	float: left;
	width: 14.2857%;
	}
#mainmenu ul li a {
	display: block;
	text-align: center;
	border-right: 1px solid #00F  ;
	color: #009;	/* メニューの文字色 */
	text-decoration: none;
	list-style:none;
　　float:left;
	font-weight: bold;
	}
#mainmenu ul li a:hover {
	background: #FCF ;	/* メニューカーソルオーバー時に背景色をこの色にする */
	color: #F0F ;	/* カーソルオーバー時の文字色 */
	}
#mainmenu ul li .active {
	background:#FFF ;
	color: #06F ;
	}
#mainmenu .last {
	border-right-style: none;	/* 一番右のメニューの右境界線を消す設定 */	
	}
.line1{
	background: #006;
	width: 100%;
	height: 5px;
	margin: 0px;
	clear:left
	}
.line2{
	background: #006;
	width: 100%;
	height: 1px;
	clear: left;
	margin: 0px 0px 3px 0px; /*  マージン 上、右、下、左 */
	}


/*  右サイド  */
#sidediv{
	margin: 0px 0px 0px 10px;  /*上右下左*/
	}

/*  フッター  */
#footer{
	font-size: 12px;
	text-align: center;
	color: #006 ;	/* 文字色 */
	font-weight: bold;
	margin: 15px 0px 5px 0px; /*  マージン 上、右、下、左 */
	}
#copy{
	font-size: 10px;
	text-align :right;
	margin: 10px 0px 10px 0px;  /*上右下左*/
	}
	
	
	
/* リンク */	
a{	color:#0000FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	font-weight: bold;
	}

/* ボタン */
ul { list-style:none; /*白丸の場合list-style:circle*/  margin: 0; padding:0;}　
li { display:block; float:left;  text-align:center;  width:150px; }
a#botan { 
	display:block; line-height:1.3em; width:150px;
	color:white;  background-color:#666e99;  text-align:center;

	text-decoration:underline;

	font-size:18px; text-decoration:none;　 
	border-top:solid 3px #a3bac2;
	border-left:solid 3px #a3bac2;
	border-bottom:solid 3px #333766;
	border-right:solid 3px #333766;
	}
li a#botan:hover { color:white;  background-color:#006699;  text-align: center}

	
	
/*** CSS Document Page-parts ***/

.padding3-10  { /* text-indent: 1em;  段落初めに一文字開ける */
	padding: 3px 10px 10px 10px; /*上右下左*/
    }	
.padding5-20 { padding: 5px 20px 10px 20px;
	}
	
h2{	/* background-color:#ccffff;
	border-left:7px solid #ffccff;
	padding-left:7px;
	font-size: 18px; */
	margin-bottom:10px;
	font-weight: bold;
	color: #00a;
	}

h3{	/* background-color:#ccffff;
	border-left:7px solid #ffccff;
	padding-left:7px;
	font-size: 18px; */
	margin-bottom:10px;
	font-weight: bold;
	color: #00a;
	}

h4 { /* font-size: 18px; */
	margin-bottom:8px;
	font-weight: bold;
	color: #00a; }

h5 { /* font-size: 18px; */
	margin-bottom:7px;
	font-weight: bold;
	color: #00a; }
	
p {	line-height:150%;	}

div { line-height:125%; }

 /*  #=id  .=class */	
.clear { clear:both; }   
.clear hr { display:none; }


/*　文字色設定　*/
.red{ color: #dd0000;} 

.green{ color: #060;}

.blue{ color: #000099;}

/*　背景色設定　*/
#bgwhite { background-color: #fff;
	border-bottom: 1px solid #666;}

#bgblue2 { background-color: #cff; 
	border-bottom: 1px solid #00C;}

#bgblue { background-color:  #9ff;
	border-bottom: 1px solid # 00C;}

#bgyellow { background-color:#ffc;
	border-bottom: 1px solid #F90;}

#bgpink  { background-color: #fcf;
	border-bottom: 1px solid #F0F;}

#bggreen { background-color :#6F9; 
	border-bottom: 1px solid #060;}

/*　行そろえ　*/
#center { text-align:center;}
.center { text-align:center; }
#right { text-align:right; 	float: right; margin: 5px 5px 5px 5px; /*上右下左*/ }
.right { text-align:right;}
#left { text-align:left; 	float: left; margin: 5px 5px 5px 5px; /*上右下左*/ }
.left { text-align:left;}
