@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;
	background:#ffed8b;
}

.clear{
	clear:both;
}

h1{
	text-align:center;
	margin-bottom:40px;
}

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

/* -----------------------------------------------------------
	Wrapper
----------------------------------------------------------- */
div#wrap{
	width:800px;
	margin:0 auto;
	background:#fff;
}

div.tl_fudandukai{
	width:800px;
	margin:0 auto;
	text-align:right;
}

#topimg{
	text-align:center;
	margin-bottom:30px;
}

div.mokuji{
	text-align:center;
	margin-bottom:30px;
}

table.mokuji_table{
	width:450px;
	margin:0 auto 25px auto;
}

table.mokuji_table span{
	font-size:12px;
}

table.mokuji_table a{
	color:#ffae00;
	text-decoration:none;
}

table.mokuji_table a:hover{
	text-decoration:underline;
}

table.mokuji_table th{
	width:120px;
	padding-bottom:15px;
	color:#ffae00;
}

table.mokuji_table th.not_yet{
	color:#ffd9a3;
	
}

table.mokuji_table td{
	padding-bottom:15px;
	color:#ffd9a3;
}

div.img_under_mokuji{
	text-align:center;
	margin-bottom:40px;
}

div.btn_profile{
	text-align:center;
	margin-bottom:30px;
}

table.talk{
	width:520px;
	margin:0 auto;
	font-size:15px;
	line-height:1.8;
}

table.talk th{
	width:78px;
	font-weight:bold;
	padding-bottom:1.5em;
	vertical-align:top;
}

table.talk td{
	width:442px;
	padding-bottom:1.5em;
	vertical-align:top;
}

div.photo{
	text-align:center;
	margin-bottom:2em;
}

div.intro{
	width:500px;
	margin:0 auto 30px auto;
	font-size:15px;
	line-height:1.8;
}

span.annotation{
	font-size:12px;
}

div.annotation_desc{
	width:500px;
	margin:0 auto 20px auto;
}

div.annotation_desc p{
	font-size:12px;
	line-height:1.5;
	margin-bottom:1em;
}

table#next_prev{
	width:712px;
	margin:0 auto;
}

table#next_prev td{
	padding:20px 0;
}


div#footer_likebutton{
	width:450px;
	margin:0 auto;
	padding:20px 0 40px 0;
}

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

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#profile_wrap{
	width:500px;
	margin:0 auto;
	background:#fff;
	padding:30px 0;
}

div.profile_box{
	width:440px;
	margin:0 auto 20px auto;
	overflow:hidden;
	color:#ff6001;
}

div.profile_box div.image{
	width:160px;
	float:left;
}

div.profile_box div.text{
	width:260px;
	float:right;
	text-align:left;
}

div.profile_box div.text h1{
	font-size:28px;
	margin-bottom:0;
	font-weight:bold;
	text-align:left;
}

div.profile_box div.text p.furigana{
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
}

div.profile_box div.text p.desc{
	font-size:14px;
	line-height:20px;
}

div.profile_box div.text p.desc a{
	color:#ff6001;
}

p.details{
	width:440px;
	margin:0 auto;
	font-size:14px;
	line-height:20px;
	color:#ff6001;
}