/* テーブル定義 */
#main
{
	width: 570px;
	display: block;
	float: left;
}

.headline
{
	width: 568px;
	height: 189px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: auto;
}

.topix
{
	width: 570px;
	margin: 10px;
	display: block;
}

.list_table, 
.detail_table
{
	display: block;
	clear: both;
	width: 568px;
}

.list_table /*.new,*/ .cl_date, .category, .cl_title
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

.list_table
{
position: relative;
width: 568px; height: 27px;
}

.list_table .cl_date
{
position:absolute;
display: block;
top:0px; left:0px;
width: 70px;
text-align: center;
float: left;
font-size: 100%;
color:#000000;
}

.list_table .category
{
position:absolute;
display: block;
top:0px; left:82px;
float: left;
width: 70px;
text-align: center;
background-color:#F0E68C;
border-color:#F0E68C;
font-size: 100%;
color:#000000;
font-weight:bold;
padding:0px 3px 0px 3px;
border-style:outset;
border-width:1px;
}

.list_table .cl_title
{
position:absolute;
display: block;
top:0px; left:155px;
font-size: 100%;
float: left;
margin-left: 15px;
font-weight:bold;
}

.list_table .new

{
/*position:absolute;
display: block;
top:0px; left:220px;
width: 30px;
text-align: center;
float: left;
background-color:#009999;
border-color:#009999;
font-size: 100%;*/
color:#ff0000;
font-weight:bold;
/*border-style:outset;
border-width:1px;*/
padding:0px 3px 0px 3px;
}

.detail_table .grp_block 
{
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_table .grp_block .cl_new, .cl_title, .cl_category, .cl_date
{
	display: block;
	float: left;
}

.detail_table .grp_block .cl_title
{
	padding: 5px;
	font-size: 12pt;
}

.detail_table .grp_block .cl_new
{
	padding: 5px;
	color: #FF0000;
}

.detail_table .grp_block .cl_category
{
	width: 270px;
	padding: 5px;
	text-align: left;
}

.detail_table .grp_block .cl_date
{
	width: 270px;
	padding: 5px;
	text-align: right;
}

.detail_table .grp_block .cl_image
{
	width: 300px;
	padding: 5px;
}

.detail_table .grp_block .cl_content img
{
	float: left;
	padding: 5px;
}

.detail_table .grp_block .cl_link
{
	width: 50px;
	padding: 5px;
}

.paging
{
	width: 1200px;						/* 幅の指定 */
	display: block;						/* ブロック要素 */
	clear: both;						/* 回込みの解除 */
	font-size: 12pt;						/* フォントサイズ */
}

.paging .p_back, .p_next
{
	width: 10px;						/* 幅の指定 */
	display: block;						/* ブロック要素 */
	float: left;
}

.paging .p_back
{
	text-align: right;
}

.paging .p_next
{
	text-align: left;
}

.main-service
{
	width: 570px;						/* 幅の指定 */
	display: block;						/* ブロック要素 */
	clear: both;						/* 回込みの解除 */
}

.main-service .ms-menu1, .ms-menu2
{
	width: 285px;						/* 幅の指定 */
	display: block;						/* ブロック要素 */
	float: left;						/* 回込みの設定 */
}

#view
{
	margin: 0 auto;						/* ページ全体を中央に表示 */
	min-height: 100%;					/* 要素の最小高さ */
	height: auto !important;  				/* IE6用設定 */
	height: 100%;  						/* 要素の高さ */
	padding: 0 10px;					/* 要素内の余白 */
	font-size: 10pt;					/* フォントサイズ */
	line-height: 200%;					/* 行の高さ */
	overflow: auto;						/* スクロールバーの表示 */
	clear: both;						/* 回込みの解除 */
}

#view #title
{
}

#view #main
{
	clear: both;						/* 回込みの解除 */
}

#view #main .cont_left, .cont_right
{
	display: block;						/* ブロック要素 */
	float: left;						/* 回込みの設定 */
}


/* ここから岡田追加分 */


.headline-joho
{
margin: 10px;
}

.sin-new
{
width: 30px;
text-align: center;
float: left;
background-color:#009999;
border-color:#009999;
font-size: 100%;
color:#ffffff;
font-weight:bold;
border-style:outset;
border-width:1px;
padding:0px 3px 0px 3px;
}

.sin-date
{
width: 100px;
text-align: center;
float: left;
font-size: 100%;
color:#000000;
}

.sin-cat
{
float: left;
width: 70px;
text-align: center;
background-color:#F0E68C;
border-color:#F0E68C;
font-size: 100%;
color:#000000;
font-weight:bold;
padding:0px 3px 0px 3px;
border-style:outset;
border-width:1px;
}

.sin-title
{
font-size: 100%;
float: left;
margin-left: 15px;
font-weight:bold;
}

























