/***************************************/
/* base.css                             */
/* Use with main parts japanese html    */
/***************************************/

html,body,div,
ul,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,hr {
    margin:0;
    padding:0;
}
body {
	margin: 0px auto;
	background-color: #FFCC66;
}
a:link, a:visited {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.red:link, a.red:visited {
	color: #FF3300;
	text-decoration: none;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
	line-height: 140%;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
hr {
	height:1px;
	background-color:#666666;
	color:#666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li {
	list-style-type: none;
}

a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

/* Layout ----------------------------------------------------------------- */

#container {
	width: 800px;
	margin: 0px auto;
	color: #333333;
	font-size: 13px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg820.jpg);
	background-repeat: repeat-y;
}
.popup #container {
	width: 540px;
	background-image: url(../press/popup/img/popup_bg.gif);
	background-repeat: repeat-y;
}
#header {
	height: 75px;
}

#content {
	width: 780px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.popup #content {
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
}
#left, #main {
	float: left;
	display: inline;
}
#left {
	width: 170px;
	margin-right: 20px;
	padding-top: 15px;
}
#main {
	width: 580px;
	padding-left: 5px;
}
#footer {
	clear: both;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#footerbar {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	background-color: #FFAC2F;
	padding-top: 5px;
	color: #FFFFFF;
	clear: both;
	height: 25px;
}

/* header ------------------------------------------    */

#header {
	background-image: url(../img/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header-menu {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	height: 22px;
	clear: both;
	padding-top: 11px;
	color: #333333;
}
#header-menu ul {
	list-style-type: none;
}
#header-menu li {
	display: inline;
	float: right;
}
#header-rogo {
	float: left;
	width: 250px;
	display: inline;
	padding-left: 2px;
}
#header-right {
	float: right;
	width: 540px;
	text-align: right;
	display: inline;
	overflow: hidden;
}
#header h1 {
	font-size: 12px;
	color: #3366CC;
	font-weight: normal;
	display: inline;
	float: right;
	padding-top: 8px;
	line-height: 120%;
}
.right-core {
	float: right;
	margin-left: 5px;
	margin-top: 0px;
}

#header-menu a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
}
#header-menu a:link, #header-menu a:visited {
	color: #333333;
}
#header-menu a:hover {
	color: #FF6600;
}

/* left menu -----------------------------------   */

