@charset "UTF-8";
hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color:#666666;
	height: 1px;
	margin-bottom: 5px;
}
body  {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height:1.6em;
	color: #333333;
	font-size:10pt;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
a {
text-decoration: none;
}
.columnbox #container {
	width: 780px; 
	background: #ffffff;
	margin: 10px auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.columnbox #header {
	background: #ffffff;
	height: 80px;
} 
.columnbox  #header  p {
	margin: 0;
	padding: 10px 10px;
	font-size: 75%;
	text-align="right"
}

.columnbox #footer {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 70px;
	background-color: #eeeeee;
} 
.columnbox #footer p {
	margin: 0;
	padding: 5px;
	font-size: 75%;
	line-height:1.5em;
	text-align: center;
}

.columnbox #sidebar1 {
	float: right;
	width: 260px;
	margin-top: 10px;
	display: inline;
	padding-right: 15px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.columnbox  #mainContent1 {
	margin: 10px 305px 0 20px;
} 

.columnbox  #mainContent2 {
	margin: 10px 305px 0 20px;
	padding:5px;
	border: 1px solid #cccccc;
} 

.columnbox  #mainContent3 {
	margin: 10px 20px 0 20px;
	padding:5px;
} 

.btabout {
	text-align: left;
	margin: 10px;
}
.btaboutleft {
	text-align: left;
	margin: 10px 0 10px 20px;
}
table {
	border: 1px solid #999999;
}
#contents {
	margin-bottom: 10px;
}
/*//////////////////////////////////////////////////*/
ul#globalNavi {
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 1;
	background-color: #ffffff;
	list-style-type: none;
}
ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 9pt; /* 文字サイズ */
	font-weight: bolder;
}

ul#globalNavi li a {
	border-right: 1px solid #999;
	padding: 1ex;
	display: block;
	position: relative; /* for IE6 */
	color: #5d794e;
	text-decoration: none;
}

ul#globalNavi li a:hover {
	border-color: #666666;
	color: #FFFFFF;
	background-color: #999999;
}


