@charset "UTF-8";



#container {
	background-image: url(../system/img/container_bg.png);
}

#contents {
	background-image: url(../system/img/contents_bg.png);
}

#footer {
	background-image: url(../system/img/footer_bg.png);
}


.bluebell {
	width:400px;
	float: left;
}

.bluebell h3 {
	padding-top: 20px;
	color: #006699;
	background-image: url(../system/img/bluebell/h3_bg.png);
	background-repeat: no-repeat;
}

.konohana {
	width:400px;
	float: right;
}

.konohana h3 {
	padding-top: 20px;
	color: #990033;
	background-image: url(../system/img/konohana/h3_bg.png);
	background-repeat: no-repeat;
}


.bluebell:after, .konohana:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.bluebell, .konohana {
	display: inline-block;

}

p.left, p.right {
	width:195px;
	margin:0 0 15px 0;
	line-height: 1.4em;
}

p.left {
	float: left;
}

p.left img, p.right img {
	margin:0 0 5px 0;
}


p.right {
	float: right;
}

.note {
	font-size:90%;
	color:#f33;
	line-height: 1.4em;
}






ul#systemSubmenu {

	background-repeat: no-repeat;
	background-position: top center;
	line-height: 1em;
	text-align: center;
	list-style: none;
	font-size: 100%;
	font-weight: bold;
	color:#036;
}

ul#systemSubmenu li {
	padding: 3px 20px 3px 20px;
	border-left: 1px dotted #abf;
	display: inline;
}

ul#systemSubmenu li:first-child,
ul#systemSubmenu li.firstChild {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

ul#systemSubmenu li.first-child{ /*IE-expression (first-child) */
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

ul#systemSubmenu li{ /* IE-expression (first-child) */
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}

ul#systemSubmenu li a:link, ul#systemSubmenu li a:visited {
	color: #36f;
	font-weight: normal;
}

ul#systemSubmenu li a:hover {
	color: #f00;
	font-weight: normal;
}



ul#submenu {
	background-image: url(../system/img/submenu_bg.png);
	width: 780px;
	margin: 0px 0 20px 0px;
	padding: 8px 0px 10px 20px;
}


ul#submenu li {
	padding-right: 1em;
	padding-left: 1em;
}
