@charset "utf-8";
html, body {
	font-size: 13px;
	line-height: 19px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	background-color: #fefeff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main {
	overflow:hidden;
}


a {
	text-decoration: none;
	color: #449;
}

a:visited {
	color:#777;
}

header, #main{
	width: 995px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

header {
	padding-top:5px;
}

header h1{
	float: left;
	margin: 0 10px;
	vertical-align: middle;
}

header .contact{
	float:right;
}

#main_img{
	width: 900px;
	height: 210px;
	text-align: center;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	margin: 5px auto 15px auto;
}

#main_img img{
	display: inline-block;
	float: left;
	margin:0;
}


#main_img aside{
	width:auto;
	position:absolute;
	vertical-align:baseline;
	float:none;
	border:0;
	background:none;
}

#main_img + p {
	font-size: 17px;
	width: 840px;
	margin: auto;
	font-weight:bold;
}

#info {
	width: 610px;
	float: left;
	padding: 10px 35px;
	min-height: 320px;
	clear: both;
}

#info h2{
	margin: 10px 0;
	padding: 5px 15px 3px 1.5em;
	line-height: 1.5em;
	font-size: 16px;
	border-bottom: 1px solid #1871B8;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
	border-radius: 5px 0 0 0;
	position:relative;
	}
 
#info h2:before{
    content: "〇";
    font-size: 90%;
    position: absolute;
    color: #B92A2C;
    top: 0.4em;
    left: 0.35em;
    height: 12px;
    width: 12px;
}

#info h2:after{
    content: "〇";
    font-size: 100%;
    position: absolute;
    color: #B92A2C;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
}

#info h2 a{
	position:absolute;
	top :5px;
	right:0px
}

#info dl{
	line-height: 20px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 1px 1px 0;
	margin: 10px;
	width: 600px;
}

#info dt, #info dd{
	padding: 8px 5px;
	margin: 0;
	border-left: #2860A3 solid 5px;
}

#info dt{
	border-top:1px #CCC solid;
	padding-bottom:0;
	position:relative;
}


#info dt:before {
	position:absolute;
	content:"更新情報";
	background-color:#2860A3;
	padding:1px 2px 0 2px;
	left:90px;
	color:#fff;
	font-weight:bold;
	padding:1px 5px 0 5px;
	border-radius:1px;
	font-size:11px;
}

#info .info{
	border-left: #E5001E solid 5px;
	width: auto;
}

#info dt.info:before {
	position:absolute;
	content:"お知らせ";
	background-color:#CC001B;
}

#info .topix{
	border-left: #F8A900 solid 5px;
}

#info dt.topix:before {
	position:absolute;
	content:"トピックス";
	background-color: #FFBB11;
}


#package {
	width: 250px;
	margin-top: 10px;
	margin-left: 680px;
	padding: 10px;
}


#package h2{
	margin: 10px 0;
	padding: 0 5px;
	line-height: 1.5em;
	font-size: 13px;
	border-bottom: 1px solid #1871B8;
	border-left:solid 6px #1871B8;
	} 

#package a {
	margin:10px;
}

#group {
	clear: both;
	margin: 20px auto 5px auto;
	width: 600px;
	text-align: center;
}

#group a {
	margin-right:10px;
	display: inline-block;
	color: #444;
}

#group img{
	vertical-align: middle;
}
.c_border{
	clear: both;
	height: 0;
	border-bottom: solid 1px #006;
	padding: 0;
	margin: 5px 0;
}

#link_inquiry {
	border-radius: 8px;
	margin:auto;
	margin-top: 2em;
	border: 1px solid #FC9;
	overflow: hidden;
	width:675px;
}

#content #link_inquiry h3 {
	padding: 7px 15px 5px 29px;
	margin: 0;
	border-radius: 8px 0 0 0;
	background: #FC9;
	font-size: 16px;
	width: 100px;
}

#content #link_inquiry h3:after{
	top:10px;
	left:8px;
}

#content #link_inquiry img {
	margin-left:15px;
}

footer{
	width: 100%;
	margin:0 auto;
	text-align:left;
}

footer ul, .copy{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

footer ul {
	list-style: none;
	margin: 5px auto;
	padding: 5px;
	font-size: 0.85em;
}

footer li {
	float:left;
	padding:5px auto;
	padding-right:15px;
}

footer p {
	margin:5px;
	padding:0 5px;
	clear:both;
}

/*--- トップに戻る ---*/

.pagetop {
	position:fixed;
	bottom:30px;
	right:30px;
	margin:0 auto;
	z-index:200;
	display:block;
}

.pagetop a {
	width:80px;
	height:80px;
	text-align:center;
	border-radius:50%;
	display:table-cell;
	vertical-align:middle;
	background:#ccccd9;
	text-decoration:none;
	color:#fff;
}

.pagetop a:hover{
	color:#999;
	background-color:#d3d3d9;
}

.dummy {
	display:none;
}
