@charset "utf-8";
/* index04.html */

/*
new top page css 20061221 -from care license college-
http://www.sikatoru.com/index.html
*/

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 130%;
	color: #333333;
}
body{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

.txt-font11{
	font-size: 11px;
}
.txt-font12{
	font-size: 12px;
}

#all{
	width: 780px;
	padding: 0px;
	margin: auto;
}

img{
	border: none;
}

.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}

.guide-p{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}
.bg-gray{
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
	margin: 0px;
}
.box-gray2{
	border: 2px solid #999999;
}
.margin-bottom5{
	margin-bottom: 5px;
}
.margin-bottom10{
	margin-bottom: 10px;
}
.txt-small90{
	font-size: 90%;
}
.txt-font10{
	font-size: 10px;
}


/*header*/

#dotline{
	margin: 5px 0 15px;
}

/*sitenav*/
.margin-top10{
	margin-top: 10px;
}

#smssitesnav{
	height: 45px;
	width: 760px;
	padding: 0;
	margin: 10px auto 5px auto;
	background-image: url(/img/header/bg-tab.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}



#smssitesnav ul{
	height: 45px;
	width: 720px;
	margin: 0px 20px;
	padding: 0px;
}

#smssitesnav a{
	color: #333333;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 90px;
	padding: 13px 0px 0px 0px;
	line-height: 13px;
}

#smssitesnav li{
	float: left;
	display: block;
	width: 90px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(/img/header/bg-tab-othersite.gif);
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	height: 45px;
	padding: 0px;
}

#smssitesnav li#sikatorunav a{
	font-weight: bold;
	color: #ffffff;
}

#smssitesnav li a:hover{
	height: 32px;
	color: #ffffff;
	font-weight: bold;
}

#smssitesnav li#biznav a:hover{
	background-image: url(/img/header/bg-tab-biz.gif);
}

#smssitesnav li#sikatorunav a:hover{
	background-image: url(/img/header/bg-tab-sikatoru.gif);
}

#smssitesnav li#kjnav a:hover{
	background-image: url(/img/header/bg-tab-kj.gif);
}

#smssitesnav li#caregakunav a:hover{
	background-image: url(/img/header/bg-tab-caregaku.gif);
}

#smssitesnav li#caremanenav a:hover{
	background-image: url(/img/header/bg-tab-caremane.gif);
}

#smssitesnav li#cjbnav a:hover{
	background-image: url(/img/header/bg-tab-cjb.gif);
}

#smssitesnav li#njbnav a:hover{
	background-image: url(/img/header/bg-tab-njb.gif);
}

#smssitesnav li#keatomonav a:hover{
	background-image: url(/img/header/bg-tab-keatomo.gif);
}

#smssitesnav li#sikatorunav{
	background-image: url(/img/header/bg-tab-sikatoru.gif);
}

#tab{
	text-align: left;
}

#tdcenter{
	text-align: center;
}

/*font size*/

.txt-base-font{
	font-size: 90%;
	line-height: 120%;
}

.txt-medium{
	font-size: 85%;
}

.txt-small{
	font-size: 80%;
}

.txt-small-lh{
	font-size: 80%;
	line-height: 150%;
}

.txt-bold{
	font-weight: bold;
}

p{
	margin: 6px 0px;
	line-height: 130%;
}
.txt-font16{
	font-size: 16px;
}
.txt-font08em{
	font-size: 0.8em;
}
.txt-font09em{
	font-size: 0.9em;
}

/*for seikyu area page ,link color*/
a.txt-font16:link{
	color: #0000FF;
}

a.txt-font16:visited{
	color: #0000FF;
}

.txt-font15{
	font-size: 15px;
}

.txt-font14{
	font-size: 14px;
}

/*font color*/
.txt-red-bold{
	color: #FF3333;
	font-weight: bold;
}
.txt-bold{
	font-weight: bold;
}

.txt-red{
	color: #FF0000;
}

.txt-gray{
	color: #666666;
}

.txt-gray-bold{
	color: #444444;
	font-weight: bold;
}

.txt-white{
	color: #ffffff;
}

.txt-deepgreen{
	color: #006600;
}

.txt-green{
	color: #00CC00;
}

.txt-orange{
	color: #ff3c00;
}

.txt-orange2{
	color: #FF6633
}

.txt-blue{
	color: #477be5;
}

.txt-0066FF{
	color: #0066FF;
}

/*font*/
.lineTH{
	text-decoration: line-through;
}

/*border*/
.border-e6ffff{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6195ff;
}


/*Container*/

#main{
	width: 770px;
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


