/*** ヘッダ部 ***/
#content_header {
	padding: 5px 0;
}
#logo {
	background: white url(../img/logo.png) no-repeat;
	height: 140px;
}
#logo h1 {
	display: none;
	font-size: 0;
	text-indent: -99999px;
}
#byline {
	padding: 10px 15px;
	font-size: 12pt;
	text-decoration: underline;
}
#tagline {
	line-height: 160%;
	font-size: 14pt;
	padding-top: 5px;
}

/*** メニュー部 ***/
#content_menu {
	padding: 0;
}
#content_menu ul {
	list-style: none;
	background: white url(../img/menu.png) repeat-x;
	border-left: 1px solid #BBEEBB;
	border-top: 1px solid #BBEEBB;
	border-bottom: 1px solid #99CC99;
	margin-bottom: 0;
}
#content_menu li {
	float: left;
	margin-left: 0;
}

#content_menu li a {
	display: block;
	padding-top: 3px;
	width: 188px;
	height: 28px;
	color: #225522;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #99CC99;
}
#content_menu li a:hover {
	background: url(../img/menu.png) repeat-x left -30px;
}
#content_menu .first {
	width: 183px;
	_width: 187px;
}


/*** メイン部 ***/
#content_body {
	padding: 5px 0;
}

.square {
	margin: 10px 0;
	padding: 5px;
	font-size: 80%;
	border: 1px solid #CCFFCC;
	text-align: center;
}

#main {
	padding: 5px 0;
}

#side_menu {
	padding: 5px 0;
}

.grid_4 .rounded_green {
	width: 100%;
	padding-bottom: 10px;
	background: url(../img/rounded_green_4.png) no-repeat left bottom;
}
.grid_4 .rounded_green h2 {
	margin: 0;
	background: url(../img/rounded_green_4.png) no-repeat left top;
	color: #336633;
	padding: 6px;
	font-size: 12pt;
	line-height: 14pt;
}
.grid_4 .rounded_green .body {
	background: black url(../img/rounded_green_4.png) repeat-y right top;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 80%;
	word-break: break-all;
	overflow: auto;
}

.table_line {
	border-left: 1px solid #aaDDaa;
	border-right: 1px solid #aaDDaa;
	border-bottom: 1px solid #aaDDaa;
	background-color: #DDFFDD;
	font-size: 80%;
}
.table_line_first {
	border-top: 1px solid #aaDDaa;
}
.table_header {
	float: left;
	padding: 5px 1em;
}
.table_value {
	float: right;
	padding: 5px 1em;
	width: 400px;
	background-color: white;
}

.regist_step {
	font-size: 80%;
	padding: 0.7em 5px;
	float: left;
	border: 2px solid #aaDDaa;
}
.regist_step_current {
	font-weight: bold;
	background-color: #DDFFDD;
}
.regist_step_separator {
	float: left;
	padding: 0.7em 5px;
	font-size: 100%;
}

/*** clearfix ***/
/*
.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
	font-size: 0;
	line-height: 0;
}

.clearfix {
	display: inline-table;
}
*/

/* Hides from IE-mac \*/
/*
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/
/* End hide from IE-mac */
