@charset "UTF-8";
@import url("base.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	clear: both;
	overflow: hidden;
	text-align: left;
	width: 800px;
	padding: 50px 50px;
	border: 2px solid #CCCCCC;
	margin: 10px auto 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.effect {
	-webkit-box-shadow: 0 6px 6px -6px #777;
	-moz-box-shadow: 0 6px 6px -6px #777;
 box-shadow: 0 6px 6px -6px #777;
}
div#header {
	clear: both;
	width: 800px;
}
div#header h1 {
	float: left;
	width: 170px;
	height: 49px;
}

ul#Hnavi {
	float: right;
	width: 300px;
}
ul#Hnavi li {
	float: right;
	padding: 0px 0px 0px 5px;
}


div#header p#description {
	clear: both;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #565656;
	padding: 10px 0px 25px 0px;
}
div#log_select {
	clear: both;
	overflow: hidden;
	width: 800px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dashed #BBBBBB;
}

div#contents {
	clear: both;
	width: 800px;
}
div#contents dl {
	clear: both;
	width: 800px;
}
div#contents dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #396;
	line-height: 16px;
	padding: 0px 0px 4px 0px;
}
div#contents dl dd {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 0px 0px 20px 0px;
}

/* input style */

input#hc_date {
	width: 200px;
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px 5px;
}
input#hc_title {
	width: 600px;
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px 5px;
}
input#hc_snippet {
	width: 780px;
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px 5px;
}
textarea#hc_detail {
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px 5px;
	width: 790px;
	height: 200px;
}

div#imagetopics {
	clear: both;
	width: 800px;
}
div#imagePreview ul {
	clear: both;
	width: 800px;
}
div#imagePreview ul li {
	float: left;
	width: 254px;
	margin: 0px 10px 20px 0px;
}
div#imagePreview ul li img {
	display: block;
	width: 254px;
	height: 200px;
	padding: 0px 0px 4px 0px;
}

/* last_hozon */

dl#last_hozon {
	clear: both;
	overflow: hidden;
	padding: 30px 0px 20px 10px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 0px 10px 0px;
}

p#copyright {
	clear: both;
	overflow: hidden;
	width: 800px;
	text-align: center;
	margin: 0px auto;
	color: #999999;
	padding: 10px 0px 30px 0px;
}


