*	{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

br.clear	{
	clear: both;
	visibility: hidden;
	line-height: 0px;	/* IE6 */
}

body	{
	background: #FFF url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	height: 100%;
	min-height: 100%;
	text-align: center;	/* IE6以前のセンタリング */
}

body > #container	{ height: auto; }

div#container	{
	width: 1020px;
	margin: 0px auto;
	position: relative;
}

div#contents	{
	width: 1000px;
	margin: 0px auto 20px auto;
	text-align: left;	/* IE6以前のセンタリング-文字を左寄せに戻す */
}

div#header	{
	height: 120px;
	margin-bottom: 10px;
	position: relative;
}

div#header_in	{
	position: absolute;
	top: 30px;
	right: 0;
}

/*	ロゴ
---------------------------------------------------*/

div#home	{
	width: 849px;
	height: 99px;
	position: absolute;
	bottom: 10px;
	left: 0;
}

div#home a	{
	display: block;
	width: 849px;
	height: 99px;
	background: url(../../../img/temp001/logo.gif) no-repeat;
}

div#home a span	{ display: none; }

div#home a:hover	{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*	
---------------------------------------------------*/

div#header_bottom	{
	position: absolute;
	width: 790px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #AAA;
	bottom: 25px;
	right: 0;
}

/*
---------------------------------------------------*/

div#side_bar	{
	width: 195px;
	float: left;
}

div#inc_side_body	{
	width: 795px;
	float: right;
}

div.textbox	{
	border: 1px solid black;
}

/*	フッター
---------------------------------------------------*/

div#footer	{
	height: 50px;
	line-height: 50px;
	color: #666;
}

div#footer_body	{
	text-align: center;
}


/*	ヘッダーメニュー
---------------------------------------------------*/
div#header_in ul	{
	list-style: none;
}

div#header_in ul li	{
	float: left;
	margin-left: 10px;
}

div#header_in ul li a	{
	text-decoration: none;
}

div#header_in ul li a:hover	{
	text-decoration: underline;
}

/*	サイドバー
---------------------------------------------------*/

div.side_menu ul	{
	list-style: none;
	padding-bottom: 10px;
}

