@charset "utf-8";

/* *	{margin:0px; padding:0px;} */

div.content	{
	width:880px !important;
	margin:0px;
	padding:0px;
}

p	{margin:0px; padding:0px;}



div#Contents	{
	padding:3px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic";
	background:#edf3d7;
	overflow:hidden;
}

div.off {
	padding:40px 0 100px 0 !important;
	text-align:center;
	background:#FFF !important;
}



/*　リンク
----------------------------------------------------------------------------*/

div#Contents a	{
	/*color:#1a75ca;*/
	text-decoration:none;
}



/*　ヘッダー
----------------------------------------------------------------------------*/

/*　ぱんくず　*/

div#Pan {
	width:955px;
	margin:0px;
	padding-left:5px;
	font-size:10px;
	letter-spacing:1px;
	border-top:1px solid #999999;
	clear:both !important;
}



/*　配置
----------------------------------------------------------------------------*/

div#catch	{
	width:850px;
	margin:10px 0;
	padding:10px 15px;
	background-color:#edf3d7;
	position:relative;
}

div#catch img	{
	margin-right:15px;
	float:left;
}

div#catch:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*　角丸
----------------------------------------------------------------------------*/

div.tl,
div.tr,
div.bl,
div.br	{margin:0px; padding:0px; position:absolute; width:5px; height:5px; display:block;}

div.tl	{top:0; left:0; background:url(/pid05/images/tl.gif) no-repeat;}
div.tr	{top:0; right:0; background:url(/pid05/images/tr.gif) no-repeat;}
div.bl	{bottom:0; left:0; background:url(/pid05/images/bl.gif) no-repeat left bottom;}
div.br	{bottom:0; right:0; background:url(/pid05/images/br.gif) no-repeat right bottom;}



/*　IE6 親ボックス下に1px空きが出来るバグ対策
　　【親ボックスの高さが奇数のとき-1pxする　IE6以下のみ対応】　↓↓　*/

* html div.tl,
* html div.tr,
* html div.bl,
* html div.br,{ 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); 
    right: expression(this.parentNode.clientWidth % 2 == 0 ? 0 : -1); 
}

/*　---------------　↑↑　*/


/*　見出し
----------------------------------------------------------------------------*/

h3	{
	margin:0px 0px 5px 0px;
	padding:5px;
	font-size:120%;
	color:#FFF;
	font-weight:bold;
	background:#690;
	border-left:10px solid #aac745;
}

/*　テーブル指定　
-----------------------------------------------------------------------------*/

table#view {
	margin:0 2px 5px 5px;
	border-collapse:collapse;
	border-top:1px solid #690;
	background:#FFF;
	width:864px;
}

table#view tr.head td {
	padding:0 !important;
	border:none !important;
}

table#view td {
	padding:10px;
	border-bottom:1px solid #690;
	text-align:center;
}

table#view th {
	padding:10px;
	border-bottom:1px solid #690;
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	color:#406000;
}

table#view th a {
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	color:#406000;
}

table#view tr.head td.conts {
	width:60%;
}

table#view tr.head td.now {
	width:15%;
}

table#view tr.head td.dline {
	width:25%;
}

table#view tr.head td p {
	background:#eee;
	margin-top:1px;
	/*margin-right:0;
	margin-bottom:0;*/
	padding:3px 4px;
	font-weight:bold;
	text-align:center;
}


table#view tr.head td.now p,table#view tr.head td.dline p {
	margin-left:0;
}

table#view tr.head td.dline p {
	/*margin-right:1px;*/
}

table#view td a.open {
	width:92px;
	height:24px;
	display:block;
	margin:auto;
	background:url(/pid05/images/btn_open.gif) no-repeat;
}

table#view td a.soon {
	width:92px;
	height:24px;
	display:block;
	margin:auto;
	background:url(/pid05/images/btn_soon.gif) no-repeat;
}

table#view td a:hover {
	background-position:0 -24px;
}

table#view td a {
	font-weight:bold;
	text-align:center;
}

/*　テーブル指定　
-----------------------------------------------------------------------------*/
ul.PageNavi {
	float:right;
	overflow:hidden;
	margin-bottom:4px;
}

ul.PageNavi li {
	float:left;
	width:18px;
	margin-right:5px;
}

ul.PageNavi li a {
	display:block;
	width:18px;
	height:16px;
	padding-top:3px;
	line-height:normal;
	text-align:center;
	color:#333;
}

ul.PageNavi li a:hover {
	text-decoration:underline !important;
}

ul.PageNavi li a.on {
	background:url(/pid05/images/bg_on.gif) no-repeat center;
}

ul.PageNavi li.start a {
	background:url(/pid05/images/btn_start.gif) no-repeat center;
}

ul.PageNavi li.prev a {
	background:url(/pid05/images/btn_prev.gif) no-repeat center;
}

ul.PageNavi li.next a {
	background:url(/pid05/images/btn_next.gif) no-repeat center;
}

ul.PageNavi li.last a {
	background:url(/pid05/images/btn_last.gif) no-repeat center;
}

ul.PageNavi li.start a:hover {
	background:url(/pid05/images/btn_start_o.gif) no-repeat center;
}

ul.PageNavi li.prev a:hover {
	background:url(/pid05/images/btn_prev_o.gif) no-repeat center;
}

ul.PageNavi li.next a:hover {
	background:url(/pid05/images/btn_next_o.gif) no-repeat center;
}

ul.PageNavi li.last a:hover {
	background:url(/pid05/images/btn_last_o.gif) no-repeat center;
}

/*ページトップへ
----------------------------------------------------------------------------*/

div.page	{
	margin:10px 0;
	text-align:right;
}

a.ptop {
	padding-left:18px;
	background:url(/pid05/images/icon_top.gif) no-repeat;
}