@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
	height: 100%;
	padding: 40px 0 0 0;
	margin:0;
}

body {
	
    margin:0;
    padding:0;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:12px;
    color:#000;
    background:
	#FFFFB3;
	background-image:url(../images/backimage.png);
	background-size: 100%;
	background-repeat:no-repeat;    
}

li{
	list-style-type:none;
}

#keimou {
    width:100%;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}
#keimou_left {
    width:60%;
    overflow:hidden;
    position:relative;
	float : left ;
}
#keimou_right {
    width:40%;
    overflow:hidden;
    position:relative;
	float : right ;
}
/* ========TEMPLATE LAYOUT======== */
#container {
    width:95%;
    margin:0 auto;
    border:1px solid #ddd;
    -moz-box-shadow:0 0 10px #bfbfbf;
    -webkit-box-shadow:0 0 10px #bfbfbf;
    box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}

#container5{
    width:100%;
    margin:0px auto;

}
#container11{
   width:95%;
	background-color:rgba(255,255,255,0.5);
    margin:0px auto;
	 overflow:hidden;
    position:relative;

}

#container6{
    width:960px;
    margin:0px auto;
    padding:0px;

}
#container2 {
   float:left; margin:0; padding:0; width:790px; display:block;
    -moz-box-shadow:0 0 10px #bfbfbf;
    -webkit-box-shadow:0 0 10px #bfbfbf;
    box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}

#container3 {
   margin:0; padding:0; width:180px;float:right;display:block;
   
 
}



#headers {
    position:relative;
    width:100%;
    margin-bottom:20px;
}

hr{background-color:
rgba(255,175,46,0.80);
border:0.5px solid rgba(255,175,46,0.80)d;
}

#menu {
    position:absolute;
    right:0;
    top:0px;
}

#icatch {
    width:960px;
}

#contents {
    float:left;
    width:960px;
    padding:10px 0;
    background:#fff;
}

#conL {
    float:left;
    width:620px;
}

#conR {
    float:right;
    width:300px;
}

#footMenu {
    float:left;
    width:960px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:100%;
}

/* ========HEADER CUSTOMIZE======== */
#headers h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#headers h1 a {
    color:#770000;
}

#headers h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #770000;
    text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:100%;
    overflow:hidden;
    position:relative;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#eee;
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}


.information {
    width:620px;
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}


.submenu {
    border:1px solid #ddd;
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}


.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}


#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}


.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}


.profile_box {
	position:relative;
	width:100%;
	
}




.accsesscounter{
	background-image:url('images/count3.png');	
	}


a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

#downk{
	z-index: 999;
	float: right;
	position: absolute;
	left: 0px;
	
	width:90%;
	background-color:rgba(255,255,255,0.7);
	}
	#downs{
	z-index: 999;
	float: left;
	position: absolute;
	left: 0px;
	}
	
	#dl2{padding:10px;}
	
	.downa{
	
		width:90%;

		

	}
	
	.dowtd{
	border-collapse: separate;
border-spacing: 0px;
border-top: 0.5px solid #ccc;
border-left: 0.5px solid #ccc;
border-color:rgba(197,197,197,0.4);
box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	}
	
	.dowtd th{
		border-collapse: separate;
	}
	.dowtd td{
		border-collapse: separate;
	}
	.downlo{
	position: relative;
	width: 100%;
}
	
	.profimg{
		float:left;
		width:50%;
		background-color:#E9FFFF;
	}
	
	.proftxt{

	font-size: 13px;
	float: left;
	width: 50%;
	background-color:#E9FFFF;
	}





div#headerArea {
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	margin:0;
	padding:0;

	z-index:999;

}

#menu {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
    -moz-box-shadow:0 0 10px #bfbfbf;
    -webkit-box-shadow:0 0 10px #bfbfbf;
    box-shadow:0 0 10px #bfbfbf;
}
#menu li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  border:#F5C016;
}
#menu li a {
  width:auto;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:rgba(242,150,0,0.70);


}


#menu li a:hover {
  background:rgba(246,192,23,0.40);
}

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:100%;
	font-size:100%;
}
table.formTable{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:
	rgba(240,230,140,0.600);
	text-align:left;
}

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
		position:fixed;
	right:16px;
	bottom:16px;
		display:none;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

.tgmanu{
	float:right;
	margin:15px 40px 15px 15px;
	width:10%;
	height:10%;
}
.hdtitle{
	width:60%;
	float:left;
	margin:15px;
}

#header {
	width: 100%;
	padding: 15px;
	

}

#drawerBtn {
}
 

 
#drawer ul li a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
	color: #fff;

}
