@import url(/css/common/base.css);
	
body{
	background:#fff;
	}
	

div#wrapper{
	width:760px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	}
	
div#head{
	display:none;
	}

	
div#header{
	margin-bottom:40px;
	}
	
div#header h1{
	width:760px;
	height:55px;
	background:url(/img/admin/head.jpg) no-repeat;
	text-indent:-9999px;
	}
	
div#header h1 span#title{
	display:none;
	}
	
div#header h1 span#logauto{
	text-align:right;
	display:block;
	}
	
h2{
	width:384px;
	height:19px;
	text-indent:-9999px;
	margin-bottom:10px;
	background:url(/img/admin/title.gif) no-repeat;
	}

body#cms h2{
	/*
	background:url(/img/admin/title2.gif) no-repeat;
	*/
	display:none;
	}
	
body#newscms h2{
	background:url(/img/admin/title3.gif) no-repeat;
	}
	
body#eventcms h2,
body#slabelcms h2,
body#llabelcms h2{
	background:url(/img/admin/title4.gif) no-repeat;
	}
	
body#bannercms h2{
	background:url(/img/admin/title5.gif) no-repeat;
	}

body#mainimagecms h2{
	background:url(/img/admin/title6.gif) no-repeat;
	}
	
div.container{	
	border:1px solid #CCCCCC;
	padding:40px 25px;
	}
	
div.container h3{
	width:848px;
	height:19px;
	background:url(/img/admin/st01.gif) no-repeat;	
	text-indent:-9999px;
	
	}
	
body#cms div.container h3{
	/*
	background:url(/img/admin/st02.gif) no-repeat;	
	*/
	display:none;
	}
	
body#newscms div.container h3{
	background:url(/img/admin/st03.gif) no-repeat;	
	}
	
body#eventcms div.container h3{
	background:url(/img/admin/st04.gif) no-repeat;	
	}
	
body#llabelcms div.container h3{
	background:url(/img/admin/st05.gif) no-repeat;	
	}
	
	
body#slabelcms div.container h3{
	background:url(/img/admin/st06.gif) no-repeat;	
	}

body#bannercms div.container h3{
	background:url(/img/admin/st07.gif) no-repeat;	
}

body#mainimagecms div.container h3{
	background:url(/img/admin/st08.gif) no-repeat;	
}

div#loginbox{
	padding:50px 40px;
	}
	
div#loginbox h3{
	margin-bottom:40px;
	}
	
/*
	
table#ld-pass{	
	width:465px;
	}
	
table#ld-pass th{
	color:#809DB9;
	font-size:1.6em;
	text-align:left;
	
	}
	
table#ld-pass th,
table#ld-pass td{
	padding-right:15px;
	}
	
*/

table.f12 form p{
	padding:5px;
	}

	

	
p{
	color:#333333;
	}

table dt,
table dd{
	padding:0 5px;
	}
	
div.editrect table{
	width:465px;
	}
	
div.editrect table th,
div.editrect table td{
	border:1px solid #ccc;
	padding:3px 5px;
	
	}

div.editrect table th{
	background:#DFDFDF;
		white-space:nowrap;
	font-weight:300;
	color:#666666;
	
	}
	
body#cms div.editrect{
	font-size:1.6em;
	}
	
div.container div.editrect input#submit_confirm{
	width:100px;
	margin:0 auto;
	}
	
.caution{
	color:#FF0000;
	
	}
	
/*
----------------------------------------------------------------------------
huckclearfix クリア
----------------------------------------------------------------------------
*/


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

div#header,
div.contents{
	display:inline-block;
	}
 
/*\*/

* html div#header,
* html div.contents{
	height:1%;
}

div#header,
div.contents{
	display:block;
	}

/**/
	