@charset "utf-8";

/* 
================================================*/

/*---ベース設定---*/

html {
	overflow-y:scroll;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
	color: #111111;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wraper {
	margin:0px auto;
}

#container {
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8f8f8f;
	border-left-color: #8f8f8f;
}

#content {
	padding:0px 50px 0px 50px;
}

#rightContent {
	padding:0px 15px 0px 0px;
}

th,td {
	line-height:1.3;
	font-size:12px;
}

p {
	margin:0px;
	padding:0px;
	line-height:1.7;
	font-size:13px;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-style:normal;
    margin:0px;
    padding:0px;
}

hr {
    margin:0px;
	padding:0px;
}

img {
	border:0px;
}

/* Link color
================================================*/
a:link {
	color:#154288;
	text-decoration:underline;
}

a:visited {
	color:#154288;
	text-decoration:underline;
}

a:hover {
	color:#CC0033;
	text-decoration:underline;
}

a:active {
	color:#154288;
  text-decoration:underline;
}

/* header
================================================*/
#logo {
	padding:0px;
}

#globalNaviArea {
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/navi_bg.gif);
	height: 41px;
	text-align: center;
}

#globalNavi {
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/btn/line_btn.gif);
	text-align: left;
	width: 979px;
}

.lineBtn {
	padding:0px 0px 0px 1px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/btn/line_btn.gif);
	text-align: left;
}

.lineBtnEnd {
	padding:0px 1px 0px 1px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/btn/line_btn.gif);
	text-align: left;
}

#headerLinkArea {
	padding:28px 12px 0px 0px;
}

.headerLink {
	padding:0px 10px 0px 10px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(../img/arrow.gif);
	color: #999999;
	font-size: 10px;
}

#headerLinkArea a:link {
	color:#333333;
	text-decoration:underline;
}

#headerLinkArea a:visited {
	color:#333333;
	text-decoration:underline;
}

#headerLinkArea a:hover {
	color:#CC0033;
	text-decoration:underline;
}

#headerLinkArea a:active {
	color:#333333;
  text-decoration:underline;
}

#headerContent {
	margin: 0px auto;
	width:979px;
	height: 70px;
}

#headerContentR {
	margin: 0px;
}

#logoSub {
	padding:0px 5px 0px 0px;
}

/* main
================================================*/

#main {
	padding:0px 0px 0px 0px;
	margin: 20px auto 0px auto;
	width: 979px;
}

#mainWrap {
	padding:0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/main_line.gif);
}




#btnBox {
	margin: 0px 0px 0px 0px;
	border-collapse:collapse;
}

.inBtn {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/icon/icon_a01.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-color: #FFFFFF;
	padding: 0px 20px 0px 43px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}


.inBtn01 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/icon/icon_a01.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 43px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}

#mainContainer {
	padding:0px 0px 0px 0px;
	width: 100%;
}

#mainContent {
	padding:0px 10px 10px 30px;
	width: 747px;
	text-align: left;
}

.contentBox {
	padding:20px 25px 0px 25px;
}



#sitemapContent {
	padding:0px 30px 10px 30px;
	text-align: left;
}



/* sideContent
================================================*/
#sideContent {
	padding:0px;
	width: 192px;
}

.menuBtn {
	padding:4px 0px 4px 5px;
}

.menuWrap {
	padding:15px 0px 20px 10px;
}

/* Footer
================================================*/

#footer {
	width: 100%;
	height:90px;
	margin:0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/footer_bg.gif);
}

#footerContent {
	margin:0px;
	padding:15px 0px 0px 0px;
	width: 979px;
}

address {
	padding: 0px 0px 0px 0px;
	color:#555555;
	font-style: normal;
}


/* Box
================================================*/

.boxBaseIn {
	padding: 5px;
	background-color: #F6F6F6;
	border: 5px solid #f6f6f6;
}

.boxOra {
	border: 2px solid #e7e7e7;
	background-color: #FF8400;
}

.boxOraIn {
	padding: 5px;
	background-color: #FFFFFF;
	border: 5px solid #f6f6f6;
}

.boxRed {
	border: 2px solid #f9c9c9;
	background-color: #CC0000;
}

.boxRedIn {
	padding: 5px;
	background-color: #ffe3e3;
	border: 5px solid #ffe3e3;
}

.boxGra {
	border: 2px solid #f9f9f9;
	background-color: #f9f9f9;
}

.boxGraIn {
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #cdcdcd;
}

