@charset "utf-8";
/*------------------------------------------------------------------------------*/
/*	▼　メイン　▼																*/
/*------------------------------------------------------------------------------*/

.body_title {
	 width: 580px;
	 height: 24px;
	 background-image: url(../images/material/title_diary.png);
	 font-size: 16px;
	 font-weight: bold;
	 text-align: left;
}
.body_name_outer {
	 width: 100%;
	 height: 40px;
	 line-height: 26px;
	 margin: 0px;
	 text-align: center;
}
.body_name_inner {
	 width: 300px;
	 height: 24px;
	 background: url(../images/material/title_library.png) no-repeat;
	 font-size: 16px;
	 font-weight: bold;
	 line-height: 26px;
	 margin: 0px auto;
	 text-align: center;
}
.body_main {
	 padding: 0px 55px 15px 45px;
	 text-align: left;
}
.body_main_01 {
	 line-height: 18px;
	 padding: 0px 20px 15px;
	 text-align: left;
}
.link_ban {
	 width: 450px;
	 margin: 8px 0px;
	 text-align: left;
}
.link_name {
	 line-height: 16px;
	 padding: 4px 10px;
}
.ban {
	 float: left;
}

table.profile			{width:518px; border-left: 9px double #999999;}
tr.profile				{border:dashed 1px #999999;}
td.profile_left			{height:19px; width:68px; text-align:center; vertical-align:middle;}
td.profile_right_01		{width:200px; border-left:50px; vertical-align:middle;}
td.profile_right_02		{width:450px; border-left:50px; text-align:left; vertical-align:middle;}
td.profile_image		{width:250px; border-left:50px; text-align:center; vertical-align:middle;}

