@charset "utf-8";
/* CSS Document */

/*フッター固定設定
--------------------*/
html,body {
	height: 100%;
	
}

* {
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

h1,h2,h3,p,input,textarea,select{
	font-size: 100%;
	font-weight: normal;
}

img{
	border: 0;
	vertical-align: bottom;
}

/*リンク文字の設定
--------------------*/
a{
	text-decoration:underline;
	color:#303;
}	

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
}


#footer p {
	padding-top:5px;
}

@media screen and (min-width: 481px) {

#container {
	min-height: 100%;
	_height: 100%; /* for IE6 */
	margin: 0 auto;
	width: 1000px;
	position: relative;
	line-height:120%;
	background-color:#cdcfb6;
}

#footer {
	width: 1000px;
	margin: 10px auto;
	height: 60px;
	background-color:#cdcfb6;
	clear: both;
	text-align:center;
	color:#000;
	font-size:18px;
	font-family: Impact,Charcoal; 
	padding-top:40px;
}

/*共通設定
--------------------*/

body {
	color:#333;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#2b432c;
	background-image:url(../img/english/haikei.gif);
	background-repeat:repeat-y;
	background-position:center;
	
}

/*gotopの設定
--------------------*/
#gotop{
	position:fixed;
	bottom:0px;
	right:0px;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {


#container {
	min-height: 100%;
	_height: 100%; /* for IE6 */
	margin: 0 auto;
	width: 100%;
	position: relative;
	line-height:120%;
	background-color:#cdcfb6;
}

#footer {
	width: 100%;
	margin: 0px auto;
	height: auto;
	background-color:#cdcfb6;
	clear: both;
	text-align:center;
	color:#000;
	font-size:12px;
	font-family: Impact,Charcoal; 
	padding:20px 0 20px 0;
}

/*共通設定
--------------------*/

body {
	color:#333;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#2b432c;
	/*background-image:url(../img/english/haikei.gif);*/
	background-repeat:repeat-y;
	background-position:center;
	
}

/*gotopの設定
--------------------*/
#gotop{
	display:none;
}

}