div.boxLink {
	padding: 20px;
	background-color: #f6f6f6;
	border: 1px solid #cdcdcd;
}
div.hover {
	border: 1px solid #999999;
	cursor: pointer;
	background-color: #EEEEEE;
}




/* P
================================================*/

p.details {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/arrow_02.gif);
	padding: 0px 0px 0px 13px;
	font-weight: bold;
}

/* Span link
================================================*/
.linkR a { color:#CC0000; text-decoration:underline; }
.linkR a:visited { color:#CC0000; text-decoration:underline; }
.linkR a:hover { color:#FF0000; text-decoration:underline; }

.linkRb a { color:#CC0000; text-decoration:underline; font-weight:bold; }
.linkRb a:visited { color:#CC0000; text-decoration:underline; font-weight:bold; }
.linkRb a:hover { color:#FF0000; text-decoration:underline; font-weight:bold; }

.linkG a { color:#006600; text-decoration:underline; }
.linkG a:visited { color:#006600; text-decoration:underline; }
.linkG a:hover { color:#009900; text-decoration:underline; }

.linkB a { color:#1b4a94; text-decoration:underline; font-weight:bold; }
.linkB a:visited { color:#1b4a94; text-decoration:underline; font-weight:bold;}
.linkB a:hover { color:#FF6600; text-decoration:underline; font-weight:bold;}

.linkBl a { color:#1b4a94; text-decoration:underline; font-size:15px; font-weight:bold; }
.linkBl a:visited { color:#1b4a94; text-decoration:underline; font-size:15px; font-weight:bold;}
.linkBl a:hover { color:#FF6600; text-decoration:underline; font-size:15px; font-weight:bold;}


/* form
================================================*/

form {
	margin: 0px;
}

input,textarea {
	font-size: 12px;
	margin:0px 2px 0px 0px;
}


/* form size
================================================*/
.formS02 { width: 16px; }
.formS03 { width: 26px; }
.formS04 { width: 31px; }
.formS05 { width: 36px; }
.formS07 { width: 46px; }
.formS10 { width: 61px; }
.formS15 { width: 86px; }
.formS17 { width: 98px; }
.formS20 { width: 111px; }
.formS25 { width: 136px; }
.formS30 { width: 161px; }
.formS35 { width: 186px; }
.formS40 { width: 211px; }
.formS45 { width: 236px; }
.formS50 { width: 261px; }
.formS55 { width: 288px; }
.formS60 { width: 313px; }
.formS65 { width: 338px; }
.formS70 { width: 363px; }
.formS75 { width: 388px; }
.formS80 { width: 413px; }
.formS85 { width: 438px; }
.formS90 { width: 463px; }
.formS95 { width: 488px; }
.formS100 { width: 513px; }

/* class
================================================*/

.subImg {
	padding:0px 0px 30px 0px;
}




/* infoArea
================================================*/

.infoArea1 {
	font-size:12px;
	padding:2px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.infoArea1 p {
	font-size:12px;
	padding: 10px;
	line-height: 1.8;
}
.infoArea {
	font-size:12px;
	padding:2px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.infoArea p {
	font-size:12px;
	padding: 10px;
	line-height: 1.8;
}


/* indexCompany
================================================*/

#indexCompany {
	width: 979px;
	margin:0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/index_company.jpg);
	height: 564px;
}

.indexCompanyIn {
	padding:0px 0px 20px 0px;
}

.indexCompanyTitle {
	width:528px;
	height:25px;
	margin:0px 0px 157px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/h2_index_company.jpg);
	text-indent:-9999px;
	text-align: left;
}

#topixs {
	width: 525px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/topixs_bg.gif);
	height: 180px;
	margin: 0px 0px 0px 20px;
}

.topixsIn {
	padding:10px 10px 0px 20px;
	width: 365px;
	height: 100px;
	overflow: auto;
}

.topixsIn img {
	margin: 0px 0px 0px 10px;
	float:right;
}

.topixsIn p {
	padding:0px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(../img/ib01s.gif);
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
}

.topixsTitle {
	padding:35px 0px 0px 16px;
}


/* indexMedical
================================================*/
#indexMedical {
	width: 979px;
	padding:0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/index_medical.jpg);
	height: 610px;
}

.indexMedicalIn {
	padding:0px 0px 20px 0px;
}

.indexMedicalTitle {
	width:517px;
	height:27px;
	margin:0px 28px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/h2_index_medical.gif);
	text-indent:-9999px;
	text-align: left;
}

.indexMedicalTxt {
	width:517px;
	height:66px;
	margin:10px 28px 100px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/p_index_medical.gif);
	text-indent:-9999px;
	text-align: left;
}

.authorizationTxt {
	width:298px;
	height:22px;
	margin:10px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/authorization.gif);
	text-indent:-9999px;
	text-align: left;
}

.pvArea {
	margin:0px 0px 30px 0px;
	width: 230px;
}


/* indexEducation
================================================*/
#IndexEducation {
	width: 979px;
	padding:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/index_education.jpg);
	height: 564px;
}

.IndexEducationIn {
	padding:0px 0px 30px 0px;
}

.indexEducationTitle {
	width:464px;
	height:23px;
	margin:0px 0px 121px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/h2_index_education.gif);
	text-indent:-9999px;
	text-align: left;
}

.indexEducationTxt {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/title/p_index_education.gif);
	text-indent:-9999px;
	width:405px;
	height:128px;
}


/* indexTenji
================================================*/
#indexTenji {
	width: 979px;
	padding:0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/index_tenji.jpg);
	height: 564px;
}

.indexTenjiIn {
	padding:0px 0px 20px 0px;
}

.indexTenjiTitle {
	width:476px;
	height:27px;
	margin:0px 28px 260px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/title/h2_index_tenji.gif);
	text-indent:-9999px;
	text-align: left;
}

