/*
Author URI: 
*/
/* ------------------style--------------------- */
body{
	background: url(images/bg.jpg)  no-repeat center center;
	background-attachment:fixed;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color: #222222;text-decoration: none;
}
a:hover{
	color: #3c78ca; text-decoration: none;
}


/* ------------------Header style-------------------- */
header {
	background:transparent; margin-bottom:30px;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

header ul{
width: 400px;
margin: 0 30px 0 670px;
padding-top: 20px;
float: right;
}

header li{
width: 100px;
text-align: center;
float: left;
}

.header_top{
	width: 90px;
	height: 60px;
	background: url(images/top.png);
}

a:hover .header_top{
opacity:0.8;
filter: alpha(opacity=80);
}

.header_kaiin{
	width: 90px;
	height: 60px;
	background: url(images/kaiin.png);
}

a:hover .header_kaiin{
opacity:0.8;
filter: alpha(opacity=80);
}

.header_mail{
	width: 90px;
	height: 60px;
	background: url(images/mail.png);
}

a:hover .header_mail{
opacity:0.8;
filter: alpha(opacity=80);
}

.header_out{
	width: 90px;
	height: 60px;
	background: url(images/out.png);
}

a:hover .header_out{
opacity:0.8;
filter: alpha(opacity=80);
}


#content .wrap-content{
width: 1020px;
padding: 30px;
margin: 0 auto;
background-color: rgba(255,255,255,0.7);
border: 1px solid #ccc;
margin-top: 30px;
}

.wrap-header{
	width: 960px;
	min-height: 120px;
	margin: 0 auto;
}
.wrap-header #logotxt{
position: relative;
top: 40px;
padding: 20px;
font-size: 30px;
color: #333;
text-decoration: none;
width: 100%;
margin-bottom: 30px;
}

/* ------------------main-content style--------------------- */
#main-content{
width: 850px;
margin: 0 auto;
}

#main-content article{
  margin: 20px 20px;
}
#main-content article h1{
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0 30px 0;
	text-align: center;
	border-bottom:3px solid #007f8f;
}
#main-content article h2{
	background: url(images/icon.png) no-repeat left;
	font-size:25px; line-height:27px;
	padding-top: 10px;padding-bottom: 10px;
	padding-left: 30px;
	border-left:none; 
}

#main-content .content h3 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #111;
  background: rgba(187, 221, 230, 0.5);
  font-size: 20px;
  line-height: 1;
  margin: 30px 0px 10px -10px;
  padding: 14px 5px 10px 50px;
  border-radius: 22px 0 0 22px;
}
#main-content .content h3:before {
  content: "";
  position: absolute;
  background: #eee;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #63b3ce inset;
}

#main-content .content h4 {
  position: relative;
  color: #fff;
  background: #63b3ce;
  font-size: 20px;
  line-height: 1;
  text-shadow: 1px 1px 1px #000;
  border :1px solid #63b3ce;
  margin: 30px -10px 10px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}
#main-content .content h4:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #63b3ce;
}

#main-content .content h5{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin:30px 0px 10px 0px;
  padding: 15px 5px 10px 20px;
  border-left: 10px solid #63b3ce;
}
#main-content .content h5:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dashed #555;
}

#main-content .content h6{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin:30px 0px 10px 0px;
  padding: 15px 5px 10px 20px;
  border-left: 10px solid #63b3ce;
}

#main-content .content ul{
	list-style-type:square; margin-left:20px;
}
#main-content .content ul li{
	padding:5px;
}

#main-content .content ol{
	list-style-type:decimal; margin-left:20px;
}
#main-content .content ol li{
	padding:5px;
}

#main-content article img{
	margin:10px 10px 10px 0; padding:0px; border:none; 
}




/* ------------------sidebar style--------------------- */
#sidebar .heading h2{
	font-size:18px; font-weight:normal; display:inline; padding:0 0px;
}

#sidebar .heading{ 
background: url(images/icon.png) no-repeat left;
padding:5px 0px 5px 30px; margin-top:20px; border-bottom: 2px solid #fff;
}

#sidebar {
	background-color: rgba(187, 221, 230, 0.5);
	color: #222222;
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}

#sidebar .box {
margin-bottom: 30px;
}

#sidebar table td{
	width: 920px;
}

#sidebar table td{
	width: 450px;
	padding: 5px;
}

#sidebar .content ul li.topic{
	font-size:18px;
	font-weight:bold;
	background: url(images/icon.png) no-repeat left;
	padding:5px 0px 10px 30px;
	margin-top:20px;
	border-bottom: 2px solid #007f8f;
	color: #222222;
}

#sidebar .content{margin-top: 20px;}
#sidebar .content ul{
	font-size:12px; list-style-type:none; margin-left:0px;
}
#sidebar .content ul li {
	color: #fff;
border-bottom: 1px dashed #5c5c5c;
padding: 10px 0px;
vertical-align: middle;
}
#sidebar .content ul li a{
	vertical-align: middle;
}
#sidebar .content ol{
	font-size:14px; list-style-type:decimal-leading-zero; margin-left:20px;
}
#sidebar .content ol li{
	padding:5px;
}
img.imgeye{
	vertical-align: middle;
}

ul, ol {
padding: 0px;
margin: 0px;
}


/* ------------------footer style--------------------- */
footer {
	background-color:transparent; margin-top:30px; clear: both;
}

.copyright{
	text-align:center; margin-top:20px; background:transparent; padding:10px 0px;color:#545B6B;
}
.copyright a{
	text-decoration:underline; color:#000;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #63b3ce;
    border: #FFF 2px solid;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #80C7DF;
}
/*-media----------------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
 header{display: none;}
 #content .wrap-content{width:auto;}
 #main-content{width:auto;}
 #sidebar{width:auto;}
}
