@charset "shift_jis";

/* layout
--------------------------------------------------------*/
#wrapper {
	border-top: 2px solid #A01417;
}

#contentWrapper {
/*	width: 970px;*/
	margin: 0 auto;
}

#contents {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 20px;
}

a:link	 	{ color:#A88B48; text-decoration: none; }
a:hover 	{ color:#A88B48; text-decoration: underline; }
a:active 	{ color:#A88B48; text-decoration: none; }
a:visited 	{ color:#A88B48; text-decoration: none; }






/* header
--------------------------------------------------------*/
#header {
	height:94px;
}

#header #headerInner {
	position: relative;
	width: 970px;
	height: 82px;
	margin: 0 auto;
	padding: 14px 0 0 0;
	/*background: url(../img/header_bg.jpg) no-repeat;*/
}

#header #headerInner .logo {
	float: left;
	padding: 0 0 0 5px;
	margin: 0 10px 0 0;
}

#header #headerInner h1 {
	position: absolute;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	font-size: 0.78em;
	left: 101px;
	top: 11px;
}

#header #headerInner #headerSub {
	float: right;
	width: 512px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 1.0;
}

#headerSub .headerNavi {
	text-align: right;
	padding: 0 0 4px 0;
	margin: 0;
}

#headerSub .headerNavi li {
	display: inline;
}

#headerSub .headerAdd {
	float: right;
	text-align: right;
	height: 37px;
	width: 512px;
	margin: 0;
	padding: 0;
}

#headerSub .headerAdd li {
	float: right;
}

#headerSub .headerAdd li.tell {
	margin-right: 8px;
}

#headerSub .headerAdd li.nyugaku {
	margin-right: 1px;
}


/* for sideCont ==================================*/
#sideCont {
	width: 200px;
	float: left;
}

#sideCont .gNavi {
	margin: 0 0 20px 0;
}

#sideCont .gNavi li {
	line-height: 1.0;
	display: inline-block;
}

#sideCont .gNavi .gNaviIn {
	margin: 5px 0;
}

#sideCont .banner {
	margin: 0 0 13px 0;
}
#sideCont .banner a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#sideCont .banner li {
	margin: 0 0 7px 0;
}
#sideCont .link_txt a {
	background: url(../img/icon_window.png) right center no-repeat;
	color: #e10000;
	font-size: 11px;
	padding-right: 12px;
	text-decoration: underline;
}
#sideCont .link_txt a:hover {
	text-decoration: none;
}
#sideCont .link_btn {
	margin-top: 3px;
}

/*
#sideCont .banner li .btn_member {
	padding-top: 3px;
}*/
#sideCont .banner li.line {
	border-top: 3px solid #ccc;
	height: 2px;
	margin: 15px 0;
}

#sideCont .mobile {
	font-size: 0.78em;
	margin: 0 0 8px 0;
}

#sideCont .mobile .qr img {
	float: left;
	margin-right: 3px;
}
#sideCont .mobile .qr p {
	padding: 20px 0 0 0;
}

#sideCont .mobile .qr p span {
	border-bottom: dotted 1px #333333;
	display: inline;
}

#sideCont .so {
	background: url(../img/side_so_bg.gif) ;
	padding-left: 35px;
	padding-bottom: 5px;
}

#sideCont .so li {
	float: left;
	margin: 10px 3px;
} 

#sideCont .banner li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* for mainCont ==================================*/
#mainCont {
	width: 737px;
	float: right;
}

#mainCont .path {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#mainCont .path li {
	float: left;
	font-size: 0.78em;
}

#mainCont .path li a {
	background: url(../img/link_path.gif) right 50% no-repeat;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
	color: #A88B48;
}

#mainCont .path li a:hover {
	text-decoration: underline;
}

/* for CV Entry ==================================*/
#mainCont .cv {
	width: 713px;
	margin: 0 auto 30px;
}

#mainCont .cv .cvLesson {
	margin-bottom: 10px;
}

#mainCont .cv .cvEntry {
	position: relative;
	width: 713px;
	height: 140px;
/*
	background: url(../img/cv_entry_bg.gif) no-repeat;
*/
	background: url(../img/cv_entry_bg2.gif) no-repeat;
}

#mainCont .cv .cvEntry .cvEntryBtn {
	position: absolute;
	left: 435px;
	top: 24px;
}


/* for footer ==================================*/
#footer {
	background: url(../img/footer_bg.gif) repeat-x top;
	padding: 2px 0 0 0;
}

#footer #footerInner {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(../img/footer_inner_bg.gif) repeat-y;
	color: #666666;
}

#footer #footerInner a:link 	{ color:#666666; text-decoration: none; }
#footer #footerInner a:hover 	{ color:#666666; text-decoration: underline; }
#footer #footerInner a:active 	{ color:#666666; text-decoration: none; }
#footer #footerInner a:visited 	{ color:#666666; text-decoration: none; }

#footer #footerInner .pageup {
	position: absolute;
	right: 0;
	top: -25px;
}

#footer #footerInner li.menu {
	margin: 0 0 5px 0;
}

#footer #footerInner .footerBoxLeft {
	float: left;
	width: 402px;
	padding: 13px;
	font-size: 0.625em;
}
#footer #footerInner .footerBoxLeft dt {
	margin: 0 0 5px 0;
}
#footer #footerInner .footerBoxLeft dd {
	margin: 0 0 10px 0;
}


#footer #footerInner .footerBoxCenter {
	float: left;
	width:117px;
	padding: 13px;
	font-size: 0.625em;
}

#footer #footerInner .footerBoxRight {
	float: left;
	width: 133px;
	padding: 13px;
	font-size: 0.625em;
}

#footer #footerInner .footerBoxBn {
	float: right;
	width: 214px;
	padding: 13px;
	text-align: center;
}

#footer #footerInner .footerBoxBn li {
	margin: 0 0 10px 0;
}

#footer .copyRight {
	background-color:#A01417;
	text-align: center;
	padding: 3px 0;
}

/* page error
--------------------------------------------------------*/
#notFound {
	margin: 160px auto 0;
	padding: 0 0;
/*	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
*/
}

#notFound p {
	font-size: 12px;
}


a.ovr:hover img {
	display:block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/* iten
--------------------------------------------------------*/
.iten {
	display:block;
	float:left;
	background:#ededed;
	padding:5px 10px;
	line-height:1.3;
	overflow:hidden;
}
.iten_c {
	display:block;
	width:auto;
	font-size:12px;
	margin:0;
	padding:0;
	color:#FF0000;
	clear:both;
	background:none;
}
.iten_a {
	display:block;
	font-size:12px;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
}

.