#left ul {
	list-style-type: none;
}
#left li {
	display: inline;
}
#nav {
	width: 165px;
	margin-bottom: 5px;
}
#nav h1 {
	font-size: 1px;
	visibility: hidden;
}
#nav a {
	margin: 0px;
	display: block;
	text-decoration: none;
}
#nav .sub a {
	background-image: url(../img/lm_sub1.jpg);
}
#nav .sub2 a {
	background-image: url(../img/lm_sub1_d.jpg);
}
#nav .sub a:hover {
	color: #FF6600;
}
#nav .sub a, #nav .sub2 a {
	font-size: 13px;
	padding: 4px 4px 4px 38px;
	text-decoration: none;
	border-bottom: 1px solid #709FFF;
	display: block;
	background-repeat: no-repeat;
	color: #6699FF;
	background-position: 0px 0px;
	text-indent: 0px;
	font-weight: bold;
	line-height: 120%;
}
.press-nav {
	margin-bottom: 10px;
	border: 1px solid #6699FF;
}
.press-nav li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	color: #333333;
	font-weight: normal;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-image: url(../press/img/pressnav_bg1.jpg);
	background-repeat: no-repeat;
}
.press-nav li li a {
	padding-left: 23px;
	background-image: url(../press/img/pressnav_bg2.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.press-nav a:link, .press-nav a:visited {
	color: #333333;
}
/* Left  ----------------------------------- */

.leftnews {
	border: 1px solid #6699FF;
	width: 158px;
	font-size: 13px;
	line-height: 130%;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.leftnews p {
	margin-bottom: 0px;
}
.leftnews-titl {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #FF0000;
}
.search img {
	margin-bottom: 0px;
}
#left .search {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.left-footer {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}

.left-footer h3 {
	margin-bottom: 5px;
	color: #666666;
}
.column {
	border: 1px solid #6699FF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 25px 5px 0px 10px;
	background-image: url(../honbukou/img/summer_topbg.jpg);
	background-repeat: no-repeat;
}


/* main content -----------------------------------------   */

.bread {
	margin-top: 5px;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: right;
	clear: both;
}
.cnt-body a:link, .cnt-body a:visited {
	text-decoration: underline;
}
.cnt-header {
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}
.cnt-header h2 {
	font-size: 19px;
	line-height: 140%;
}
.cnt-header h1 {
	font-size: 20px;
}
.press-header {
	padding-bottom: 10px;
}

.cnt-body, .cnt-body-top, .cnt-taidan, .cnt-narrow {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 10px;
	clear: both;
}
.cnt-body {
	width: 560px;
	margin-left: 10px;
}
.cny-body p {
	margin-bottom: 10px;
}
.cnt-narrow {
	width: 400px;
	margin-left: 70px;
	padding: 15px 20px 10px;
	border: 3px double #E8D2BB;
}
.cnt-body h2 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 10px;
}

.cnt-body h3 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 140%;
}
.cnt-body h3 a:link, .cnt-body h3 a:visited {
	color: #FF6633;
	text-decoration: none;
}
.cnt-body h3 a:hover {
	text-decoration: underline;
}


.cnt-body-top p {
	margin-bottom: 5px;
}
.cnt-body-top li {
	margin-bottom: 3px;
}



.cnt-body-inner {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Core Press Top & Taidan ------------------------------*/

.cnt-body-top {
	clear: both;
}
.cnt-taidan {
	width: 540px;
	margin-left: 20px;
}
.cnt-taidan h2 {
	font-size: 18px;
	line-height: 140%;
	color: #CC6600;
	margin-bottom: 10px;
}
.cnt-taidan h3 {
	font-size: 18px;
	color: #663300;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../press/img/taidan_bar.jpg);
	background-repeat: no-repeat;
	height: 18px;
	line-height: 1em;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.tutor-qa .cnt-body {
	margin-left: 20px;
	width: 540px;
}
.popup .cnt-body {
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.cnt-qa-header {
	background-image: url(../press/img/qabg_1.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1em;
}
.cnt-qa-footer {
	background-image: url(../press/img/qabg_3.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	height: 13px;
}
.cnt-qa-header h2 {
	font-size: 16px;
	margin: 0px 0px 0px 10px;
	color: #FF3333;
}


.cnt-qa {
	background-image: url(../press/img/qabg_2.jpg);
	background-repeat: repeat-y;
	width: 520px;
	padding-right: 10px;
	padding-left: 10px;
}
.cnt-qa li {
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.cnt-qa .qa {
	background-image: url(../press/img/qa_a.gif);
	background-repeat: no-repeat;
}
.cnt-qa .qb {
	background-image: url(../press/img/qa_b.gif);
	background-repeat: no-repeat;
}
.cnt-qa .qc {
	background-image: url(../press/img/qa_c.gif);
	background-repeat: no-repeat;
}
.cnt-qa .qd {
	background-image: url(../press/img/qa_d.gif);
	background-repeat: no-repeat;
}
.cnt-qa p {
	margin-left: 10px;
}
.cnt-qa2 {
	background-image: url(../press/img/tutor_q2_bg2.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.cnt-qa2 p {
	margin-bottom: 0px;
}

.cnt-qa2-footer {
	height: 13px;
}





.profile {
	font-size: 13px;
	line-height: 150%;
	padding: 10px;
	border: 1px solid #CC6600;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.otoduki {
	color: #663300;
}
.sadanji {
	color: #993366;
}
.center-left, .center-right {
	display: inline;
	float: left;
}
.center-right {
	margin-top: 5px;
	margin-left: 15px;
}
.home .center-right {
	width: 200px;
}

.center-right p {
	font-size: 13px;
	line-height: 130%;
}

.tutor .center-left {
	width: 350px;
}
.cnt-right {
	display: inline;
	float: right;
}

.tutor .center-right {
	width: 200px;
	margin-top: 0px;
}
.cnt-body-top h1 {
	font-size: 23px;
	line-height: 120%;
	color: #FF6600;
	margin-bottom: 5px;
}
.cnt-body-top h2 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.cnt-body-top h3 {
	font-size: 15px;
	line-height: 130%;
	color: #3366FF;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
.cnt-body-top h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
}

.cnt-body-top a:link, .cnt-body-top a:visited {
	text-decoration: underline;
}

/* footer -------------------------------   */

#footer {
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.freedial {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
.footerright {
	float: right;
	width: 120px;
	text-align: center;
}
.footerleft {
	float: left;
	width: 530px;
	padding-left: 120px;
	text-align: center;
}
.footshadow {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* personal style ---------------------------------- */

.mgt5 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}

.mgbt5 {
	margin-bottom: 5px;
}

.mgbt10 {
	margin-bottom: 10px;
}
.mgbt20 {
	margin-bottom: 20px;
}

.mgr10 {
	margin-right: 10px;
}
.pud10 {
	padding-right: 10px;
	padding-left: 10px;
}


.red {
	color: #FF0000;
}
.blue {
	color: #0033CC;
}
.gray {
	color: #666666;
}

.clear {
	clear: both;
}
.imgleft {
	margin-right: 10px;
	float: left;
}
.imgright {
	margin-left: 5px;
	float: right;
}
.f13 {
	font-size: 13px;
}

.corej {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.video {
	width: 235px;
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.border {
	clear: both;
	font-size: 1px;
}
.border-dot {
	clear: both;
	font-size: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FFCC99;
	height: 3px;
}
.border-ue {
	font-size: 11px;
	text-align: right;
}
.cnt-no img {
	margin-right: 2px;
}
.cnt-no {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
}
.tutor .cnt-no {
	margin: 0px;
	padding: 0px;
	height: 52px;
}
.seito .cnt-no {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main-title .cnt-no {
	margin-bottom: 5px;
	margin-top: 2px;
}


.report1 {
	background-image: url(../press/img/tsukuba_r1.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

.report2 {
	background-image: url(../press/img/r_osaka_1.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-right: 150px;
	background-position: 10px top;
}
.seito-cnt, .seito-cnt-l {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.right-white {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.seito-cnt-l {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.shou .seito-cnt, .shou .seito-cnt-l {
	background-color: #FFE286;
}
.chugaku .seito-cnt, .chugaku .seito-cnt-l {
	background-color: #FFE2C4;
}
.kou1, .kou2, .kou3, .kou4 {
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kou1 {
	padding-right: 15px;
	padding-left: 260px;
	background-image: url(../press/img/koukou_1.jpg);
}
.kou2 {
	padding-left: 20px;
	background-image: url(../press/img/koukou_2.jpg);
	padding-right: 250px;
}
.kou3 {
	padding-right: 15px;
	padding-left: 260px;
	background-image: url(../press/img/koukou_3.jpg);
}
.kou4 {
	padding-left: 20px;
	background-image: url(../press/img/koukou_4.jpg);
	padding-right: 250px;
}
.sotugyo {
	padding: 10px 15px;
	border: 2px solid #FFCC00;
}
.sotugyo h4 {
	color: #FF3300;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FF9900;
	clear: both;
}
.sotugyo h2 {
	color: #FF3300;
	font-size: 18px;
	line-height: 140%;
}
.cnt-taidan a:link, .cnt-taidan a:visited {
	text-decoration: underline;
}
.english {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 140%;
}
.seito-topcnt {
	padding-top: 20px;
	padding-left: 10px;
}
.top-sita td {
	width: 182px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.top-sita h4 {
	font-size: 12px;
}
.top-sita h3 {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 0px;
}
.data {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
}

.data td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.jisseki .cnt-body h2 {
	background-image: url(../press/img/jisseki_icon.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 15px;
	padding-left: 35px;
	color: #FF3300;
	margin-bottom: 5px;
}
.jisseki .cnt-header {
	border-bottom: 10px solid #FF9966;
	padding-bottom: 3px;
	color: #FF3300;
}
.jisseki .cnt-body h1 {
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 10px;
}
