@charset "UTF-8";

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
img {
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}
a:hover img{
	top:1px; left:1px; position:relative;
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 960px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
}

.header {
}

*/
.content {
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.footer {
	padding: 10px 0;
	background-color: #F9F5E5;

}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.buttonArea01 {
	padding-top:1em;
	padding-bottom:1em;
	text-align: center;
	width: 960px;
	background-color: #F9F5E5;
}

#pageTop{
	background:#826c52;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	background:#b0926f;
	}