@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:800px;
	margin:0 auto;
	border-left:1px solid #c6c3bd;
	border-right:1px solid #c6c3bd;
}

div.logo_fudandukai{
	text-align:right;
	margin-bottom:13px;
}

div#header{
	width:760px;
	margin:0 auto 30px auto;
	padding-bottom:13px;
	overflow:hidden;
	border-bottom:1px solid #000;
}

div#header h1{
	float:left;
}

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

div#article{
	width:550px;
	margin:0px auto 50px auto;
	padding:50px 105px 0 105px;
	border-bottom:1px solid #000;
}

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

div#article p.date{
	font-size:11px;
	color:#444;
	margin-bottom:2em;
}

div#article p.body{
	font-size:15px;
	line-height:1.9;
	color:#444;
}

h3.tl_archives{
	width:760px;
	margin:0px auto 15px auto;
}

div#profile{
	width:550px;
	margin:0px auto 40px auto;
	padding:0 105px 50px 105px;
	border-bottom:1px solid #000;
}

div.profile_photo{
	padding:15px 0;
}

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

div#profile p{
	font-size:15px;
	line-height:1.9;
	color:#444;
}

ul#archives{
	width:780px;
	margin-left:20px;
	overflow:hidden;
	padding-bottom:50px;
}

ul#archives li{
	width:240px;
	float:left;
	margin:0 20px 20px 0;
	display:inline;
}

div.photo_after{
	margin-top:50px;
}

div#archives{
	width:550px;
	margin:0px auto 40px auto;
	padding:0 105px 50px 105px;
	border-bottom:1px solid #000;
}

div#archives h3{
	margin-bottom:35px;
}

table#arhives_table{
	width:550px;
	margin:0 auto 25px auto;
	font-size:14px;
}

table#arhives_table span{
	font-size:12px;
}

table#arhives_table td a{
	color:#282828;
	text-decoration:none;
}

table#arhives_table a:hover{
	text-decoration:underline;
}

table#arhives_table td.photo{
	width:170px;
}


div.like_button{
	width:500px;
	margin:0 auto;
	padding:80px 0;
}



/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
table#footer_socialbuttons{
	width:636px;
	margin:0 auto 60px auto;
}

table#footer_socialbuttons td.mail{
	padding-left:25px;
	width:205px;
}

table#footer_socialbuttons td.facebook{
	text-align:right;
}

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


