@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:url(../img/bg.png) top repeat-x;
}

.clear{
	clear:both;
}

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

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

/* -----------------------------------------------------------
	Wrapper
----------------------------------------------------------- */
div.bg_wrap{
	background:url(../img/bg_nakamura.png);
}

div#wrap{
	width:800px;
	margin:0 auto;
	background:#fff;
}

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

#topimg{
	width:800px;
}

#topimg div.btn_takeda{
	position:absolute;
	top:320px;
	left:364px;
}

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

table.mokuji_table{
	width:475px;
	margin:0 auto 60px auto;
}

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

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

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

table.mokuji_table th{
	width:100px;
	padding-bottom:15px;
}

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

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

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

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

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

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

div.photo p{
	padding-top:5px;
}

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

div.intro p{
	margin-bottom:1em;
}

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

div.annotation_desc{
	width:500px;
	margin:0 auto 30px auto;
	padding-top:30px;
}

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

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

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


div#footer_likebutton{
	width:450px;
	margin:0 auto;
	padding:30px 0 50px 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:512px;
	margin:0 auto;
	padding:30px 6px;
	height:440px;
	background:url(../img/bg_profile.png) repeat-y;
}

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

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:22px;
	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;
}

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

div#footer_likebutton{
	width:450px;
	margin:0 auto;
	padding:30px 0 40px 0;
	text-align:center;
}

div.under_socialbuttons{
	margin-bottom:30px;
}

/* ツカイちゃんからのお知らせ */
div.oshirase{
	width:480px;
	padding:10px 10px 20px 10px;
	border:1px solid #333;
	margin:0 auto 20px auto;
}

div.oshirase h2{
	margin-bottom:5px;
}

div.oshirase p{
	font-size:14px;
	padding:0 8px;
	line-height:21px;
}

div.oshirase div.image{
	padding:15px 8px;
}