@charset "utf-8";

/* ***************** */
/* 初期設定・リセット */
/* ***************** */

* {
margin:0;
padding:0;
}
html {
font-size: 62.5%;
}
body {
width:100%:
font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:140%;
line-height:1.7;
color:#424242;
text-align:center;
}
body * {
line-height:1.8;
font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
border:0;
vertical-align:bottom;
}
ul,ol,li {
list-style-type:none;
}
select,
input,
textarea {
font-family:'MS PGothic';
}
html > body select,
html > body input,
html > body textarea {
font-family:'Lucida Grande',sans-serif;
}
table,h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
table {
border-collapse:collapse;
}

a:link, a:visited {
color:#8a236e;
text-decoration:underline;
}
a:hover,a:active {
color:#995787;
text-decoration:none;
}

.cboth {
clear:both;
height:0;
}

.left{float:left;}
.right{float:right;}

.cf:before, .cf:after {
    content: '';
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1; /* for IE6/7 */
}


/* IE 用▼ */
* html .cboth {
height:.1em;
overflow:hidden;
margin-top:-.1em;
}
hr {
visibility:hidden;
border:0;
}

.boxL{
	float:left;
}
.boxR{
	float:right;
}


#head{
	width:960px;
	height:110px;
	text-align:left;
	position:relative;
	margin:0 auto;
}
#head #logo{
	position:absolute;
	top:27px;
	left:0;
}
#head p{
	position:absolute;
	top:16px;
	right:0;
	font-size:12px;
}
#head #ins{
	position:absolute;
	top:70px;
	right:70px;
}
#head #fb{
	position:absolute;
	top:70px;
	right:35px;
}
#head #tw{
	position:absolute;
	top:70px;
	right:0;
}

#navi{
	background-color:#83a7b2;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
#navi ul{
	width:960px;
	margin:0 auto;
}
#navi li{
	width:240px;
	float:left;
	padding:7px 0;
}
#navi li a{
	width:240px;
	color:#fff;
	display:block;
	text-decoration: none;
	padding:5px 0;
}
#navi li a:hover{
	background-color: #fff;
	color: #1c4551;
}
#navi li.check a{
	width:240px;
	color:#fff;
	background-color: #c59351;
	display:block;
	text-decoration: none;
}
#navi li.check a:hover{
	background-color: #fff;
	color: #1c4551;
}

#main{
	width:960px;
	background:#fff;
	margin:0 auto;
}

h2{
	width:860px;
	background-color:#4b97d5;
	font-size:16px;
	color:#fff;
	padding:5px 0;
	margin:0 auto 30px;
}



#sitemap{
	width:960px;
	background:#f3f3f3;
	text-align:left;
	margin:0 auto;
}
#sitemap img{
	margin:30px 0 10px 40px;
}
#sitemap .cf{
	width:700px;
	margin:0 auto 30px;
}
#sitemap .cf div{
	float:left;
	margin:0 40px 30px 0;
}	


#foot{
	width:920px;
	margin: 20px auto 0;
	text-align:left;
}
#foot .info p{
	float:left;
	margin-right:20px;
}
#foot .info .left{
	margin:0 10px 10px 0;
}

#copy{
	text-align:center;
	font-size:90%;
	margin:0 auto 5px;
}

/****** ページトップボタン ******/

#pageTop {
	position: fixed;
	bottom: 20px;
	right:20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 12px 15px 12px 10px;
	width: 40px;
	height: 40px;
	background-color: #41b4c9;
	border-radius: 40px;
	font-size:70%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
}
