@charset "utf-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clear{
	clear:both;
}

/* ロールオーバー */
.rollover a:hover img{
	filter: alpha (opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
	opacity: 0.70;
}


/* -----------------------------------------------------------
	Main
----------------------------------------------------------- */
div#wrap{
	width:700px;
	margin:0 auto;
}

div.logo_fudandukai{
	padding:7px 7px 30px 0;
	text-align:right;
}

div#header{
	width:533px;
	margin:0 auto 60px auto;
	overflow:hidden;
	text-align:center;
}

div#header div.btn_profile{
	float:right;
}

div#article{
	width:480px;
	margin:0px auto;
	padding:0 26px;
	border-bottom:1px dashed #2f9aec;
}

div#article h2{
	font-size:18px;
	font-weight:bold;
	color:#444;
	margin-bottom:10px;
}

div#article span.date{
	font-size:12px;
	color:#444;
	margin-bottom:2em;
	display:block;
}

div#article p{
	font-size:15px;
	line-height:1.9;
	color:#444;
	margin-bottom:1em;
}

div#archives{
	width:480px;
	margin:0px auto 40px auto;
	padding:0 26px;
	border-bottom:1px dashed #2f9aec;
}

div#archives ul{
	font-size:14px;
	line-height:1.8;
	padding:1.5em 0;
}

div#archives span{
	font-size:12px;
}

div#archives ul a{
	color:#0083e8;
	text-decoration:underline;
}

div#footer_likebutton{
	width:480px;
	margin:0 auto;
	padding:40px 0 80px 0;
	text-align:left;
}

/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
div.footer_logo{
	text-align:center;
	padding-bottom:50px;
}


