@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,h4,h5,h6{
	padding: 0;
	}

img{
	border: 0;
}

input{
	border-style:none;
	background-color:transparent;
}

a:link{
	color: #555555;
	text-decoration: none;
}

a:visited{
	color: #555555;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}

a:active{
	color: #666666;
	text-decoration: underline;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}

.tb-line{
	border: 1px solid #999999;
}

p,div,tr{
font-size:12px;
color: #555555;
line-height:130%;
}

#header{
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

#header h1{
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

#main{
	margin: 0 auto;
	width: 860px;
}

#main h2{
	font-size:15px;
	font-color:#555555;
	font-weight:bold;
	padding-left:70px;
	line-height:130%;
	margin: 5px 0 8px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#main h2 a:link{
text-decoration: underline;
}

#main h2 a:visited{
text-decoration: underline;
}

#main h3{
	font-size:15px;
	font-color:#555555;
	font-weight:bold;
	padding-left:55px;
	line-height:130%;
	margin: 5px 0 8px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#main h3 a:link{
text-decoration: underline;
}

#main h3 a:visited{
text-decoration: underline;
}


#main h4{
	font-size:15px;
	font-color:#555555;
	font-weight:bold;
	line-height:130%;
	margin: 5px 0 8px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#main h4 a:link{
text-decoration: underline;
}

#main h4 a:visited{
text-decoration: underline;
}

#footer{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top:10px;
	color:#555555;
	height:50px;
	background-color:#000000;
}