.indexTenjiTxt {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/title/p_index_tenji.gif);
	text-indent:-9999px;
	width:681px;
	height:164px;
}

/* Side Menu
================================================*/

.sideMenu {
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/icon/arrow.gif);
	height: 36px;
	vertical-align: middle;
	padding-left: 30px;
	text-align: left;
}

.sideMenu a:link {
	color:#333333;
	text-decoration:none;
}

.sideMenu a:visited {
	color:#333333;
	text-decoration:none;
}

.sideMenu a:hover {
	color:#CC0033;
	text-decoration:none;
}

.sideMenu a:active {
	color:#333333;
	text-decoration:none;
}

.sideMenu1 {
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/icon_kagi02.gif);
	height: 36px;
	vertical-align: middle;
	padding-left: 30px;
	text-align: left;
}

.sideMenu1 a:link {
	color:#333333;
	text-decoration:none;
}

.sideMenu1 a:visited {
	color:#333333;
	text-decoration:none;
}

.sideMenu1 a:hover {
	color:#CC0033;
	text-decoration:none;
}

.sideMenu1 a:active {
	color:#333333;
	text-decoration:none;
}

.sideMenu2 {
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/icon_kagi01.gif);
	height: 36px;
	vertical-align: middle;
	padding-left: 30px;
	text-align: left;
}

.sideMenu2 a:link {
	color:#333333;
	text-decoration:none;
}

.sideMenu2 a:visited {
	color:#333333;
	text-decoration:none;
}

.sideMenu2 a:hover {
	color:#CC0033;
	text-decoration:none;
}

.sideMenu2 a:active {
	color:#333333;
	text-decoration:none;
}
/* Title
================================================*/

.pageTitle {
	font-size:15px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	text-align: left;
}

.sideTitle {
	font-size:15px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

.subTitle {
	padding:0px 0px 0px 18px;
	font-size:15px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(../img/icon_square_bk.gif);
	margin: 0px 0px 10px 0px;
}
.subTitle02 {
	padding:0px 0px 0px 18px;
	font-size:13px;
	font-weight:normal;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(../../img/icon_square_bk.gif);
	margin: 0px 0px 10px 0px;
	color: #000000;
	text-align: left;
}

.subTitleDot {
	padding:0px 0px 5px 18px;
	font-size:15px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(../img/icon_square_bk.gif);
	margin: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.subTitleL {
	padding:0px;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS PGothic",sans-serif;
	color: #2e4899;

}

.subTitleArrow {
	padding:0px 0px 0px 15px;
	font-size:15px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(../img/arrow.gif);
	margin: 0px 0px 30px 20px;
}

.subTitle01 {
	font-size:15px;
	font-weight:bold;
	border: 1px solid #222222;
	width: 300px;
	padding: 10px;
	margin: 0px auto 20px auto;
	text-align: center;
}

.miniTitle {
	padding:0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
}

.miniTitleLine {
	padding:0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	margin: 0px 0px 5px 0px;
}

/* Line
================================================*/
.dot1 {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/line_dot.gif);
}


/* P class
================================================*/
.intro {
	padding:0px 0px 30px 0px;
}

.baseTxt {
	padding:0px 0px 30px 0px;
}

.pageTop {
	padding:10px 0px 10px 0px;
	text-align:right;
}

.award {
	font-size:12px;
	padding: 0px 0px 10px 20px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(../img/icon_square_bk.gif);
}

.txtLb {
	padding:0px 0px 5px 18px;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS PGothic",sans-serif;
	color: #2e4899;

}


/* DIV class
================================================*/

.subWrap {
	padding:0px 0px 0px 20px;
}

.grayArea {
	padding:10px;
	background-color: #FFFFFF;
	border: 1px solid #e6e6e6;
}



/* CLASS
================================================*/
.pvBox {
	margin:0px 0px 30px 0px;
	width: 677px;
}

.pv {
	padding:0px 10px 0px 10px;
}

.pvTitle {
	padding:0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
	margin: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/line_dot02.gif);
}

