@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	color:#000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 0.08em;
	line-height:1.5;
	font-size:14px;
	font-weight:normal;
}
a,
a:link,
a:visited,
a:active {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
img{
	border:0;
}
li{
	list-style:none;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.mb80{
	margin-bottom:80px;
}


#contents{
	width:850px;
	margin:0 auto;
	text-align:center;
	height:auto;
}
#contents h1{
	margin:50px auto 0;
}
#contents h2{
	margin:30px auto 40px;
	font-size:22px;
}


#textArea {
	text-align:left;
	margin-bottom:50px;
}

#textArea p{
	margin-bottom:1.5em;
}

.sideA{
	width:50%;
	float:left;
	letter-spacing:0;
}
.sideB{
	width:50%;
	float:left;
	letter-spacing:0;
}

.new{
	background-color:#888888;
	color:#FFFFFF;
}

table.table-01 {
    width: 410px;
    border: 1px #ADADAD solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    border: #ADADAD solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}
table.table-01 td {
    padding: 5px;
    border: 1px #ADADAD solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


p.footer{
	/*position:absolute;
	top:500px;
	left:240px;*/
	padding:50px 0;
	text-align:center;
	display:block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 150%;
	color: #656565;
	font-weight:normal;
	letter-spacing:normal;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
