html,body{
	margin:0 auto 0 auto;
	padding:0;
//	background: #0097e0;
	background: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo;
	font-size:12px;
	color:#000000;
}
.container{
	margin:0 auto 0 auto;
	width:792px;
	max-width:792px;
}
.t_container{
	border-padding:0;
	border-spacing:0;
	border-left:1px  #1e72c1 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
	border-right:1px  #1e72c1 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.container TD{
	margin:0px;
	padding:0px;
	border-width:0px;
/*	background-color:red;	*/
}

TABLE.menu{
	margin:0 auto 0 auto;
	border:0;
	background-color:#ffffff;
	width:790px;
	max-width: 790px;
}
TABLE.menu TD{
	text-align:center;
	width:130px;
}

TABLE.profile{
	margin-top:10px;
	margin-left:10px;
}

TD.profile_detail{
	font-size:12px;
	border-bottom-style: solid;
	border-bottom-width: thin; 
	border-bottom-color: #888888; 

}
TABLE.contents{
	background:#FFFFFF;
}

.news{


}

.news_date{
	font-size:10px;
	color:#888888;
}

TD.news_date{
	width:70px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


.news_contents{
	font-size:10px;
	color:#888888;
}

b.profile{
	font-size:12px;
	color:#1e72c1;
	font-weight:bold;
}

TD.news_contents{
	width:330px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.profile_date{
	font-size:10px;
	color:#888888;
}

TD.profile_date{
	width:100px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


.profile_contents{
	font-size:10px;
	color:#888888;
}

TD.profile_contents{
	width:300px;
	border-bottom: 1px solid #CCCCCC;
}


.style_link{
	font-size:8px;
	color:#AAAAAA;
}

TD.style_link{
	width:400px;

}


ul, ol{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
//	width:300px;
}

li.contents_link{
	font-size:10px;
	margin-top:0.25em;
	margin-bottom:0.25em;
	list-style-type:none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width:200px;
}

li.contents_link a{
	text-decoration: none;
}

ul ul, ul ol,ol ol, ol ul{
margin-left:1em;
padding-left:0;
}
ul li, ol li{
margin-left:5em;
}
li li{
margin-left:1em;
}


.link-notice{
//	background-image:url("imgs/back_link.jpg");
	background-repeat:no-repeat;
	font-size:10px;
	color:#888;
	margin:0 auto 0 auto;
	padding:0;
}
TD.link-notice b{
	font-size:10px;
	color:#1e72c1;
	font-weight:bold;
}