.pvTitle a:link {
	color:#154288;
	text-decoration:underline;
}

.pvTitle a:visited {
	color:#154288;
	text-decoration:underline;
}

.pvTitle a:hover {
	color:#154288;
	text-decoration:underline;
}

.pvTitle a:active {
	color:#154288;
  text-decoration:underline;
}


.pvName {
	padding:8px 0px 5px 0px;
	font-size:12px;
	margin: 0px;
	text-align: left;
	line-height: 1.4;
}

.pvName img {
	margin: 0px 10px 0px 0px;
	float:left;
}

.pvBox01 {
	margin:0px 0px 20px 0px;
}

.pvArea {
	width: 340px;
}

.pvBox02 {
	margin:0px 0px 0px 0px;
	background-color: #f4f4f4;
}

.ctm {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/c_tm.gif);
	width: 100%;
}

.cbm {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../img/c_bm.gif);
	width: 100%;
}

.cml {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../img/c_ml.gif);
}


.cmr {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../img/c_mr.gif);
}

/* bookArea
================================================*/
.bookArea {
	margin:0px 0px 30px 0px;
}

.grayWrap {
	padding:10px;
}

.bookImg {
	padding:0px 30px 0px 0px;
}

.bookTitle {
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

.mokuji {
	padding:0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	font-weight: bold;
}

.bookTxtArea {
	margin:20px 0px 0px 0px;
}


/* sitemapArea
================================================*/
.sitemapArea {
	margin:0px 0px 50px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.sitemapMenu {
	font-size:13px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/icon/arrow.gif);
	height: 36px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	padding: 0px 30px 0px 30px;
	width: 150px;
}

.sitemapMenu a:link {
	color:#333333;
	text-decoration:none;
}

.sitemapMenu a:visited {
	color:#333333;
	text-decoration:none;
}

.sitemapMenu a:hover {
	color:#CC0033;
	text-decoration:none;
}

.sitemapMenu a:active {
	color:#333333;
	text-decoration:none;
}

/* learningArea
================================================*/
.learningArea {
	margin:0px 0px 300px 0px;
	padding: 20px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.learningMenu {
	font-size:13px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	padding: 0px 30px 20px 0px;
	width: 150px;
}

.learningMenu a:link {
	color:#333333;
	text-decoration:none;
}

.learningMenu a:visited {
	color:#333333;
	text-decoration:none;
}

.learningMenu a:hover {
	color:#CC0033;
	text-decoration:none;
}

.learningMenu a:active {
	color:#333333;
	text-decoration:none;
}


/* outdoorGame
================================================*/
.outdoorGameTitle {
	padding:8px 5px 5px 5px;
	background-color:#FFFFFF;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS PGothic",sans-serif;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.ioreTitle {
	padding:5px;
	background-color:#FFFFFF;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","MS PGothic",sans-serif;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* Base Table
================================================*/
.baseTable01 {
	background-color:#e6e6e6;
}

.baseTable01 td {
	background-color:#FFFFFF;
}

.baseTable01 th {
	background-color:#f6f7f7;
	font-weight: normal;
}

.baseTable02 {
	background-color:#CCCCCC;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.baseTable02 td {
	background-color:#FFFFFF;
	padding: 5px;
	line-height: 1.8;
}

.baseTable02 th {
	background-color:#f6f7f7;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	line-height: 1.8;
	width: 20%;
	vertical-align: top;
}

.baseTable03 {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.baseTable03 td {
	padding: 0px;
	line-height: 1.8;
	text-align: left;
}

.baseTable03 th {
	background-color:#f6f7f7;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	line-height: 1.8;
	width: 20%;
	vertical-align: top;
}

.innerTable {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.innerTable td {
	padding: 0px 2px;
	line-height: 1.8;
	text-align: left;
}

.innerTable th {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	line-height: 1.8;
	vertical-align: top;
	background-color:transparent;
	width: 1%;
}

.infoBox {
	padding:0px 5px 30px 5px;
	vertical-align:top;
	width: 318px;
}

.infoBox03 {
	padding:0px 5px 30px 5px;
	vertical-align:top;
	width: 318px;
}

.name {
	width: 90px;
	display:block;
	float: left;
	font-style: normal;
}

.jun {
	font-size: 11px;
}


.titleBg {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/manual/title_bg.jpg);
	padding: 0px 0px 20px 20px;
}

.miniTitle01 {
	padding:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
	margin: 10px 0px 5px 0px;
}

.miniTitle02 {
	padding:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
	margin: 8px 0px 5px 0px;
}

.miniTitle03 {
	padding:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
	color:#2e4899;
	margin: 0px 0px 0px 0px;
}

.miniTitleBox {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	white-space: nowrap;
}

.screenTxt01 {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/manual/screen_bg01.jpg);
	padding: 0px;
	height: 263px;
}

.screenTxt02 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/manual/screen_bg02.jpg);
	padding: 0px;
	height: 149px;
}

.screenTxt03 {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/manual/screen_bg03.jpg);
	padding: 0px;
	height: 208px;
}

