body {
  background: #f0f0f0;
  margin:0;
  padding:0;
  font-family:"メイリオ","ＭＳ Ｐゴシック", Tahoma, Arial, sans-serif; 
  font-size: 88%;
  line-height:150%;
  color: #444;
}
/***********************************************************************
              タグリセット
/***********************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a {color:#0066FF;}
a:hover {color:#FF0000;}
.clear {clear:both;  }
a.fff {color:#FFF;text-decoration:none;}
a.fff:hover {color:#D40052;text-decoration:underline;}
p {
  margin-bottom:1em;
}
select,option,input {
  font-family: "ＭＳ Ｐゴシック", Verdana,Arial, sans-serif; 
  padding:2px 0;
  vertical-align: middle;
  }
/*****幅800px中央寄せ********/
.width800 {
	width: 800px;
	margin: 0 auto;
}
.titlered {
	background: url(../img/common/titlebar_red.gif) repeat-x left top;
	width: 580px;
	height:40px;
	line-height: 40px ;
	padding: 0 10px ;
	color:#fff;
	font-size: 14px;
}
.titleblue {
	background: url(../img/common/titlebar_blue.gif) repeat-x left top;
	width: 580px;
	height:40px;
	line-height: 40px ;
	padding: 0 10px ;
	color:#fff;
	font-size: 14px;
}
.titlegreen {
	background: url(../img/common/titlebar_green.gif) repeat-x left top;
	width: 580px;
	height:40px;
	line-height: 40px ;
	padding: 0 10px ;
	color:#fff;
	font-size: 14px;
}
.titleorange {
	background: url(../img/common/titlebar_orange.gif) repeat-x left top;
	width: 580px;
	height:40px;
	line-height: 40px ;
	padding: 0 10px ;
	color:#fff;
	font-size: 14px;
}
.titlegray {
	background: url(../img/common/titlebar_gray.gif) repeat-x left top;
	width: 580px;
	height:40px;
	line-height: 40px ;
	padding: 0 10px ;
	color:#444;
	font-size: 14px;
}

/*****header******/

#header {
	background:#fff url(../img/common/topbar.gif) repeat-x left top;
	border-bottom:1px solid #ccc;
}

#header h1 {
	font-weight:normal;
	font-size:11px;
	margin: 15px 0 0 0;
}
.header_box {
	position: relative;
	height: 100px;
	overflow: hidden;
}
.header_box #common_title {
	position: absolute;
	width:233px;
	height:50px;
	top: 40px;
	left:0;
}
.header_box #common_title a{
	background: url(../img/common/maintitle.gif) no-repeat left top;
	width:233px;
	height:50px;
	display: block;
	text-indent:-9999em;
}

.header_box #common_subtxt {
	position: absolute;
	top: 55px;
	left:240px;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 1px #aaa;
	-moz-text-shadow:1px 1px 1px #aaa;
	-webkit-text-shadow:1px 1px 1px #aaa;
}
.header_box #common_com {
	float: right;
	text-align: right;
	margin: -20px 0 0 0;
	font-size:10px;
	line-height: 14px;
}
.header_box #common_com span{
	display: block;
}
.header_box #common_com strong{
	font-weight:normal;
	color:#FF6600;
}
.header_box #common_com strong em{
	color: #333;
}

.header_box #copy_name {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size:12px;
}
.header_box #copy_name span {
	color: #cc0000;
	padding:0 0 0 10px;
	font-weight: bold;
}
/***nav_area****/
#nav_area {
	background: #f0f0f0;
	overflow: hidden;
	border-top: 1px solid #fff;
}
#nav {
	background:#fff url(../img/common/nav_bg02.gif) repeat-x left top;
	height: 47px;
	overflow: hidden;
	
}
#nav ul {
	background: url(../img/common/nav_bg.gif) repeat-x left top;
	border-left:1px solid #C76B05;
	overflow: hidden;
	width:798px;
}
#nav ul li{
	float: left;
	border-left:1px solid #FFCC66;
	border-right:1px solid #C76B05;
	height:40px;
}
#nav ul li a{
	display: block;
	width:112px ;
	height:40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}
