@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}

a:link{color:#000000;}
a:focus{color:#0000ff;}
a:visited{color:#800000;}
a:link{text-decoration:none;}

img{
	vertical-align:bottom;
}

a img{
	border-style:none;
}

body{
	background-color:#ffefe0;
}

.clearfix{
	clear: both;
}

#all{
	width:950px;
	margin:0 auto;
	/* 字体 */
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
 /* 文字サイズ */
  font-size: 15px;
 /* 行の高さ */
  line-height: 1.75;
}

#header{
	text-align:center;
}

#header-text{
	background-color:#ffbf7f;
	width:950px;
	font-size:12px;
	color:#ffffff;
}

#maincontents{
	margin-bottom:10px;
}

#navi{
	width:790px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
}

#navimenu{
	list-style-type:none;

}

#navimenu li{
	float: left;
	line-height:40px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

.tittle{
	margin:0 auto;
}

.contents{
	width:950px;
	height:auto;
	margin-top:10px;	
}

.img{
	float:left;
	margin-top:10px;
	border-top:3px solid #ffb7b7;
    border-left:3px solid #ffb7b7;
    border-right:3px solid #ff8e8e;
    border-bottom:3px solid #ff8e8e;
    background-color:#ffffff;
}

.btn{
	margin-left:174px;
	margin-top:10px;
}

.text{
	float:right;
	width:600px;
	margin-top:10px;
	background-color:#fff9f4;
	padding:10px;
}

.btn_top{
	background: -moz-linear-gradient(top,#ffdbb7 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdbb7), to(#EEE));
    border: 1px solid #DDD;
    color:#111;
    width: 100px;
    height:20px;
    padding: 10px 0;
    display:block;
    text-align:center;
    margin-left:849px;
}

.list li{
	color:#ff8484;
	text-align:center;
	list-style-position:inside;
}

.list2 li{
	list-style-position:inside;
}

#footer{
	text-align:center;
	background-color:#ffbf7f;
	color:#ffffff;
	font-size:12px;
	width:950px;
}