ul.menuArrow {
	padding:0px 0px 0px 20px;
}

ul.menuArrow li {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/arrow.gif);
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}



.infoTxt03 {
	margin: 0px 0px 168px 0px;
	padding: 0px 0px 0px 50px;
	font-size:17px;
	font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}


.infoTxt03 a {
	text-decoration: none;
}

/*------------------------------------------------
clearfix
------------------------------------------------*/
.cFix:after  { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.cFix        { min-height: 1px; }
* html .cFix { height: 1px;}

/*------------------------------------------------
layout_box
------------------------------------------------*/
.login{
	text-align: left;
	margin-top: 20px;
}
.login .login_wrapper_single{
	margin:10px auto 20px auto;
}
.login .login_wrapper_single .login_base{
	margin:0px auto;
}
.login .login_wrapper_double{width:900px; margin:50px auto;}
.login .login_wrapper_double .login_base{ float:left;}
.login .login_wrapper_double .login_info_base{ float:right;}
/*------------------------------------------------
layout_box
------------------------------------------------*/
.login .regist_wrapper_single{
	margin:20px auto 20px auto;
	width: 100%;
}
.login .regist_wrapper_single .login_base{
	margin:0px auto;
	width: 310px;
}

/*------------------------------------------------
login_layout_box
------------------------------------------------*/

.regist_base{
	width:100%;
	margin:0;
	padding:10px 0px;
	background-color:#e5f6ff;
	border-radius: 6px;
	border: 1px solid #8acfff;
	font-size:12px;
	line-height:1.4;
}
.login_base{
	width:100%;
	margin:0;
	padding:10px 0px;
	background-color:#f9f9f9;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	font-size:12px;
	line-height:1.4;
}

.login_inner{
	margin:0 auto;
	padding:0px 7px;
}
.login_base .login_title{
	font-size:14px;
	background:url(../img/icon/login_title_icon.png) left no-repeat;
	padding-left:20px;
	margin-bottom:10px;
	line-height:1.6;
	font-weight: bold;
}
.regist_base .login_title{
	font-size:14px;
	background:url(../img/icon/login_title_icon.png) left no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	line-height:1.6;
	font-weight: bold;
}
.login_base .login_caption{
	margin-top:5px;
	font-size: 10px;
	font-weight: bold;
}
.login_base .login_alert{
	color:#F00;
	margin-top:5px;
	display:none;
	font-size: 11px;
}
.login_base .login_save{color:#666; margin:5px 0 30px 0;}
.login_base .login_remind{
	margin:20px auto 10px auto;
	text-align:center;
	font-size: 10px;
}

.login_txt {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height:1.5;
	font-size:12px;
	color: #034c86;
	font-weight: bold;
}

.regist_txt {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height:1.5;
	font-size:12px;
	color: #034c86;
	font-weight: bold;
}

/*------------------------------------------------
alert
------------------------------------------------*/

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0px;
  color: inherit;
}
.alert hr {
  border-top: none;
  border-bottom: 1px dotted transparent;
  margin-top:10px;
  margin-bottom:10px;
}
.alert .alert-link {
  font-weight: bold;
  text-decoration:underline;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-default {
  color: #111111;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}
.alert-default hr {
  border-top-color: #c9e2b3;
}
.alert-default .alert-link {
  color: #2b542c;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-bottom-color: #3c763d;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info-dark {
	color: #FFFFFF;
	background-color: #0070c0;
	border-color: #00406d;
}
.alert-info-dark hr {
  border-top-color: #00406d;
}
.alert-info-dark .alert-link {
	color: #FFFF00;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning-dark {
	color: #FFFFFF;
	background-color: #ff6600;
	border-color: #cd3902;
}
.alert-warning-dark hr {
  border-top-color: #cd3902;
}
.alert-warning-dark .alert-link {
  color: #FFFF00;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-care {
	color: #FFFFFF;
	background-color: #c00000;
	border-color: #630000;
}
.alert-care hr {
  border-top-color: #630000;
}
.alert-care .alert-link {
	color: #FFFF66;
}


/*------------------------------------------------
login_btn
------------------------------------------------*/
.login_base .login_btn{
	border-width:0px;
	width:132px;
	height:38px;
	margin:20px auto 0px auto;
	background:url(../img/btn/login_button.png) no-repeat top left;
}
.login_base .login_btn input:hover{filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); opacity: 0.0;}


/*------------------------------------------------
20141209　追加
------------------------------------------------*/

.opencon_list	{
	margin:10px 0 20px;
	line-height:28px;
}
.opencon_text	{
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
}
#opencon_block	{
}
#opencon_block ul	{
	margin:0;
	padding:0;
}
#opencon_block li	{
	width:220px;
	float:left;
	display:block;
	margin-right:18px;
	margin-bottom:16px;
	-moz-box-shadow: 1px 1px 1px 1px #CCC;
	-webkit-box-shadow: 1px 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px 1px #CCC;
}
#opencon_block li:nth-child(3n)	{
	margin-right:0px;
}
.opencon_box_img	{
}
.opencon_box_text1,
.opencon_box_jyukou	{
	margin:10px;
}
.opencon_box_jyukou span	{
	float:right;
}

