@charset "UTF-8";

/* formatting style
---------------------------*/

* {
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:11pt;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #C7E1FF;
	background-image: url(../img/common/body_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
hr {
	display: none;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
 color:#000000;
 text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
 color:#5C00FF;
 text-decoration: none;
}
#main_contents a:link {
 color:#0000FF;
 text-decoration: underline;
}
#main_contents a:visited {
    color: #800080;
    text-decoration: underline;
}
#main_contents a:hover {
 color:#0000FF;
 text-decoration: none;
}
/* basic layout
---------------------------*/
#wrapper {
	background-image: url(../img/common/wrap_back.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 938px;
}
#header {
	background-image: url(../img/common/headtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 894px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 78px;
}
#header #logo {
	position: absolute;
	left: 22px;
	top: 23px;
}
#header ul {
	width: 372px;
	position: absolute;
	left: 499px;
	top: 20px;
}
#header li {
	float: left;
	list-style: none;
}
#header li a {
	display: block;
	height: 24px;
	width: 93px;
	text-indent: -9999px;
}
#header #mHome {
	background-image: url(../img/common/head_home.gif);
	background-repeat: no-repeat;
}
#header #mLink {
	background-image: url(../img/common/head_link.gif);
	background-repeat: no-repeat;
}
#header #mSm {
	background-image: url(../img/common/head_sm.gif);
	background-repeat: no-repeat;
}
#header #mLogA {
    background-image: url(../img/common/head_m_log_a.jpg);
    background-repeat: no-repeat;
}
#header #mLogB {
    background-image: url(../img/common/head_m_log_b.jpg);
    background-repeat: no-repeat;
}
#header #mPrivacy {
	background-image: url(../img/common/head_privacy.gif);
	background-repeat: no-repeat;
}
#header #mHome a:hover {
	background-image: url(../img/common/head_home_f2.jpg);
	background-repeat: no-repeat;
}
#header #mLink a:hover {
	background-image: url(../img/common/head_link_f2.jpg);
	background-repeat: no-repeat;
}
#header #mSm a:hover {
	background-image: url(../img/common/head_sm_f2.jpg);
	background-repeat: no-repeat;
}
#header #mPrivacy a:hover {
	background-image: url(../img/common/head_privacy_f2.jpg);
	background-repeat: no-repeat;
}
#title {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
#sidemenu_line {
	background-image: url(../img/common/main_back.gif);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 177px;
}
#sidemenu {
	background-image: url(../img/common/footer_base.gif);
	background-repeat: repeat;
	width: 172px;
	border-top: 30px solid #3366FF;
	padding-bottom: 3px;
	float: left;
}
#main_space {
	background-image: url(../img/common/main_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 894px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#footer {
	line-height: 35px;
	text-align: center;
	clear: both;
	height: 35px;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/footer_base.gif);
	background-repeat: repeat;
}
#footer address{
    font-size: 80%;
}
/* side menu style
---------------------------*/
#sidemenu li {
	list-style: none;
}
#sidemenu li a {
	background-image: url(../img/common/menu_back.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 172px;
	margin-bottom: 6px;
	line-height: 38px;
	text-indent: 2em;
	text-decoration: none;
}
#sidemenu li a:hover {
	background-image: url(../img/common/menu_back_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 172px;
	margin-bottom: 6px;
	line-height: 38px;
	text-indent: 2em;
}
#tops #sidemenu #mTop a,
#license #sidemenu #mHim a,
#education #sidemenu #mOutline a,
#recruitments #sidemenu #mGuideline a,
#infos #sidemenu #mWhatsnew a,
#inquiries #sidemenu #mInquiry a,
#faqs #sidemenu #mFaq a,
#experiences #sidemenu #mVoice a,
#certExams #sidemenu #mCertExam a,
#links #sidemenu #mLink2 a,
#certifications #sidemenu #mSchoollist a,
#pres #sidemenu #mPres a,
#chmn #sidemenu #mChmn a,
#mbl #sidemenu #mMbl a  {
	background-image: url(../img/common/menu_back_f2.jpg);
	background-repeat: no-repeat;
}
#sidemenu_line #space_for_ie6 {
	width: 177px;
	float: left;
	background-color: #FFFFFF;
	height: 30px;
}
/* main contents style
---------------------------*/
#main_space #main_contents {
	width: 648px;
	margin-left: 201px;
	padding-bottom: 30px;
}

