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


body{
	line-height:150%;
	font-size:14px;
	font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #666666;
	width: 100%;
	min-width:;
	-webkit-text-size-adjust:none;
	background:#EEE;
	background-image:url(../image/bg.gif);
	background-repeat:repeat-x;
	letter-spacing:0.2em;
	line-height:2em;
}

#qa{background-image:url(../image/bg2.gif);}

a:link {
	color: #F90;
}

a:visited {
	color: #F90;
	}

.keycolor{
	color:#F90;
	}
	
.fs12{
	font-size:12px;
}

.fs13{
	font-size:13px;
}

.fs14{
	font-size:14px;
}

.fs15{
	font-size:15px;
}

.fs16{
	font-size:16px;
}

.fs17{
	font-size:17px;
}
	
.color_red {
	color: #F00;
}

.text_right {
	text-align:right;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
}

#contents {
	float:left;
	width:660px;
	height:100%;
}

#sidenavi {
	float:left;
	width:240px;
	height:100%;
	margin-top:70px;
}

.box_text{
    background: #FFFFFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	word-wrap: break-word;
}

.line{
	width: 100%;
	border-bottom: 1px dashed #cccccc;
}

hr{
	width: 100%;
	border-top: 1px dashed #ccc;
}

footer {
	clear:both;
	text-align:center;
	color:#FFF;
	background-color:#222;
	width:100%;
	margin-top:30px;
	padding-top:10px;
	padding-bottom:50px;
}
	

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #222;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #F90;
}






/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}