@charset "utf-8";

* {
	font-family:Verdana, Arial, sans-serif;
/*
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka, sans-serif;
*/
	line-height:130%;
}
html {
	overflow-y:scroll;
	height:100%;
}
form {
	display:inline;
}
img {
	border:0px;
}

a {
	color:#335566;
	text-decoration: underline;
}
a:hover {
	color:#7099c2;
	text-decoration: underline;
}

em {
	color:#cc0000;
	font-style:normal;
	font-weight:bold;
}

hr {
	display:none;
}

/* ----- page layout ----- */
body {
	margin:0px;
	font-size:small;
	height:100%;
}
#body {
	margin:0 auto;
	width:760px;
	height:100%;
}
#container {
	min-height:100%;
	margin-bottom:-50px;
	height:auto !important;
	height:100%;
}
#footer-space {
	height:50px;
}
/* ----- header ----- */
#header {
	margin:0px;
	background:#335566;
	color:#ffffff;
	height:78px;
	border-bottom:22px solid #85a3ae;
}
h1 {
	margin:0px;
	padding:20px;
	font-size:medium;
}
h1,h1 a,h1 a:hover {
	color:#ffffff;
	text-decoration:none;
}
h2 {
	font-size:medium;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-width:10px;
	border-left-style:solid;
	padding:1px 1px 2px 8px;
	border-color:#d9d926;

}
h3 {
	margin:10px 0px 5px 0px;
	font-size:small;
	color:#335566;
}

/* ----- content ----- */
#content {
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}
#breadcrumb {
	margin:0px 0px 15px 0px;
	font-size:x-small;
}
#breadcrumb a {
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
#main {
	margin-left:10px;
}


/* ----- footer ----- */
#footer {
	clear:both;
	height:50px;
	font-size:x-small;
	color:#ffffff;
	background-color:#335566;
}

#footer address {
	padding-top:20px;
	font-size:x-small;
	font-style:normal;
	text-align:center;
}
#footer address a {
	font-size:x-small;
	color:#ffffff;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

