@charset "utf-8";



/* ----------------------------------------
 * このスタイルシートでは、ティザーサイトのヘッダー、コンテンツの入る白背景、フッターと全体の設定をいています。
基本的に修正する必要のないスタイルシートです。
各ページごとのスタイルは、それぞれcssを作成して設定。
 * ---------------------------------------- */

/* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/



/* ----------------------------------------
 * CONTENTS
 * ---------------------------------------- */
h3.title_top{
	width:710px;
	height: 35px;
	background: url(../images/member/title01_bg.gif) no-repeat left bottom;
	font-size:127%;
	font-weight:bold;
	line-height:300%;
	color:#fdc645;
	text-indent:12px;
}



div.copy{
	margin:30px;
}

h3.title{
	padding-top:40px;
	clea:both;
	width:710px;
	height: 35px;
	background: url(../images/member/title01_bg.gif) no-repeat left bottom;
	font-size:145%;
	font-weight:bold;
	line-height:200%;
	color:#fdc645;
	text-indent:12px;
}




div.member_list{
	clear:both;
	margin:20px 20px 60px 20px;
	padding-bottom:50px;
	background: url(../images/member/title01_bg.gif) no-repeat left bottom;
}

div.member_list p a{
	text-decoration:none;
}


div.photo{
	float:left;
	margin-right:20px;
}

div.photo p{
	width:125px;
	padding-top:5px;
	text-align:center;
}
div.photo img{
	padding:5px;
	border:solid 1px #cccccc;
}

div.text{
	float:right;
	width:510px;
}
div.text p{
	margin-bottom:13px;
}



h3.comment_title{
	font-weight:bold;
	color:#53bd58;
	border-bottom:dotted 1px #cccccc;
	padding-bottom:3px;
	margin-bottom:5px;
}

