@charset "UTF-8";



html,body { height:100%; }

body {
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.6;
	background-image:url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment:fixed;
	font-family: "ヒラギノ角ゴ Pro W3",
             "Hiragino Kaku Gothic Pro",
             "メイリオ", Meiryo, Osaka,
             "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




a {
text-decoration: none;
}
a:link { color: #660033; }
a:visited { color: #7F3EB4; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }


a:hover img {
   opacity: 0.6; /* 40％ほど透明にする */
}

p { margin-top: 0 }

h1 {
	font-size: 15px;
	color:#FFF;
	line-height: 1.6;
	margin-bottom: 8px;
	text-shadow: 1px 1px 3px #000;
}

h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}



/* 各ページの背景 */
#pagebg{
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment:fixed;
	position: absolute
	}
body > #pagebg {
    height: auto;
}




#area {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}



#left {
	width: 210px;
	padding:20px 20px 0 20px;
	float: left;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	background-image:url(../image/bg_navi.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: fixed;
	
}


#content {
	height: 100%;
	width: 660px;
	margin-left:50px;
	float: right;
}

#info {
	height: 200px;
	width: 620px;
	padding:20px;
	position:absolute;
	bottom:10px;
	background-color: rgba(255,255,255,0.8);
	text-align:left;
}


#text {
	width: 620px;
	padding:0 20px 0 20px;
	overflow:hidden;
	margin-bottom:30px;
}

#foot {
	padding-bottom:150px;
}


#qa_q {
	width: 50px;
	height: 50px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	background:url(../qa/qa_q.png);
}
#qa_q1 {
	width: 560px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-weight:bold;
	overflow:hidden;
}
#qa_a {
	width: 50px;
	height: 50px;
	margin-right:10px;
	margin-top:5px;
	float:left;
	overflow:hidden;
	background:url(../qa/qa_a.png);
}
#qa_a1 {
	width: 560px;
	margin-top:5px;
	float:right;
}



#flow {
	width: 180px;
	float:left;
	overflow:hidden;
}
#flow_arrow {
	width: 40px;
	height: 180px;
	float:left;
	overflow:hidden;
	background:url(../menu/menu_arrow.png);
}



#gomenu {
	width: 570px;
	padding:20px 20px 5px 20px;
	overflow:hidden;
	margin:100px 20px 30px 25px;
    border: 2px dotted #660033;
    background: #F2E0E0;
    box-shadow: 0 0 0 5px #F2E0E0;
    -moz-box-shadow: 0 0 0 5px #F2E0E0;
    -webkit-box-shadow: 0 0 0 5px #F2E0E0;
}



/* ページトップへ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}




/* ifremスマホ対応用 */

    .frameArea {
      width:620px;
      height:120px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }
    .frame {
      width:100%;
      height:100%;
    }
