
input, textarea, select, label { margin: 2px; }
button { margin: 2px 0px; }

div.formSet { padding: 1px; }
label.labelGeneral { float: left; text-align: right; }
label.labelGeneral:after { content: ":"; }

input.minibutton, button.minibutton { font-size: 7.5pt; }

/* MODIFY 071219 start */
.attension { font-size: 18pt; color: #aaaaaa; }
/* MODIFY 071219 end */

div.photolist { width:780px; height:100px; overflow-y: scroll; margin: 2px; border: 1px inset gray; }
div.photolist .elem { float: left; width: 78px; height: 78px; padding: 3px; }
div.photolist .elem img { margin: 1px; border: 1px solid black; }
div.photolist .elem.selected { background-color: yellow; }

div.blog { padding: 20px 0px; }

.blogHeading { margin-top: 5px; font-size: 14px; padding-left: 12px; background: url("../images/title/general.gif") left top no-repeat; clear: both; }
.blogText { margin-bottom: 3px; }
.blogPhoto { color: #666666; text-decoration: none; }
.blogPhoto p.caption { padding:10px 7px }

.blogPhoto:hover, .blogPhoto:active, .blogPhoto:link, .blogPhoto:visited { 
	color: #666666; text-decoration: none;
}

.blogPocket_center { display: block; margin: 0px auto; text-align: center; }
.blogPocket_left { display: block; margin: 0px auto 20px 20px; }
.blogPocket_right { display: block; margin: 0px 20px 20px auto; }
/* MODIFY 071219 start */
.blogPocket_left_float { display: block; margin-right: 5px; margin-left: 20px; margin-bottom: 20px; float: left; }
.blogPocket_right_float { display: block; margin-right: 20px; margin-left: 5px; margin-bottom: 20px; float: right; }
/* MODIFY 071219 end */

div.blogInfo { border-top: 1px dotted black; padding-top: 10px; margin-top: 10px; clear: both; }
div.blogInfo p { color: #666666; font-size: 10px; line-height: 1.3; }

iframe#preview { background-color: white; border: inset 1px gray; height: 350px; overflow-x: hidden; padding-bottom: 10px; }

/* MOVED FROM area.css */

/* MODIFY 071219 start */
fieldset.blogCreateForm label {
    width: 120px;
}
.gBlogTitle,
.gTag {
    width: 240px;
}
.blogCreateBtn {
    float: right;
    margin: 5px 5px 20px 0px;
}
/* MODIFY 071219 end */

#useCategories { float: left; width: 400px; }
#useCategories a.category { font-size: 8pt; }

/* MODIFY 080813 start */
.itemController {
	float:right;
	width:115px;
}

.sidenoteInfo {
	float:right;
	width:115px;
	color:#666666;
	font-size:10px;
}
/* MODIFY 080813 end */

#sidenoteSizeConsole {
	float:right;
	width:650px;
}