/*------------------------------------------------
20141210　追加
------------------------------------------------*/

#explanation_block	{
	box-shadow:2px 2px 3px #CCCCCC;
    height:auto;
    border-radius:4px;
    border:1px solid #CCCCCC;
    padding:24px;
	width:96%;
}
#ecplanation_block_login	{
    height:auto;
    border-radius:4px;
    border:1px solid #CCCCCC;
    padding:20px;
	text-align:center;
	margin:0 auto 30px;
}
#ecplanation_block_login p	{
	font-size:30px;
	padding-bottom:10px;
}
#ecplanation_block_login p,
#ecplanation_block_login div.login	{
	text-align:center;
}
#explanation_table	{
}
#explanation_table .title,
#explanation_table2 .title	{
	font-size:18px;
	text-align:center;
	font-weight:bold;
    border-radius:4px;
    border:1px solid #CCCCCC;
	padding:4px;
	background-color:#EEEEEE;
	margin-bottom:16px;
}
#explanation_table .text,
#explanation_table2 text	{
	font-size:14px;
	line-height:160%;
	text-align:left;
	margin-bottom:20px;
}
#explanation_table .title02,
#explanation_table2 .title02	{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#explanation_table .title02 span	{
	padding:0 4px;
}
#explanation_table .doc_name	{
	padding:4px 0 4px 60px;
	font-size:14px;
}
.clearfix:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix	{
	display:inline-block;
}
.explanation_doc_left	{
	float:left;
}
.explanation_doc_left img	{
	border:1px solid #CCCCCC;
	margin-right:10px;
}
.explanation_doc_right	{
	float:right;
	width:500px;
}
.explanation_doc_right .explanation_doc_right_katagaki	{
	font-size:14px;
	line-height:140%;
	margin:8px 0;
}
.explanation_doc_right .explanation_doc_right_name	{
	font-size:26px;
	border-bottom:5px solid #ADDEF8;
	padding:2px 0;
	margin-bottom:30px;
}
.explanation_doc_table	{
	margin-bottom:20px;
}
.explanation_doc_table th,
.explanation_doc_table td	{
	font-size:14px;
	line-height:140%;
}
#explanation_table2	{
	margin:28px 0 0;
	border-top:1px solid #CCCCCC;
	padding:16px 0 0;
}