@charset "UTF-8";

/* reset */
body,h1{margin:0;padding:0;}

header{
	height:60px;
	clear:both;
	text-align:center;
	-webkit-box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 1px 3px 3px rgba(0, 0, 0, 0.1);
}
header img.head_logo{
	padding-top:12px;
	width: 179px;
}

#container{
	margin: 10px 10px 30px 10px;
}

#container2{
	margin: 0px 0px 30px 0px;
}

#more{
	margin:15px 10px;
	text-align:center;
}
#more p a{
	padding: 11px 0 7px 0;
	display:block;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top, #ffffff, #DADADA);
	background-image: -o-linear-gradient(top, #ffffff, #DADADA);
	background-image: linear-gradient(to bottom, #ffffff, #DADADA);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DADADA));
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}
#more p a img{
	width: 113px;
}

hr{
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
	margin:10px;
}

footer{
	margin:10px;
	text-align:center;
}

footer a:link {
	font-size: 20px;
	color: #000000;
//	font-weight:bold;
	text-decoration:none;
}
footer a:visited {
	font-size: 20px;
	color: #000000;
//	font-weight:bold;
	text-decoration:none;
}
