@charset "utf-8";
/*ページの基本デザイン*/
body { padding: 0; font-family: ""メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif; color: #666; background-color: #f9f6d1; margin: 5px 0 0; }
h1 { margin: 0; font-family:  Arial, Helvetica, sans-serif; font-size: 20px; font-weight:normal; color: #ff912b; }
h2 { color: #af6e39; margin: 0; font-size: 100%; padding-top: 5pt; }
h3 {
	margin: 0;
	font-size: 90%;
}
p {
	margin: 0;
	font-size: 90%;
	line-height:1.6;
}
address { color: orange; font-style: normal; text-align: center; font-size: 0.8em; margin-left: 12px; }
a {
	color: blue;
	text-decoration: none;
}
.article p img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
}
.article {
	padding: 5px;
	border: solid 1px #ccc;
	margin: 10px;
	min-height: 150px;
	zoom: 1;
}
.article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ======================================== */
.nav {
	padding: 0 0 0 0;
	margin: 0 auto 5px;
	width: 900px;
	font-size: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: #333;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	display: block;
}
.nav li a:hover {
	background: #666;
}
/* ======================================== 

.nav ul li {
	display:inline-block;
	padding:0 5px;
	border-left: 1px solid #037d77;
}
.nav ul li:first-child {
	border-left: none;
}
*/
.links ul {
	list-style-type:none;
	font-size:90%;
	margin:0;
	padding:0;
	line-height:1.8;
}
.links ul li { background-image: url(../images/ico.gif); padding-left:20px; background-repeat:no-repeat; background-position:left 6px; }
.nav ul li#now a {
	color: silver;
	font-weight: bold;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;

}
/*ページTOPボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}