@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

#header {
/*    bottom: 0;*/
    width: 100%;
    height: 50px;
	line-height: 2.8;
	border-top:4px solidd #398527;
	background-color:#4C9CF1;
	color: #ffffff;
	text-align: center;
	font-size:125%;
}


#footer {
/*    position: absolute;*/
    bottom: 0;
    width: 100%;
    height:30px;
	border-top:4px solidd #398527;
/*	background-color:#48a732;*/
	background-color:#4C9CF1;
	color: #ffffff;
	text-align: center;
/*	padding-top:10px;*/
	font-size:90%;
}






/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}



#header {
    width: 100%;
    height: 100%;
	border-top:4px solidd #398527;
	background-color:#4C9CF1;
	color: #ffffff;
	text-align: center;
	font-size:110%;
}


#footer {
    bottom: 0;
    width: 100%;
    height:100%;
	border-top:4px solidd #398527;
	background-color:#4C9CF1;
	color: #ffffff;
	text-align: center;
	font-size:90%;
}






}
/* 1000pixel end */




