@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Meiryo UI";
	text-align: center;
}
a:visited {
	color: #333;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #930;
}

/* ヘッダ部分
--------------------*/
body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}

header{
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	background-color:#fff;
	height:auto;
}

.inner{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	padding-top:10px;
	z-index:1;
}


#slide_menu{
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    background: #E87272;
}



a:link { color:#036; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

a {
text-decoration: none;
}


h1 {
	text-align:center;
}

h2 {
	font-family:"Meiryo UI";
	font-size:12px;
	font-weight:normal;
}

h3 {
	font-family:"Meiryo UI";
	font-size:12px;
	font-weight:normal;
	color:#C00;
	display: inline-block;
}

.red {font-family:"Meiryo UI";
font-size:11px;
color:#F00;}




.page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#topnav{
	float:right;
	overflow:hidden;
	text-align:center;
	font-size:11px;
	height: auto;
	margin: 30;
}

span{
color:#9e9259;
font-size:10px;
}

/* ニュース
--------------------*/
#news{
	padding:10px 0;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #DFDFDF;
}

#news li{
	padding:.5em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

#news li span{
	font-weight:bold;
	letter-spacing:-1px;
	margin-right:.5em;
}
