﻿@charset "utf-8";

/* 共通-------------- */

html[xmlns] .symbol{font-size/**/:170%;} /*IE6以外*/

.explain{
	margin-top:50px;
	margin-left:15px;
	text-align:center;
}
.explain02{
	margin-top:20px;
	text-align:center;
}
.explain03{
	margin-top:15px;
	text-align:center;
}
.caution{
	color:#990000;
}
#serch{
	width:700px;
	margin-top:15px;
	background-color:#e7e7e7;
	border:1px solid #666;
}
#serch table{
	margin:15px 20px;
}
#serch_result{
	margin-top:15px;
	text-align:center;
}
#serch_result b{
	color:#F30;
}
#btn{
	margin-top:20px;
	text-align:center;
}

/* ログイン-------------- */

#login #name_pw{
	width:400px;
	margin:50px auto;
	background-color:#CCC;
	text-align:center;
}
#login #name_pw table{ width:auto; margin:30px auto;}
#login #name_pw table td{ width:100px;}
#login #name_pw table input{width:130px;}


/* 新規登録・登録編集-------------- */

#admin_index .entry{
	width:300px;
	margin-top:15px;
	margin-left:30px;
	float:left;
}

*html #admin_index .entry{margin-left:15px;} /*IE6*/

#admin_index .edit{
	width:300px;
	margin-top:15px;
	margin-left:30px;
	float:left;
}


/* 新規登録-------------- */

#new_entry .works{
	width:300px;
	margin-top:15px;
	margin-left:30px;
	float:left;
}

*html #new_entry .works{margin-left:15px;}/*IE6*/

#new_entry .docs{
	width:300px;
	margin-top:15px;
	margin-left:30px;
	float:left;
}



/* 関連作品　新規登録フォーム-------------- */

#works_form table{ margin-top:15px; background-color:#666;}
#works_form th{ width:120px; background-color:#e7e7e7; text-align:center;}
#works_form td{ width:560px;text-align:left; background-color:#FFF;}
#works_form select .order{width:45px;}
#works_form .img_entry{ margin-top:5px;}



/* 関連作品　新規登録フォーム（確認）-------------- */

#works_confirm table{ margin-top:15px; background-color:#666;}
#works_confirm th{ width:120px; background-color:#e7e7e7; text-align:center;}
#works_confirm td{ width:560px;text-align:left; background-color:#FFF;}
#works_confirm select .order{width:45px;}
#works_confirm .img_entry{ margin-top:5px;}
#works_confirm .report{ width:680px; margin-top:20px; padding:10px; background-color:#cc9;}

#works_confirm table #image{margin-top:0;}
#works_confirm table #image td{width:90px;}


/* 関連作品　編集フォーム-------------- */

#works_edit table{ background-color:#666; margin-top:15px;}
#works_edit th{ width:120px; background-color:#e7e7e7; text-align:center;}
#works_edit td{ width:560px;text-align:left; background-color:#FFF;}
#works_edit select.order{ width:45px;}

.dot_line{ height:10px; border-bottom:1px dashed #CCC;}

#works_edit table #image{ margin-top:0px; text-align:center; background-color:#ccc;}
#works_edit .thum{ width:110px; text-align:center;}
#works_edit .refer{ width:300px; text-align:center;}
#works_edit .order{ width:50px; text-align:center;}
#works_edit .delete{ width:50px; text-align:center;}
#works_edit .title{ background-color:#eee;}



/* 関連作品　一覧-------------- */
#works_list #list table{margin-top:15px; background-color:#666;}
#works_list #list th{background-color:#e7e7e7; text-align:center;}
#works_list #list td{text-align:center; background-color:#FFF;}
#works_list #list td.title{text-align:left;}

/*
#works_list #list th.id{width:30px;}
#works_list #list th.title{width:210px;}
#works_list #list th.cat{width:70px;}
#works_list #list th.publish{width:30px;}
#works_list #list th.date01, th.date02, delete{width:60px;}
*/


/* 関連資料　新規登録フォーム-------------- */

#docs_form table{ margin-top:15px; background-color:#666;}
#docs_form th{ width:140px; background-color:#e7e7e7; text-align:center;}
#docs_form td{ width:540px;text-align:left; background-color:#FFF;}


/* 関連資料　新規登録フォーム（確認）-------------- */

#docs_confirm table{ margin-top:15px; background-color:#666;}
#docs_confirm th{ width:140px; background-color:#e7e7e7; text-align:center;}
#docs_confirm td{ width:540px;text-align:left; background-color:#FFF;}
#docs_confirm .report{ width:680px; margin-top:20px; padding:10px; background-color:#cc9;}



/* 関連資料　編集フォーム-------------- */




/* 関連資料　一覧-------------- */

#docs_list #list table{margin-top:15px; background-color:#666;}
#docs_list #list th{background-color:#e7e7e7; text-align:center;}
/*
#docs_list #list th.id{width:20px;}
#docs_list #list th.title{width:290px;}
#docs_list #list th.cat{width:70px;}
#docs_list #list th.publish{width:30px;}
#docs_list #list th.date01, th.date02, delete{width:70px;}
*/
#docs_list #list td{text-align:center; background-color:#FFF;}
#docs_list #list td.title{text-align:left;}



/* 関連資料　検索-------------- */


