@charset "utf-8";
/* profile.css 自己紹介 */
/* サイドメニュー階層1 */
.sub_navi ul.sub1 li{
	height:60px;
}
.sub_navi ul.sub1 li a{
	padding-top:60px;
}

#main_area p{
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.2em;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}


/*===h2見出し===*/
/* ./profile/index.html profile_more.html*/
h2{
	background-image:url(../images/profile/h2_profile.png);
	background-repeat:no-repeat;
}
/* ./profile/profile_dream.html */
h2.dream{	background-image:url(../images/profile/h2_dream.png);}

/*===./profile/index.html===*/
/*自己紹介メイン 画像と箇条書きの2段組*/
div#tsuru_profile{
	/*width:440px;*/
	/*float:left;*/
	font-weight:bold;
	margin-bottom:40px;
	margin-top:30px;
}
/* つる渉名前 テキスト→画像*/
div#tsuru_profile p.tsuru_name{
	background-image:url(../images/profile/tsuru_name.png);
	background-repeat:no-repeat;
	width:398px;
	height:91px;
	text-indent:-9999px;
	margin-left:10px;
	margin-bottom:30px;
}
/* つる渉自己紹介 箇条書き */
div#tsuru_profile ul{
	margin-left:30px;
	margin-top:20px;
	margin-bottom:25px;
	font-size:15px;
	float:left;
}
div#tsuru_profile ul li{
	line-height:2.0;
	font-weight:normal;
}
div#tsuru_profile img.body{
	float:right;
}

#tsuru_photo {
	position:relative;
	margin-top:30px;
	margin-right:10px;
	width:150px;
	height:150px;
	float:right;
}

/* 中見出し */
h3{
	clear:both;
	font-size:16px;
	background-color:#9C3;
	padding:4px;
	margin-bottom:5px;
}

#greeting {
	position:relative;
	margin-top:30px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:1.5em;
	width:480px;
	float:left;
}
#message {
	position:relative;
	
	margin-top:30px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:1.5em;
	width:650px;
}
div#message img{
	float:right;
}

/* 略歴 */
#biography {
	position:relative;
	margin-top:30px;
	margin-right:10px;
	line-height:1.5em;
	width:630px;
}
*html #biography {
	position:relative;
	clear:both;
	margin:30px 5px 0 0;
	line-height:1.5em;
	width:500px;}
#biography dl{
	margin-bottom:50px;
}
#biography dt {
	position:absolute;
	left:0;
	clear:both;
	width:60px;
	padding:0px 0 0px 5px;
	margin-bottom:10px;
	float:left;
	font-size:13px;
	font-weight:bold;
	background-color:#FFCC00;
	
}
#biography dd {
	padding:0px 0 0px 15px;
	margin-left:100px;
	background:url(../images/profile/dd.gif)  no-repeat;
	background-position: 0 6px;
	font-size:13px;
}

/*=== つる渉の夢 ./profile/profile_dream.html ===*/	
div#tsuru_dream p.tsuru_dream{
	background-image:url(../images/profile/dream.gif);
	background-repeat:no-repeat;
	width:308px;
	height:44px;
	text-indent:-9999px;
	margin-bottom:20px;
}
div#tsuru_dream p{
	text-indent:1em;
}
div#tsuru_dream ul{
	margin-left:50px;
	margin-bottom:20px;
}


div#tsuru_dream ol{
	margin-bottom:50px;
	margin-right:20px;
}
div#tsuru_dream ol li h4{
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	color:#006600;
	border-bottom:solid 2px #060;
}
div#tsuru_dream ol li p.example{
	border:2px solid #CC6;
	padding:6px;
	font-size:12px;
	margin-right:10px;
}
div#tsuru_dream ol li ul li{
	line-height:2.0em;
	font-size:13px;
}

/*===つる渉 もっと===*/
div#tsuru_more img{
	float:right;
}
div#tsuru_more ul{
	float:left;
	width:300px;
	margin-left:20px;
}
div#tsuru_more ul li{
	line-height:1.8;
	font-weight:normal;
/*	line-height:1.8em; */
/*	background-image:url(../images/profile/bullet_star.png); */
	background-repeat:no-repeat;
/*	list-style-type:none; */
	padding-left:0px;
	list-style-type: disc;
/*	background-position:0 -4px; */
	font-size:14px;
	display: list-item;
	text-align: -webkit-match-parent;
}

