/*====================================
		ページの長さ
=====================================*/

div#all{
height:1500px;
}

/*====================================
			コンテンツ
====================================*/

div#subcon{
width:500px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
}

div.subcon_l{
width:600px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
}

span.title{
color:#006699;
font-weight:bold;
}

/*==================================
					プロフィール
===================================*/

div.prof_wrap{
clear:both;
width:600px;
height:50px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#000000;
margin-bottom:10px;

border-top-style:dashed;
border-top-width:1px;
border-top-color:#bbbbbb;

border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#bbbbbb;

}

div.kita{
float:left;
width:215px;
padding:5px;
height:auto;
margin-bottom:10px;

}

div.title{
float:left;
width:150px;
height:35px;
margin-bottom:10px;
text-align:center;
background-color:#c8d9eb;
color:#006699;
font-weight:bold;
padding-top:15px;
}

div.iwa{
float:left;
width:225px;
width:215px;
padding:5px;
margin-bottom:10px;
}




div.prof_wrap_memo{
clear:both;
width:600px;
height:320px;

border-top-style:dashed;
border-top-width:1px;
border-top-color:#bbbbbb;

border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#bbbbbb;
}

div.kita_memo{
float:left;
width:215px;
padding:5px;
height:300px;
}

div.title_memo{
float:left;
width:150px;
height:305px;
text-align:center;text-align:center;
background-color:#c8d9eb;
color:#006699;
font-weight:bold;
padding-top:15px;
}

div.iwa_memo{
float:left;
width:215px;
padding:5px;
height:300px;
}