#nav ul li a:hover{
	background: url(../img/common/nav_on.png) no-repeat center center;
	overflow: hidden;

}
/*****contents******/
.contents {
	margin: 0px auto;
	background: #fff;
	overflow: auto;
	padding:10px 0;
}

.main_contens {
	float:left;
	width: 600px;
}
.side_contents {
	float: right;
	width:180px;
}
.side_contents .sidemenu{
}
.side_contents .sidemenu dt.tlt{
	background: url(../img/common/sidenavtitle.gif) no-repeat left top;
	width: 180px;
	height: 40px;
	text-indent: -9999em;
}
.side_contents .sidemenu dt.gakusei{
	background: #777;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-shadow:0 -1px 2px #444;
	-moz-text-shadow:0 -1px 2px #444;
	-webkit-text-shadow:0 -1px 2px #444;
	text-align: center;
}

.side_contents .sidemenu dd{
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size:12px;
}
.side_contents .sidemenu dd a{
	display: block;
	line-height: 28px;
	height:28px;
	background: url(../img/common/list02.gif) no-repeat 5px center;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#111;

}
.side_contents .sidemenu dd a:hover{
	background: #eee url(../img/common/list01.gif) no-repeat 5px center;
}
.download a{
 display: block;
	background: #777;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-shadow:0 -1px 2px #444;
	-moz-text-shadow:0 -1px 2px #444;
	-webkit-text-shadow:0 -1px 2px #444;
	text-align: center;
	text-decoration: none;
}
.download a:hover{
	background: #aaa;
}

