@charset "UTF-8";
#titlebar {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
	font-size: 18px;
	color: #000000;
	background-image: url(assets/title_01.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	padding-top: 25px;
	padding-left: 50px;
	height: 45px;
	font-weight: bolder;
}
#mainContent h1 {
	font-size: 1em;
	line-height: 1.8em;
	background-image: url(../../assets/bak_top_h1.gif);
	padding-left: 24px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 20px 0px 5px;
	border-top: 1px #B57D7D;
	border-right: 1px #B57D7D;
	border-bottom: 1px dotted #B57D7D;
	border-left: 1px #B57D7D;
	background-position: 0px 8px;
	padding-bottom: 0px;
	color: #669999;
}
#mainContent p {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #333333;
}
#mainContent a {
	color: #6EA1A9;
}
#mainContent a:hover {
	color: #FF6600;
}
#mainContent h2 {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	font-weight: bold;
	padding: 10px 4px 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 20px;
	margin-top: 70px;
}
#mainContent ul {
	color: #666666;
	font-size: 0.9em;
	line-height: 1.8em;
}

