@charset "UTF-8";

body {
	margin: 0;
}

a img {
	border: none;
}

div#global_header {
/*	height: 20px;	*/
	height: 55px;
	text-align: left;
	padding: 5px 10px 3px 10px;
	background-color: #fff;
	border-bottom: 1px solid #999999;
}

div#global_header_left {
	float: left;
}

div#global_header_right {
	float: right;
	text-align:right;
}

div#global_header_bottom {
	clear: both;
}

body.popup div#wrapper {
	width: 90%;
}

span.minute {
	color: #888;
}
span.normal {
	color: #000;
}
.error {
	color: #f00;
}
.warning {
	color: #f60;
}
.notice {
	color: #390;
}
.note {
	font-size: 92%;
}
.required {
	color: #f00;
}

.blog-header-frame {
    margin:0;
    padding:0;
    border:none;
    width:650px;
    height:55px;
}