div.side_menu li.title6,
div.side_menu li.title5,
div.side_menu li.title4,
div.side_menu li.title3,
div.side_menu li.title2,
div.side_menu li.title1	{
	background: url(../../../img/temp001/menu_base.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	margin: 0 0 5px;
}

div.side_menu li	{
	line-height: 30px;
	height: 30px;
}

div.side_menu ul li a	{
	background: url(../../../img/temp001/arrow_black.gif) no-repeat 5px 5px;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	color: #000;
	text-decoration: none;
}

div.side_menu ul li a:hover	{
	color: #039;
}

/*	ログイン挨拶、パンくずリストのような物
---------------------------------------------------*/
div.topics	{
	background: #333;
	height: 30px;
	line-height: 30px;
	text-align: left;
	color: #EEE;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}

div.topics span	{
	color: #EEE;
	font-weight: bold;
}

/*	インフォメーション
---------------------------------------------------*/
div.topics_info	{
	background: url(../../../img/temp001/grad_top_white_50.gif) repeat-x top;
	height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	border: 1px solid #DDD;
}

/* インフォメーション(アクセス) */
div.topics_accs	{
	background: url(../../../img/temp001/grad_top_white_50.gif) repeat-x top;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
}

/* インフォメーション　リスト */

div.topics_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.topics_list dl	{
	padding: 20px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.topics_list dl dt	{
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

div.topics_list dl dd	{
	padding: 10px;
}

div.topics_list dl dd ul	{
	list-style: none;
}

div.topics_list dl dd ul li	{
	color: #000;
	line-height: 24px;
	background: url(../../../img/temp001/arrow_blue.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.topics_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
}

div.topics_list dl dd ul li a:hover	{
	text-decoration: underline;
}

div.topics_list dl dd ul li span	{
	color: #009;
	font-size: 16px;
	padding: 0px 5px;	/* IE5はspanにパッディングが無効？ */
	margin: 0px 5px;	/* IE5はspanにパッディングが無効？ */
}

div.topics_list dl dd ul li span a	{
	font-size: 16px;
}

/*	入力エラー
---------------------------------------------------*/

div.error_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.error_list dl	{
	padding: 20px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.error_list dl dt	{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: red;
	letter-spacing: 1px;
}

div.error_list dl dd	{
}

div.error_list dl dd p	{
	line-height: 1.5;
	margin: 0 0 10px 0;
	color: red;
}

div.error_list dl dd ul	{
	list-style: none;
}

div.error_list dl dd ul li	{
	color: red;
	height: 24px;
	line-height: 24px;
	background: url(../../../img/temp001/arrow_red.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.error_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
}

div.error_list dl dd ul li a:hover	{
	text-decoration: underline;
}

/*	登録完了、成功
---------------------------------------------------*/

div.comp_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.comp_list dl	{
	padding: 20px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.comp_list dl dt	{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #090;
}

div.comp_list dl dd	{
	padding: 10px 0px;
}

div.comp_list dl dd p	{
	line-height: 1.5;
	margin: 0 0 10px 0;
	color: #090;
}

div.comp_list dl dd ul	{
	list-style: none;
}

div.comp_list dl dd ul li	{
	color: #090;
	line-height: 24px;
	background: url(../../../img/temp001/arrow_green.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.comp_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
	padding: 0 3px;
}

div.comp_list dl dd ul li a:hover	{
	text-decoration: underline;
}

/*	ログイン画面
---------------------------------------------------*/

div.login_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.login_list dl	{
	padding: 20px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.login_list dl dt	{
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px;
	border-bottom: 1px solid #DDD;
}

div.login_list dl dd	{
	padding: 10px 10px 20px;
}

div.login_list dl dd p	{
	line-height: 1.5;
	margin: 0 0 10px 0;
}

div.login_list dl dd ul	{
	list-style: none;
}

div.login_list dl dd ul li	{
	line-height: 24px;
	background: url(../../../img/temp001/arrow_blue.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.login_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
}

div.login_list dl dd ul li a:hover	{
	text-decoration: underline;
}

/* ログインテーブル */

table.login_table	{
	width: 500px;
	margin: 20px auto;
	border: 1px solid #CCC;
	background: #FFF;
}

table.login_table th	{
	width: 100px;
	text-align: right;
}

table.login_table td input	{
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 14px;
	width: 280px;
}


/*	お友達紹介、オレンジ色のリスト
---------------------------------------------------*/

div.orange_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.orange_list dl	{
	padding: 10px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.orange_list dl dt	{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

div.orange_list dl dd	{
	padding: 10px 0px;
}

div.orange_list dl dd p	{
	padding: 10px;
}

div.orange_list dl dd ul	{
	list-style: none;
}

div.orange_list dl dd ul li	{
	line-height: 24px;
	background: url(../../../img/temp001/arrow_water.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.orange_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
}

div.orange_list dl dd ul li a:hover	{
	text-decoration: underline;
}

/*	バナー等、青色のリスト
---------------------------------------------------*/

div.blue_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 5px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.blue_list dl	{
}

div.blue_list dl dt	{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #DDD;
}

div.blue_list dl dt a	{
	text-decoration: none;
	color: #009;
}

div.blue_list dl dt a:hover	{
	text-decoration: underline;
}

div.blue_list dl dd	{
	padding: 10px;
}

div.blue_list dl dd p	{
	padding-left: 40px;
}

div.blue_list dl dd ul	{
	list-style: none;
}

div.blue_list dl dd ul li	{
	line-height: 24px;
	background: url(../../../img/temp001/arrow_blue.gif) no-repeat 0 5px;
	padding-left: 25px;
}

div.blue_list dl dd ul li a	{
	text-decoration: none;
	color: #009;
}

div.blue_list dl dd ul li a:hover	{
	text-decoration: underline;
}

/*	インフォメーション、アクセスリスト検索
---------------------------------------------------*/
div.topics_accs_list	{
	margin-bottom: 15px;
	border: 1px solid #DDD;
	padding: 10px;
	background: url(../../../img/temp001/glowbg.gif);
}

div.topics_accs_list dl	{
	padding: 20px;
	background: url(../../../img/temp001/grad_top_silver_250.gif) repeat-x top;
	border:1px solid #FFF;
}

div.topics_accs_list dl dt	{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

div.topics_accs_list dl dd	{
}

/*	汎用検索フォーム
---------------------------------------------------*/

div.search	{
	background: #777;
	border: 1px solid #AAA;
	padding: 5px;
	margin-bottom: 10px;
}

table.search_table	{
	width: 100%;	/* IE6以前無理 */
	color: #000;
}

table.search_table th,
table.search_table td,
table.search_table	{
	border-collapse: collapse;
	border: 1px solid #DDD;
}

table.search_table th	{
	width: 23%;
	line-height: 30px;
	padding-left: 10px;
	letter-spacing: 1px;
}

table.search_table td	{
	padding-left: 5px;
	line-height: 30px;
}

table.search_table tr:nth-child(even)	{
	background: #F5F5F5;
}


/* サーチ結果テーブル(アクセス) */

div.search_accs	{
	background: url(../../../img/temp001/glowbg.gif);
	border: 1px solid #AAA;
	padding: 5px;
	margin-bottom: 10px;
}

table.search_accs_table	{
	width: 100%;
	background: #FFF;
}

table.search_accs_table th	{
	height: 24px;
	line-height: 24px;
	background: url(../../../img/temp001/arrow_black.gif) no-repeat 5px 5px;
	text-indent: 24px;
	font-weight: normal;
}

table.search_accs_table,
table.search_accs_table th	{
	border-collapse: collapse;
	border: 1px solid #AAA;
}

table.search_accs_table td	{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCC;
	padding: 0 5px;
}

table.search_accs_table td a	{
	color: #009;
	text-decoration: none;
}

table.search_accs_table td a:hover	{
	text-decoration: underline;
	color: #900;
}

table.search_accs_table tr:hover td	{
	background: url(../../../img/temp001/glowbg.gif) 0 -200px;
}

/* サーチ結果テーブル　2 */

table.search_accs_table2	{
	width: 100%;
	background: #FFF;
}

table.search_accs_table2 th.form_type,
table.search_accs_table2 th	{
	height: 24px;
	line-height: 24px;
	background: url(../../../img/temp001/arrow_black.gif) no-repeat 5px 5px;
	text-indent: 24px;
	font-weight: bold;
}
table.search_accs_table2,
table.search_accs_table2 th	{
	border-collapse: collapse;
	border: 1px solid #AAA;
}

table.search_accs_table2 td	{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCC;
}

table.search_accs_table2 td a	{
	color: #009;
	text-decoration: none;
}

table.search_accs_table2 td a:hover	{
	text-decoration: underline;
	color: #900;
}

table.search_accs_table2 tr:hover	{
	background: url(../../../img/temp001/glowbg.gif) 0 -200px;
}

/*	検索結果のリスト、登録フォームを兼ねる
---------------------------------------------------*/
div.search_list	{
	background: url(../../../img/temp001/glowbg.gif) 0px -250px;
	padding: 10px;
	margin-bottom: 10px;
	color: #666;
	border: 1px solid #DDD;
}

div.search_list dl	{
}

div.search_list dl dt	{
	background: url(../../../img/temp001/arrow_black.gif) no-repeat 0 5px;
	line-height: 24px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

div.search_list dl dt span	{
	float: right;
	margin-right: 5px;
}

div.search_list dl dt a	{
	text-decoration: none;
	font-size: 14px;
	color: #009;
}

div.search_list dl dt a:hover	{
	text-decoration: underline;
}

div.search_list dl dd	{
	padding-top: 5px;
}

table.search_list_table	{
	width: 100%;
	background: #FFF;
}

table.search_list_table th	{
	width: 25%;
	padding: 10px;
	vertical-align: top;
	text-align: right;
}

table.search_list_table,
table.search_list_table th,
table.search_list_table td	{
	border-collapse: collapse;
	border: 1px solid #DDD;
}

table.search_list_table td	{
	padding: 10px;
}

table.search_list_table th span	{
	color: red;
	font-weight: bold;
}

/*	汎用検索フォーム
---------------------------------------------------*/
/* 幅795　角丸枠 */

div.cs,
div.cc	{
	background: url(../../../img/temp001/grad_top_silver_50.gif) repeat-x top;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #DDD;
}

div.cc dl	{
}

div.cc dt	{
	background: url(../../../img/temp001/grad_top_white_50.gif) repeat-x top;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

div.cc dd	{
}

/*	送信、リセットボタン
---------------------------------------------------*/

div.input_single	{
	width: 150px;
	height: 30px;
	margin: 0px auto 0px auto;
}


div.input_box	{
	width: 310px;
	height: 30px;
	margin: 10px auto 0px auto;
}

div.input_box_f	{
	width: 310px;
	height: 30px;
	margin: 10px auto 10px auto;
}

input.input_base	{
	border: 0;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0px !important;
	background: url(../../../img/splite.gif) no-repeat 0px -300px;
	color: #FFF;
}

input.input_base:hover	{
	border: 0;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0px !important;
	background: url(../../../img/splite.gif) no-repeat 0px -330px;
	color: #FFF;
}

a.input_base	{
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0px auto 10px auto;
	background: url(../../../img/splite.gif) no-repeat 0px -300px;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
}

a.input_base_f	{
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: url(../../../img/splite.gif) no-repeat 0px -300px;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}

a.input_base_f:hover,
a.input_base:hover	{
	background: url(../../../img/splite.gif) no-repeat 0px -330px;
}

/*	ページャー
---------------------------------------------------*/

div.pager_info	{
}

div.pager_info p	{
	height: 25px;
}

div.pager_info p span	{
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	font-weight: bold;
}

div.pager	{
	padding: 10px 0px 20px 0px;
}

p.pagination	{
	height: 25px;
}

p.pagination span	{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #AAA;;
}

p.pagination span.previous	{
	display: block;
	float: left;
	width: 120px;
	height: 25px;
	line-height: 25px;
	background: #EEE;
}

p.pagination span.previous a	{
	text-decoration: none;
	display: block;
	width: 120px;
	height: 25px;
	color: #000;
}

p.pagination span.next	{
	display: block;
	float: left;
	width: 120px;
	height: 25px;
	line-height: 25px;
	background: #EEE;
}

p.pagination span.next a	{
	text-decoration: none;
	display: block;
	width: 120px;
	height: 25px;
	color: #000;
}

p.pagination span.active	{
	background: #888;
	color: #FFF;
	font-weight: bold;
}

p.pagination span a	{
	text-decoration: none;
	display: block;
	width: 25px;
	height: 25px;
	color: #000;
}

p.pagination span a:hover	{
	background: #666;
	color: #FFF;
	font-weight: bold;
}

/*
---------------------------------------------------*/
input	{
	margin-right: 3px;
	padding: 1px;
}
option	{
	padding: 0px 3px;
}

textarea.url	{
	width: 600px;
	height: 2em;
	line-height: 2em;
	text-indent: 5px;
	border: 0;
	border: 1px solid #CCC;
	color: #009;
}

textarea.info_url	{
	width: 600px;
	height: 25px;
	border: 0;
	border: 1px solid #CCC;
	color: #009;
	padding: 3px;
}

textarea.textarea	{
	width: 95%;
	height: 50px;
	color: #000;
	padding: 3px;
}

/*	システム追加
---------------------------------------------------*/

.fee	{ background: #FEE !important; }
.ffe	{ background: #FFE !important; }
.efe	{ background: #EFE !important; }
.eff	{ background: #EFF !important; }
.red	{ color: red !important; }
.bold	{ font-weight: bold; font-size: 14px; }
span.num	{ font-size: 14px; color: #000; }
span.num a	{ font-size: 14px; }

.t_right	{ text-align: right !important; }
.t_left		{ text-align: left !important; }
p.right	{ text-align: right; margin-right: 5px; }
.center	{ text-align: center !important; }
.mb5	{ margin-bottom: 5px !important; }
.mb10	{ margin-bottom: 10px !important; }
.i_right input	{ text-align: right; }
.p10	{ padding: 10px; }

span.info	{
	display: block;
	color: #070;
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: 1px;
}

div.in_clip	{
	margin: 10px 10px 5px 0;
	padding: 5px;
	background: #F5F5F5;
	color: #555;
}

/*
---------------------------------------------------*/

div.list_in	{
	margin: 0 -10px;
}

div.list_in div.code_area	{
	padding: 5px;
	margin: 0 0 5px 0;
	background: #333;
}

div.list_in div.code_area textarea	{
	width: 95%;
}

div.list_in p	{
	line-height: 150%;
}

/*	汎用テーブル
---------------------------------------------------*/

div.common_black	{
	background: url(../../../img/temp001/glowbg.gif);
	border: 1px solid #DDD;
	padding: 10px;
	/* css3 */
	box-shadow: 5px 5px 5px #EEE;
	-moz-box-shadow: 5px 5px 5px #EEE;
	-webkit-box-shadow: 5px 5px 5px #EEE;
}

table.common_table_black	{
	width: 100%;	/* IE6以前無理 */
	color: #333;
}

table.common_table_black th,
table.common_table_black td,
table.common_table_black	{
	border-collapse: collapse;
	border: 1px solid #DDD;
}

table.common_table_black th	{
	padding: 5px;
	background: #FFF;
}

table.common_table_black th.common_info	{
	background: #333;
	color: #EEE;
}

table.common_table_black td	{
	padding: 5px;
}

/*	成果等のリスト
---------------------------------------------------*/

div.pay_list	{
	background: url(../../../img/glowbg.gif) 0 -150px;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 15px;
}

table.pay_table	{
	width: 100%;	/* IE6以前無理 */
}

table.pay_table th,
table.pay_table td,
table.pay_table	{
	border-collapse: collapse;
	border: 1px solid #777;
	vertical-align: top;
}

table.pay_table	{
	border: 2px solid #999;
}

table.pay_table th	{
	line-height: 30px;
	padding-left: 12px;
	background: #555;
	color: #FFF;
}

table.pay_table th a	{
	color: #daf;
}


table.pay_table th.regist	{
	text-align: center;
	background: #666;
	color: #FFF;
}

table.pay_table th.common_info	{
	background: #DDD;
	color: #EEE;
}

table.pay_table td	{
	line-height: 22px;
	padding: 5px 5px 3px;
	background: #F5F5F5;
	color: #555;
}

table.pay_table td label 	{
	color: #070;
}

table.pay_table td input 	{
	color: #700;
}

table.pay_table td input.normal 	{
	color: #000;
}

table.pay_table td a	{
	color: #039;
	text-decoration: none;
}

table.pay_table td a:hover	{
	text-decoration: underline;
}

table.pay_table td div.pay_info	{
	background: #FFF;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	text-align: center;
}

/*	広告リスト
---------------------------------------------------*/

div.as	{
	background: #F5F5F5;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

div.adwares_list	{
	border: 1px solid #CCC;
	padding: 10px 10px 20px;
	background: #FFF;
	margin-top: 5px;
}

table.adwares_list_table	{
	width: 100%;	/* IE6以前無理 */
	color: #555;
	background: #FFF;
}

table.adwares_list_table th,
table.adwares_list_table td,
table.adwares_list_table	{
	border-collapse: collapse;
	border: 1px solid #DDD;
	padding: 3px 5px;
	vertical-align: top;
}

table.adwares_list_table	{

}

table.adwares_list_table th	{
	text-align: right;
	color: #888;
}

table.adwares_list_table th.list_head	{
	text-align: right;
	color: #000;
	padding: 5px 5px 3px 5px;
	background: #DDD;
}

table.adwares_list_table th.common_info	{

}

table.adwares_list_table td	{
	color: #000;
}

div.ad_image	{
	width: 585px;
	overflow: hidden;
}

/*	カレンダー
---------------------------------------------------*/
div.calendar	{
	padding: 10px;
}

div.calendar a	{
	color: #039;
}

div.calendar a:hover	{
	text-decoration: none;
}

div.calendar_go	{
	background: #eee;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px 0;
}

div.calendar_back	{
	background: #eee;
	line-height: 30px;
	text-align: center;
}

table.calendar	{
	width: 100%;
	margin: 0 0 10px 0;
	table-layout: fixed;
}

table.calendar,
table.calendar th,
table.calendar td	{
	border-collapse: collapse;
	border: 1px solid #CCC;
}

table.calendar th	{
	background: url(../../../img/temp001/250grad.gif) repeat-x top;
	color: #555;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}

table.calendar td	{
	background: url(../../../img/temp001/250grad3.gif) no-repeat bottom right;
	line-height: 150%;
	text-align: right;
	padding: 15px 5px 5px 5px;
}

table.calendar th.calendar_day	{
	font-size: 10px;
	color: #555;
}

table.calendar td.tier_cnt	{
	padding: 5px;
	line-height: 125%;
	font-size: 12px;
	color: #888;
}

table.calendar td div.tier_cnt	{
	border-bottom: 1px dashed #AAA;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}

table.calendar td.tier_cnt span	{
	color: #000;
	margin: 0 2px 0 0;
}

/* 平日 */
table.calendar th.day	{
	background: #DDD;
	color: #000;
}

/* 土曜 */
table.calendar th.day_sat	{
	color: blue;
	background: #DDD;
}

/* 日曜 */
table.calendar th.day_sun	{
	color: red;
	background: #DDD;
}

/*	super user
---------------------------------------------------*/

div#super_user	{
	position: absolute;	/*container基準*/
	left: 250px;
	top: 40px;
	z-index: 100;
}

div#super_user ul	{
	list-style: none;
}

div#super_user ul li	{
}

div#super_user ul li a	{
	display: block;
	height: 24px;
	width: 120px;
	background: #FFF;
	color: #000;
	line-height: 24px;
	border: 1px solid #000;
}

div#super_user ul li a:hover	{
	background: #DDD;
	text-decoration: none;
}

/*
---------------------------------------------------*/

tr.validate td div.error_list {
	background:none;
	border:0px;
	margin-bottom:0px;
	padding:0px;
}
tr.validate td {
	background:none repeat scroll 0 0 #FFEEEE !important;
}
tr.validate td div.error_list dl dd	{
	border-top:none;
	padding:0px 0;
}
tr.validate td div.error_list dl dd ul li	{
	background:none;
	color: #F00;
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
	border-left: 5px solid red;
	height: 16px;
	line-height: 16px;
}

tr.validate td div.error_list dl {
background:none;
border:0px;
padding:0px;
}