@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	color:#3e3a39;
	line-height:130%;
	font-weight:normal;
	text-decoration:none;
	font-family:times new roman,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/* 全ページ共通のデザイン用 */
body{

}
#container{
	width:1500px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/back1500.png);
	background-repeat:no-repeat;
	}

p{
	width:1000px;
	height:400px;
	padding-top:80px;
}

#text1{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
a:hover{
	color:#555555;
}

#copy{
	font-family:times new roman,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:small;
	height:20px;
	margin-top:180px;
	padding-bottom:40px;
}

@media screen and (max-width: 480px){

body{

}
#container{
	width:480px;
	background-image:url(images/back480.png);
	background-repeat:no-repeat;
	background-color:#EFF9D4;
	}

p{
	width:340px;
	height:310px;
	padding-top:170px;
	margin-left:30px;
}

#text1{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
a:hover{
	color:#555555;
}

#copy{
	font-family:times new roman,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:small;
	height:20px;
	padding-bottom:40px;
}
}
@media screen and (min-width: 1024px){
body{

}
#container{
	width:auto;
	background-image:url(images/back1500.png);
	background-repeat:no-repeat;
	}

p{
	width:1000px;
	height:400px;
	padding-top:80px;
	padding-left:80px;
}

#text1{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
a:hover{
	color:#555555;
}

#copy{
	font-family:times new roman,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:small;
	height:20px;
	padding-bottom:40px;
}
 
}
@media screen and (min-width: 480px) and ( max-width:1024px){

body{

}
#container{
	width:800px;
	background-image:url(images/back800.png);
	background-repeat:no-repeat;
	background-color:#EFF9D4;
	}

p{
	width:430px;
	height:230px;
	padding-top:220px;
	margin-left:50px;
}

#text1{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
a:hover{
	color:#555555;
}

#copy{
	font-family:times new roman,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:small;
	height:20px;
	margin-top:180px;
	padding-bottom:40px;
}
 
}

