div#MainContents {
	float:left;
	width:585px;
	margin:0 5px 30px 6px;
	padding:0 5px;
}
div#MainContents h1 {
	margin:0;
	padding:0;
}
div#MainContents p {
	margin:20px 10px 20px 5px;
}
/** 会員情報TOPページリスト **/
div#MainContents div.MemberTop {
	margin:30px 0 15px 0;
	padding:0;
}
div#MainContents div.MemberTop dl {
	margin:0 0 0 10px;
	padding:0;
}
div#MainContents div.MemberTop dl dd {
	margin:0;
	padding:0;
}
div#MainContents div.MemberTop dl dd ul {
	margin:0 0 5px 0;
	padding:0 0 0 1px;
	border:1px solid #CCCCCC;
	list-style-type:none;
}
div#MainContents div.MemberTop dl dd ul li {
	margin:1px 0;
	padding:5px 0 5px 5px;
	border-left:3px solid #93ABD0;
	line-height:1.5em;
}
/** サブメニュー設定 **/
div#SubMenu {
	background:url('../img/subnavi-back.png') no-repeat;
	float:left;
	width:185px;
	height:400px;
	margin:0 0 auto 3px;
}
div#SubMenu ul {
	margin:42px 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	vertical-align:bottom;
}
div#SubMenu ul li {
	height:27px;
	margin:0 0 2px 6px;
	padding:0 0 0 0;
}
div#SubMenu ul li img {
	margin:0 0 0 0;
	padding:3px 0 0 0;
	border-left:5px solid green;
}
/** 会員情報リスト **/
div.RegularListTop {
	border-bottom:1px solid #999999;
	margin:30px 0 15px 0;
	padding:0 0 3px 0;
}
div.RegularListContents {
	margin:10px 0 0 0;
	padding:0;
}
div.RegularListContents dl {
	margin:0 0 40px 15px;
	padding:0;
}
div.RegularListContents dt {
	margin:0 0 10px 5px;
	padding:0 0 0 5px;
	border-left:5px solid #5DA0A0;
	clear: both;
}
div.RegularListContents dd {
	float: left;
	width: 230px;
	margin: 0 10px 7px 20px;
}

/** 会員からの情報 **/
div.MemberInfo {
	margin:20px 0 20px 0px;
	padding:10px 0 0 10px;
	border-top:1px solid #5DA0A0;
	border:0;
	line-height:1.4em;
}
div.MemberInfo form {
	border:0;
	margin:0;
}
div.MemberInfo table {
	width:570px;
	border:1px solid #8398AE;
	line-height:1.3em;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
}
div.MemberInfo table.Head {	/** 掲示板上部、タブのテーブル **/
	border:0;
	width:570px;
}
div.MemberInfo table.Head td,
div.MemberInfo table.Head th {
	text-align:right;
	width:570px;
	border:0 !important;
}
div.MemberInfo table.MemberBBS {	/** 掲示板のテーブル **/
	width:570px;
}
div.MemberInfo table.MemberBBS th.Title {	/** 掲示板のテーブル **/
	font-size:14px;
	color:#333333;
	text-align:left;
	padding:3px 10px 3px 5px;
	/* width:420px; */
}
div.MemberInfo table.MemberBBS th.Name {	/** 掲示板の投稿者 **/
	/* width:150px; */
	font-size:12px;
	font-weight:normal;
	text-align:right;
	line-height:1.2em;
	padding:2px 5px 1px 5px;
}
div.MemberInfo table.MemberBBS td.Con {		/** 掲示板の中身 **/
	padding:8px;
	font-size:14px;
	line-height:1.3em;
	width:560px;
}
div.MemberInfo table.MemberBBS td.Url {		/** 掲示板のURL **/
	width:560px;
}
div.MemberInfo table.TableBtLi {	/** 掲示板下部のインターフェイス **/
	border:0;
}
div.MemberInfo table.TableBtLi td {
	border:0;
}
div.MemberInfo table.Input {	/** 掲示板入力画面のテーブル **/
	width:570px;
}
div.MemberInfo table.Input th {
	border-right:1px solid #8398AE;
	border-top:1px solid #8398AE;
	width:170px;
}
div.MemberInfo table.Input th.top {
	border-top:0;
}
div.MemberInfo table.View {	/** 掲示板確認画面のテーブル **/
	width:570px;
}
div.MemberInfo table.View th {
	border-right:1px solid #8398AE;
	border-top:1px solid #8398AE;
	width:150px;
}
div.MemberInfo table.View th.top {
	border-top:0;
}
div.MemberInfo table.View td {
	width:420px;
}
div.MemberInfo table tr th {	/** 掲示板のテーブル大元 **/
/*	background:#9AB3CD;*/
	font-weight:bold;
	text-align:center;
	background:#B4C6DA;
	padding:5px;
}
div.MemberInfo table tr th.Title {
	font-size:1.2em;
	color:#333333;
	text-align:left;
	padding:0 10px 0 0;
}
div.MemberInfo table tr td {
	border-top:1px solid #8398AE;
	padding:5px;
	width:400px;
}
div.MemberInfo table tr td textarea {
	width:400px;
}
div.MemberInfo table tr td.top,
div.MemberInfo table tr th.top {
	border-top:0;
}
div.MemberInfo table tr th.top {
	width:150px !important;
}
div.MemberInfo table tr td input.area1 {
	width:150px;
	margin-right:5px;
}
div.MemberInfo table tr td input.area2 {
	width:350px;
}
div.Botton {
	text-align:center;
	border:0;
}
div.Botton table {
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	width:560px;
	color:#666666;
	border:0 !important;
}
div.Botton table td {
	border:0 !important;
	background:#FFFFFF;
	padding:3px;
	text-align:center;
}
div.Botton table td input{
	width:120px;
}
div.MemberInfo table.Input {	/** 会員からの情報入力・入力画面のテーブル **/
	border-bottom:1px solid #8398AE;
}
div.MemberInfo table.Input td input {
	width:390px;
}