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

body {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #1db1e1;
}
a:visited {
	text-decoration: none;
	color: #1db1e1;
}
a:hover {
	text-decoration: underline;
	color: #1db1e1;
}
a:active {
	text-decoration: none;
	color: #1db1e1;
}
.left {float: left}

.right {float: right}

#clear {clear:both}

.red { color: #cc0000;}

.line {
 margin:30px 0 30px 0;
 border-top:solid 1px #d7d7d7;}

.ml30{margin-left:30px}

.mt5{margin-top:5px}

.mt10{margin-top:10px}

.mt15{margin-top:15px}

.mt20{margin-top:20px}

.mt30{margin-top:30px}

.mt40{margin-top:40px}

.mb-10 {margin-bottom:10px}

/* font-size */
.fs14 {font-size: 14px}
.fs12 {font-size: 12px}

/* top */

#top_img {
	position: relative;
	height: 300px;
	width: 800px;
}

#menu {
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#news_text {
	width: 420px;
	float: left;
	display:inline;
	line-height:160%;
}

#news_text2 {
	width: 390px;
	float: right;
	display:inline;
	line-height:160%;
}

#news_img {
	height: auto;
	margin-top: 30px;
	margin-left:0px;
}

#contents {
	width: 800px;
	clear: none;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 50px;
	}

#contents h2{
	font-size: 26px !important;
}

#contents p{
	font-size: 18px !important;
    line-height: 180%;
	margin-top: 20px;
	padding: 0px;
}

#title {
	height: auto;
	width: 250px;
	float: none;
	clear: none;
}


#footer {
	height: 30px;
	margin-top: 55px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	width: 800px;
	text-align: center;
	color: #999;
}

.sign{
  text-align: right;
  float: none;     
  font-size: 18px !important;
}