/*table*/
table.InsideDotTbl{
	border-collapse: collapse;
	border: 1px solid black;
	border-spacing: 0;
	empty-cells: show;
}

table.InsideDotTbl td{
	padding: 5px;
	border: 1px dotted black;
}

/*popularity license*/
.box-sikaku{
	width: 548px;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
}

.box-sikaku a{
	font-size: 14px;
}

/*main color table2*/
.box-main2{
	width: 550px;
	border: 1px solid #3399CC;
	margin-bottom: 5px;
	padding-top: 5px;
	clear: both;
}

/*main color table bold*/
.box-main-bold{
	border: 2px solid #3399CC;
	margin-bottom: 5px;
}

/*accent color table1*/
.box-accent1{
	border: 1px solid #FF9900;
	margin-bottom: 5px;
}


/*accent color table2*/
.box-accent2{
	border: 1px solid #669900;
	margin-bottom: 5px;
}

/*common color table*/
.box-gray{
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 5px;
	text-align: left;
}

.box-gray-td1{
	border: solid 1px #999999;
	border-collapse: collapse;
	background-color: #EEEEEE;
	padding: 5px;
	text-align: center;
}

.box-gray-td1l{
	border: solid 1px #999999;
	border-collapse: collapse;
	background-color: #EEEEEE;
	padding: 5px;
	text-align: left;
}

.box-gray-td2{
	border: solid 1px #999999;
	border-collapse: collapse;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.box-gray-td3{
	border-collapse: collapse ;
	border-width: 0px 0px 0px 0px ;
	padding: 5px;
	border-color: #333333 ;
}

/*license guide*/
.guide-p{
	padding: 0px 10px;
}

/*course detail page*/
.bg-syuiro{
	background-color: #FF9999;
	font-weight: bold;
	padding: 3px;
}

.bg-grren{
	font-size: 100%;
	background-color: #66FFCC;
	font-weight: bold;
}

.bg-grren2{
	font-size: 100%;
	background-color: #66CCCC;
	font-weight: bold;
}

.bg-org{
	margin: 2px 2px 2px 0px;
	padding:4px 6px; 
	border-left: 10px solid #EE0000;
	font-size: 110%; 
	color: #FFFFFF;
	background-color: #FF6600;
}

.bg-mizu{
	background-color: #3399CC;
}

.line-blue-left{
	padding: 0px 0px 0px 1px;
	margin: 0px;
	border-left: 10px solid #0066cc;
	font-size: 13px;
}

.txt-check14{
	padding: 0px 0px 0px 15px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
	letter-spacing: 5px;
	background-image: url("http://www.sikatoru.com/se-top/image/check.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
}

#margin60{
	margin-left: 60px;
}

/*education training course list*/

.kyufu-list ul{
	margin-left: 20px;
}

.kyufu-list li{
	list-style-type: circle;
	line-height: 150%;
}

/*faq*/

.faq-list ul{
	margin-left: 30px;
}

.faq-list li{
	list-style-type: decimal;
	line-height: 200%;
}

#faq-dl dt{
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0;
	background-color: #DDDDDD;
}

#faq-dl dd{
	margin-left: 15px;
	line-height: 120%;
}

/*RightMenu*/

#box-ss-side{
	border-right: solid 1px #FFCC00;
	border-left: solid 1px #FFCC00;
	padding: 0 10px;
}

#box-ss-btm{
	border-bottom: solid 1px #FFCC00;
}

#box-ss-ttl{
	background-image: url(/templates/img/index/right_menu/ttl.gif);
	width: 190px;
	height: 23px;
}

#box-pick{
	border-right: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
}
#index-right table{
	margin-bottom: 5px;
}

.guide-list li{
	list-style-type: circle;
}

/*privacy policy*/

#privacypolicy{
	width: 640px;
	height: 100px;
	text-align: left;
	overflow: auto;
	padding: 5px;
	border: 1px solid #999999;
}
#left{
	float: left;
	margin-left: 60px;
	padding: 5px;
	background-color: #EEEEEE;
	border: thin solid #000000;
}

#right{
	float: left;
	margin: 0px 0px 0px 50px;
	padding: 5px;
	background-color: #EEEEEE;
	border: thin solid #000000;
}
#title{
	float: left;
}

.txt-white{
	color: #FFFFFF;
}
.txt-font24{
	font-size: 24px;
}
.txt-font12{
	font-size: 12px;
	text-decoration: none;
}
.txt-small90{
	font-size: 90%;
}
.infoimage{
	background-image: url(/image/info/info.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 570px;
	height: 110px;
	padding: 65px 25px 0 25px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
}

