@charset "UTF-8";
body {
	margin: 0;
}
#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
#header  {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-right: 60px;
	padding-left: 60px;
	height: 200px;
}
img {
	border: none;
}
#main {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	font-size: 16px;
	font-feature-settings : "palt";
	letter-spacing: 0.08em;
	line-height: 200%;
	padding-left: 60px;
	padding-right: 60px;
}
#menu {
	text-align: right;
	margin-top: 70px;
	float: right;
}
#menu ul {
	margin: 0;
}
/*#menu img{
transition: 0.2s;
}
#menu img:hover{
opacity: 0.5;
}*/

#logo {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
#menu ul li {
	display: inline;
	margin-left: 50px;
}
#footer {
	width: 860px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: right;
	padding-left: 60px;
	padding-right: 60px;
}
#main p {
	margin-top: 60px;
	margin-bottom: 60px;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.article {
	margin-top: 60px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.article .date {
	font-size: 13px;
}
.article .letter  {
	font-size: 20px;
}
.article p {
}
a {
	color: #000;
}
a:hover{
    color: #666;
    text-decoration: none;
}
#top {
	height: 510px;
	padding-top: 30px;
	background-image: url(../img/top_back_g.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
}
