@charset "Shift_JIS";

/* TAG */
body {
	margin: 0px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,h4,h5,h6,p,dt ,dl ,dd ,form {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TEXT */
h1 {
	font-size: 21px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 13px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
}
strong {
	font-weight: normal;
}
p {
	font-size: 12px;
	line-height: 140%;
}
.colum {
	font-size: 12px;
	line-height: 180%;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3","平成明朝", "ＭＳ Ｐ明朝","細明朝体";
}
.text {
	font-size: 12px;
	line-height: 150%;
}
.small {
	font-size: 10px;
	line-height: 125%;
}
.note {
	font-size: 9px;
}

/* Header */
#topTitle {
	width: 690px;
	height: 110px;
	text-align: center;
}
#titleImg {
	width: 390px;
	height: 110px;
	float: left;
}
#titleLeft {
	width: 150px;
	height: 110px;
	float: left;
}
#titleRight {
	width: 150px;
	height: 110px;
	float: right;
}
#titleRight h1 {
	text-indent: -9999px;
}
#signArea {
	text-align: right;
	position: absolute;
	top: 5px;
	left: 540px;
	width: 150px;
	height: 29px;
}
.sign{
	width: 29px;
	height: 29px;
	margin-left: 1px;
	float: right;
}

/* Menu */
#topMenu {
	font-size:12px;
}
#topMenu ul,#topMenu li,#sideList ul,#sideList li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#topMenu li{
	float:left;
}
#topMenu a,#topMenu a:link, #topMenu a:visited {
	height:auto;
	display:block;
}
#sideList {
	height:auto;
	font-size:12px;
}
#sideList li{
	display:inline;
}

/* Contents */
#contents{
	clear:both;
}

/* Footer */
#footer{
	width:690px;
	text-align:center;
	line-height:30px;
	font-size: 9px;
	color: #aaaaaa;
 }
#footerCopy{
	width:590px;
	text-indent:100px;
	float:left;
}
/* \*//*/
#footerCopy {
	width:315px;
	margin-left:275px;
}
/**/
#entBtn{
	width:88px;
	border:1px solid #808080;
	font-size: 10px;
	line-height: 14px;
	margin-top:8px;
	float:right;
	display:block;
}
#entBtn a:link , #entBtn a:visited  {
	text-decoration:none;
	color: #808080;
	display:block;
}
#entBtn a:hover {
	text-decoration:none;
	color: #aaaaaa;
	display:block;
}

/* Background Color */
.bgWhite {
	background-color: #ffffff;
}
.bgBlack {
	background-color: #000000;
}