/******newton_area*******/
.newton_area {
	margin: 10px 0;
	border: 1px solid #ddd;
	padding: 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.newton_area img.book{
	margin:3px 5px 3px 0;
	float: left;
	clear:both;
}
.newton_area h4 {color: #CC0000;}
.newton_area h5 {color: #006600;font-size:11px;}
.newton_area p {color: #666;font-size:11px;}
/*********footer*****/
#footer {
	padding: 20px 0;
}
.bottom_link {}
.bottom_link li{
	display: inline;
	float:left;
	font-size: 11px;
	text-align: left;
	white-space:nowrap;
}
.bottom_link li a{
	float: left;
	}
address {clear: both;margin:10px 0;}

/**********************************/
.catebox {
	width:610px ;
	clear: both;
	overflow: hidden;
	border-bottom: 2px dotted #aaa;
}
.catebox .cate_title{
	font-size: 24px;
	font-weight: bold;
	color:#CC0000;
	clear: both;
	margin: 15px 10px 5px 0;
	border-left: 5px solid #CC0000;
	padding: 10px 0 5px 10px;
	background: #f2f2f2;
}
.catebox .cate_title span{
	font-size:11px;
	text-align: right;
	display: inline;
	float: right;
	padding: 0 10px 0 0;
	color: #333;
	font-weight: normal;
	
}
.shikakubox {
	width: 293px;
	height:130px;
	float: left;
	border:1px solid #CCC;
	margin:0 10px 10px 0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.shikakubox h4{
	font-size: 14px;
	border-bottom: 1px solid #ccc;

}
.shikakubox h4 a{
	display: block;
	color:#000;
	text-decoration: none;
	background: url(../img/common/list03.png) no-repeat 5px center;
	padding: 5px 3px 5px 28px;
	text-shadow:0 1px 1px #fff;
	-moz-text-shadow:0 1px 1px #fff;
	-webkit-text-shadow:0 1px 1px #fff;
}
.shikakubox h4 a:hover{
	color: #fff;
	background:#777 url(../img/common/list03.png) no-repeat 5px center;
	text-shadow:0 1px 1px #444;
	-moz-text-shadow:0 1px 1px #444;
	-webkit-text-shadow:0 1px 1px #444;
}

.shikakubox p{
	margin: 5px;
	position: relative;
	font-size: 11px;
}
.shikakubox p img.d_btn{
	position: absolute;
	left:192px;
	top:63px;
}
.gogaku .shikakubox h4{background:url(../img/common/bg01.gif) repeat-x left center;}
.houritsu .shikakubox h4{background:url(../img/common/bg02.gif) repeat-x left center;}
.kinyu .shikakubox h4{background:url(../img/common/bg03.gif) repeat-x left center;}
.hudousan .shikakubox h4{background:url(../img/common/bg04.gif) repeat-x left center;}
.hukushi .shikakubox h4{background:url(../img/common/bg05.gif) repeat-x left center;}
.daigaku .shikakubox h4{background:url(../img/common/bg06.gif) repeat-x left center;}
.gakusei .shikakubox h4{background:url(../img/common/bg01.gif) repeat-x left center;}

/* ----------
無料体験ボタン
-------------------- */
.taiken {margin:0 0 10px 0;}
.taiken a{
	background:url(../img/common/taiken_btn.gif) no-repeat left top;
	width: 180px;
	height:70px;
	overflow:hidden;
	text-indent: -9999em;
	display: block;
	}
.taiken a:hover{
	background-position: left -70px;
}
.contact_btn {
	margin:0 0 10px 0;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.contact_btn a{
	display: block;
	background:url(../img/common/n-t-btn.gif) repeat-x left top; 
	padding:12px 10px 8px;
	color: #111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
}
.contact_btn a:hover{
	background:#CC0000;
	color: #FFF;
}

/***** toggle *****/
.toggle {}
.toggle h3{
	background: url(../img/common/toggle_bar.gif) no-repeat left top !important;
	height: 40px !important;
	width: 590px !important;
	cursor: pointer;
	padding:6px 0 4px 10px !important;
}
.tg_contents {
	display: none;
	}

.p5_table {
	width:100%;
	border: 3px solid #aaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 12px;
}
.p5_table th,
.p5_table td{
	padding:5px 10px;
	border-bottom: 1px dotted #aaa;
}
.p5_table th {
	background: #F9F9EE;
}

/*****/
.h_p01 {
	background: #FFFEEC;
	padding:20px;
	color:#330000;
	border:1px solid #FDF399;
}
.h_ul01 {}
.h_ul01 li strong{
	color: #CC0000;
}
.h_box01 {
	background: #FFFEEC;
	padding:20px;
	color:#CC6600;
	border:1px solid #FDF399;
	margin: 0 0 10px 0;
}
.h_box01 h5{
	color: #330000;
}
/***/
pre {
	border: 1px dotted #666;
	margin: 10px 0 10px 10px ;
	padding:10px;
	background: #f2f2f2;
}
/********tltlist******/
#tltlist {
	margin: 10px 0 0 0;
}
#tltlist #list_title{
	cursor: pointer;
	background: url(../img/common/titlebar_green.gif) no-repeat center center;
	padding:5px;
	color: #FFF;
	text-align: center;
}
#tltlist #list_title:hover{
	background:#669900;
	text-shadow:0 1px 2px rgba(0,0,0,.4);
}
.side_contents #listview li{
	border-bottom: 1px dotted #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size:12px;

}
.side_contents #listview li a{
	display: block;
	line-height: 24px;
	height:24px;
	background: url(../img/common/list02.gif) no-repeat 5px center;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#111;
}
.side_contents #listview li a:hover{
	background: #eee url(../img/common/list01.gif) no-repeat 5px center;
}

/********東北地方太平洋沖地震の被災お見舞いと業務への影響 ******/
#kinkyu {
	width: 600px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 2px #F00;
}
div#kinkyu p.intro {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
}
div#kinkyu p.haiso {
	margin: 0px;
	padding: 10px;
	border: #F00 solid 1px;
}
