@charset "utf-8";

/*ベース（ﾍﾟｰｼﾞ全体に有効なcss）
----------------------------------------------------------------*/

html,body{scrollbar-base-color:#66CC66}


#container_Grandparents {
	width: 750px !important;
	width /**/: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	position: relative;
	height: 1341px;
	margin-bottom: 10px;
	background-image: url(../Image/Background/background-main.jpg);
}




/*ヘッダー
----------------------------------------------------------------*/

#header_Grandparents {
	height: 200px;
	position: relative;
	border: thin solid #006600;
	background-image: url(../Image/Background/background-header.jpg);
}

#header_Grandparents_img {
	position: absolute;
	left: 27px;
	top: 40px;
}

#header_Grandparents_h1 {
	font-size: 26px;
	padding-left: 35px;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/*メイン
----------------------------------------------------------------*/
#main_Grandparents {
	float: none;
	width: 748px;
	display: inline;
	height: 1050px;
	position: relative;
}

#main_Grandparents_h2 {
	background-position: left top;
	font-size: 100%;
	padding-left: 10px;
	height: 30px;
	padding-top: 4px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}

#main_Grandparents_p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}


/*フッター
----------------------------------------------------------------*/
#footer_Grandparents {
	clear: both;
	width: 750px;
	font-size: 11px;
	padding-bottom: 2px;
	background-color: #003300;
	padding-top: 2px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 18px;
	top: 1320px;
	left: 0px;
}

#footer_menu_Grandparents {
	clear: both;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 15px;
	top: 1299px;
	padding-top: 1px;
	padding-bottom: 1px;
	left: 7px;
	color: #003300;
}


#footer_Grandparents_a {
	color: #FFFFFF;
}