#main_contents p{
 text-indent:1em;
}

#main_link {
	width: 648px;
	position: relative;
	height: 50px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#main_link li {
	line-height: 25px;
	background-image: url(../img/common/link_maru.jpg);
	background-repeat: no-repeat;
	list-style: none;
	display: block;
	height: 25px;
	text-indent: 28px;
	margin: 0px 0px 10px;
	font-size: 100%;
}

#b_link {
	width: 600px;
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
}
#b_link li{
	line-height: 25px;
	background-image: url(../img/common/link_maru.jpg);
	background-repeat: no-repeat;
	list-style: none;
	display: block;
	height: 25px;
	text-indent: 28px;
	margin: 0px 0px 0px;
	font-size: 100%;
}

/* ----- dft ----- */
table{
 font-size:10.5pt;
}
td.remark{
 font-size: 9pt;
}
td {
 padding: 3px;
}
th{
 padding: 5px;
}
input, select, textarea{
    font-size:11pt;
}

.ipt {
    height/* */:20px; 
    /*width/* */:140px; */
    border/* */:2px solid #7F9DB9;
}
slt {
    height/* */:20px;
}
.iara {
    /*height/* */:20px; */
    /*width/* */:140px; */
    border/* */:2px solid #7F9DB9;
}

/* ----- ttl -----*/
.ttl {
 font-size: 15pt;
 text-align:left;
 border-bottom-width: 3px;
 border-bottom-style: double;
 border-bottom-color: #676789;
 color: #343489;
 /*width: 500px;*/
 margin:0px;
 padding:0px;
 font-weight: bold;
}
.ttl2 {
    font-size: 13pt;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #676789;
    color : #343489;
    font-weight: bold;
}
.ttl2_n {
    font-size: 13pt;
    color : #343489;
    font-weight: bold;
}
.ttl3 {
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #676789;
    border-bottom-color : #676789;
    color : #343489;
    font-weight: bold;
}
.ttl3_n {
    color : #343489;
    font-weight: bold;
}
.bdy2 {
    font-size: 14px;
    text-align:left;
}
.bdy_spc3 {
    letter-spacing:3px;
}

/* ----- border ----- */
.hble{
    border : 1px;
    border-style : solid;
    border-color : #676789;
}
.hble_t{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #676789;
}
.hble_r{
    border-right-width : 1px;
    border-right-style : solid;
    border-right-color : #676789;
}
.hble_l{
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #676789;
}
.hble_b{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #676789;
}
.hble_b_b{
    border-bottom-width : 3px;
    border-bottom-style : solid;
    border-bottom-color : #676789;
}
.lble{
    border-width : 1px;
    border-style : solid;
    border-color : #676789;
}
.lble_t{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #ababde;
}
.lble_r{
    border-right-width : 1px;
    border-right-style : solid;
    border-right-color : #ababde;
}
.lble_l{
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #ababde;
}
.lble_b{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ababde;
}

/* ---- space ---- */
.space_w {
    width:10px;
}
.space_hhf {
    height:5px;
    font-size:1px;
}
.space_h {
    height:10px;
}
.space_h2 {
    height:20px;
}
.space_h3 {
    height:30px;
}

/* error message */
table.errmsg{
 border-width: 1px;
 border-style: double;
 border-color: #FF0000;
 width:600px;
}
div.error {
    color:#FF0000;
    font-weight:bold;
}
/* caution message */
.ctnmsg{
	color:#FF0000;
}

li.non {
 list-style-type:none;
}

.a_cnt{
    text-align:center;
}
.a_r{
    text-align:right;
}
.a_l{
    text-align:left;
}
.v_t{
 vertical-align:top;
}

#tt td{
 border: 1px;
 border-style: solid;
 border-color: #676789;
}

#tt td.non_b,
#tt2 td.non_b{
 border: 0px;
 background-color: #FFFFFF;
}
#tt td.esc_tlr{
 border-top: 0px;
 border-right: 0px;
 border-left: 0px;
 background-color: #FFFFFF;
}
#tt td.non_b{
 border: 0px;
 background-color: #FFFFFF;
}
#tt th.non_b,
#tt2 th.non_b{
 border: 0px;
 background-color: #FFFFFF;
}
