/* 初期化 */
*.*
{
	margin:0;
	padding:0;
	font-size:12px;
}
*
{
	margin:0;
	padding:0;
	font-size:12px;
/*	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;*/
	font-family: ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, Osaka;
	font-weight:normal;
}
.clear{
	clear:left;
}

a{
	text-decoration:none;
	color:#333;
}
img {
	border:none;
}


/**/
body {
	text-align:center;
}
#content {
	width:984px;
	margin:0 auto;
	text-align:left;
}

/* メッセージ */
div.f_success {
	border: solid 1px green;
	background: #ccffcc url('/css/admin/accept.png') 10px center no-repeat;
	color: green;
	padding:10px;
	padding-left:30px;
	
}

div.f_notice {
	border: solid 1px #cc9900;
	background: #ffcc99 url('/css/admin/help.png') 10px center no-repeat;
	color: #cc9900;
	padding:10px;
	padding-left:30px;
}

div.f_error {
	border: solid 1px #900;
	background: #fcc url('/css/admin/delete.png') 10px center no-repeat;
	color: #900;
	padding:10px;
	padding-left:30px;
}



/* form */
.form1{
	padding:10px;
/*	width: 600px;
	font-size: 12px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

.form1 .input{
	margin-top: 10px;
	padding-top: 10px;
}

.form1 .input label{
	padding-right:10px;
	text-align:right;
	font-size: 1.0em;
	width: 150px;
	float: left;
}

.form1 .input:after{
	clear: both;
}

/* */
.form1 .input select{
	width: 200px;
	padding: 3px;
}

/* */
.form1 .input textarea{
	padding: 5px;
	width: 430px;
	height: 150px;
	/*border: 1px solid #999999;
	background-color:#F8F4E3;*/
}

.form1 .input textarea.text_entry_box{
	padding: 2px;
	width: 568px;
	height: 300px;
	margin-left: 10px;
	margin-right: 20px;
	/*border-top: 1px dashed #000000;
	border-bottom: 1px solid #999999;
	border-left: none;
	border-right: none;
	background-color:#F8F4E3;*/
	line-height: 24px;
}


.form1 .input input{
	width: 430px;
	padding: 5px;
	font-size: 1.0em;
	/*border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #000000;*/
}

.form1 .error-message{
	margin-left: 150px;
	color: #dd0000;
}

.form1 div.checkbox,
.form1 div.radio{
	padding-left: 150px;
}

.form1 div.checkbox input,
.form1 div.radio input{
	width: 15px;
	padding: 0;
	margin: 0;
	border: none;
}

.form1 div.m_chkbox div.checkbox{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

.form1 div.m_chkbox div.checkbox label{
	width: auto;
	margin: 0;
}

.form1 div.radio label{
	width: auto;
	margin: 0;
	margin-right: 10px;
}

.form1 div.radio input{
	float: left;
}


.form1 div.checkbox label{
	float: none;
}

.form1 .form_note{
	margin-left: 150px;
	font-weight: bold;
}


.form1 .submit{
	border-top: 1px solid #ccc;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	/*margin-left: 150px;*/
	padding-top: 5px;
}

.form1 .submit input{
	padding: 2px;
}




/* メニュー */
#admin_menu{
	
}
#admin_menu ul{
	background:url(img/menu_div_bg.jpg) repeat-x;
	list-style:none;
	height:23px;
}
#admin_menu ul li{
	
	text-align:center;
	float:left;
	display:block;
	width:100px;
	height:23px;
}
#admin_menu ul li a{
	text-decoration:none;
	color:#000;
	line-height:23px;
	display:block;
	width:100px;
	height:23px;
	background:url(img/menu_li_bg.jpg) no-repeat 0 23px;
}
#admin_menu ul li a:hover{
	background:url(img/menu_li_bg.jpg) no-repeat 0 0;
}

/* サブメニュー */
#admin_menu_child{
	
}
#admin_menu_child ul{
	background:url(img/menu_div_bg.jpg) repeat-x;
	list-style:none;
	height:23px;
}
#admin_menu_child ul li{
	
	text-align:center;
	float:left;
	display:block;
	width:100px;
	height:23px;
}
#admin_menu_child ul li a{
	text-decoration:none;
	color:#000;
	line-height:23px;
	display:block;
	width:100px;
	height:23px;
	background:url(img/menu_li_bg.jpg) no-repeat 0 23px;
}
#admin_menu_child ul li a:hover{
	background:url(img/menu_li_bg.jpg) no-repeat 0 0;
}



/* サンプルtableの共通設定
----------------------------------------------------------- */
/*table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}*/


/* サンプル2
----------------------------------------------------------- */
.sample2 th	{
	border-bottom: 2px solid #1D5C79;
}
.sample2 td	{
	border-bottom: 1px solid #DDD;
}
.submit{
	padding:10px;
	text-align:center;
}

