@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
*{
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.6;
	letter-spacing:1px;
	border-top-width: 10px;
	border-top-style: none;
	border-top-color: #FF9900;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

br {
   letter-spacing:normal;
}

a {
	color:#3366CC;
}

a:hover {
	color:#FF0000;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

strong{font-weight:normal;}

/* ========ヘッダー======== */
div#header {
	width:850px;
	height:60px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF9900;
}

 h1{
	font-size:64%;
	color:#666666;
	text-indent:12px;
	vertical-align:top;
	line-height:20px;
	font-weight:normal;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: 20px;
	text-align: right;
	padding-bottom: 10px;
	}

div#header0 {
	width:840px;/* メニュー余白調整用 */
	height:60px;
}
div#headerimage {
	float: left;
}

div#headerMenu {
	padding-right: 0;
	padding-left: 0;
	float: right;
	padding-top: 0px;
}

div#headerMenu a {
	color:#666666;
}

div#headerMenu a:hover {
	color:#FF6600;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

div#headerMenu ul {
	margin:0;
	padding:0;
	list-style-type: square;
	list-style-position: inside;
}

div#headerMenu li {
	display:inline;
	margin:0 0 0 10px;
	padding-left:8px;
	font-size:82%;
	list-style-position: inside;
	list-style-type: square;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}




/* ========トップページ　フレームワーク======== */


div#tmain {
	float:left;
	width:615px;
}
div#tcontentsmain {
	float:left;
	width:615px;
	height: auto;
}
/* ========トップページ ニュースボックス======== */
.knews_box {
	padding:0;
	list-style:none;
	text-align: center;
	width: 613px;
	float: left;
	border: 1px solid #999999;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #FFFFFF;
}

.news_box {
	padding:0;
	list-style:none;
	text-align: center;
	width: 613px;
	float: left;
	border: 1px solid #999999;
	height: 170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#news_inline {
	height: 140px;
	overflow: visible;
	width: 590px;
	text-align: left;
	padding-left: 5px;
}

.news_body {
	width: 600px;
	list-style:none;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

div#news_inline ul {
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

div#news_inline li {
	font-size:78%;/* 13px相当 */
	list-style-type:none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333333;
}

div#news_inline li a {
	display:block;
	width:580px;
	padding-left:10px;
	color:#3366CC;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	padding-bottom: 2px;
}

div#news_inline li a:hover {
	color:#FF0000;
	background-color: #FFFFFF;
}


/* ========トップページ 動画ボックス======== */
div#play_box {
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
	width: 280px;
	float: right;
	border: 1px solid #CCCCCC;
	height: 205px;
}
div#pickup {
	float: left;
	height: 245px;
	width: 302px;
	border: 1px none #CCCCCC;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}
div#purogram {
	float: right;
	height: 245px;
	width: 302px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

/* ========トップページ サブメニュー======== */

div#tsub {
	float:right;
	width:190px;
	margin-bottom: 15px;
}

div#tsub_tenzibox {
	width:187px;
	background-color: #FFFFFF;
	height: auto;
	padding-left: 0px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #007DFE;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div#tsub_omoi {
	width:188px;
	background-color: #FFFFFF;
	height: 57px;
	border: 1px solid #CCCCCC;
}

div#tsub_omoi2 {
	width:103px;
	background-color: #FFFFFF;
	height: 57px;
	float: left;
}
div#tsub_omoi3 {
	width:80px;
	height: 55px;
	border: 1px solid #CCCCCC;
	float: right;
	text-align: center;
}
div#tmenu ul {
	margin:0;
	padding:0;
}
div#tmenu li {
	font-size:82%;/* 13px相当 */
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#tmenu li a {
	display:block;
	width:170px;
	padding-left:10px;
	color:#3366CC;
	line-height:2;
	background-color: #FFFFFF;
	background-image: url(../img/menu.gif);
}

div#tmenu li a:hover {
	color:#FF0000;
	background-color: #FFFFCC;
	background-image: url(../img/menu4.gif);
}



/* ========トップページ テキストCUSTOMIZE======== */

div#tsub h2 {
	color:#333333;
	font-size:82%;
	background-image: url(../img/resach3.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
	height: 18px;
}
div#tsub h3 {
	color:#FF6600;
	font-size:82%;
	background-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-weight: normal;
	background-image: url(../img/menu.gif);
}

div#tsub h4 {
	color:#FFFFFF;
	font-size:75%;
	background-color: #FF6600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: bold;
	background-repeat: no-repeat;
}
div#tsub h5 {
	color:#FFFFFF;
	font-size:68%;
	background-color: #009966;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: bold;
	background-repeat: no-repeat;
}


div#tsub p {
	font-size:69%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 5px;
	padding-top: 6px;
}
.down_p {
	font-size:69%;
	background-image: url(../couching/image/pdf_dwn2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	height: 40px;
	width: 180px;
	background-position: center center;
}
/* ========通常ページ　フレームワーク======== */
div#top {
	width:850px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flash_box {
	width:615px;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
div#button {
	width: 848px;
	height: 58px;
	padding-bottom: 0px;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#contents {
	clear:both;
	width:825px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

div#main {
	float:left;
	width:615px;
}

div#sub {
	float:right;
	width:180px;
	margin-top: 27px;
}

div#sub_banar {
	width:180px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

div#footer {
	clear:both;
	width:850px;
	margin-top:10px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
div#footer2 {/* マージンなし */
	clear:both;
	width:850px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0066CC;
}


/* =====メインコンテンツリンクカラー======== */
div#main a:hover {
	color:#FF0000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

/* =====見出しh2======== */
div#main h2{
	font-size:105%;
	color:#000000;
	font-weight:bold;
	background-image: url(../img/title_bg2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 36px;
	padding-left: 30px;
	font-family: Arial, Helvetica, san-serif;
	padding-top: 10px;
	}

/* =====見出しh2======== */
div#main h3{
	font-size:105%;
	color:#000000;
	font-weight:bold;
	background-image: url(../img/title_bg1.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 36px;
	padding-left: 30px;
	font-family: Arial, Helvetica, san-serif;
	padding-top: 10px;
	}

/* =====見出しh3======== */
div#main h6 {
	font-size:82%;
	border-bottom-style: none;
	color: #333333;
	margin-bottom: 1em;
	background-image: url(../img/title_bg5.gif);
	text-indent: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1em;
	margin-left: 3px;
}
div#tmain h3 {
	margin-bottom:5px;
	font-size:82%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

/* =====見出しh4======== */

div#main h4{
	font-size:83%;
	color:#000000;
	text-indent:12px;
	vertical-align:top;
	line-height:32px;
	font-weight:normal;
	background-image: url(../img/resach2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	}
div#tmain h4{
	font-size:83%;
	color:#FF3300;
	text-indent:12px;
	vertical-align:top;
	line-height:32px;
	font-weight:normal;
	background-image: url(../education/image/bg_h3.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: 32px;
	}
/* =====見出しh5======== */
div#main h5 {
	font-size:82%;
	border-bottom-style: none;
	color: #333333;
	margin-bottom: 1em;
	background-image: url(../img/title_bg4.gif);
	text-indent: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1em;
	margin-left: 3px;
}
/* =====段落p======== */
div#main p {
	font-size:82%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
	margin-bottom: 1em;
}
.text_p {
	font-size:74%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
}
.small_p {
	font-size:65%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 5px;
}

/* ========メインサブメニュー======== */
div#sub h2 {
	color:#333333;
	font-size:82%;
	background-color: #FF9933;
	background-image: url(../img/main_menu01.gif);
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
}
div#sub h2 a {
	color:#333333;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}
div#sub h2 a:hover {
	color:#FF3300;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}
/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
	font-size:82%;/* 13px相当 */
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#menu li a {
	display:block;
	width:180px;
	padding-left:10px;
	color:#333;
	line-height:2.5;
	background-color: #FFFFFF;
	background-image: url(../img/menu6.gif);
}

div#menu li a:hover {
	color:#FF0000;
	background-image: url(../img/menu7.gif);
}
/* ========会社案内サブメニュー======== */
div#cmenu ul {
   margin:0;
   padding:0;
}

div#cmenu li {
	font-size:82%;/* 13px相当 */
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#cmenu li a {
	display:block;
	width:170px;
	padding-left:10px;
	color:#333;
	line-height:2.5;
	background-color: #FFFFFF;
	background-image: url(../education/image/menu4.gif);
}

div#cmenu li a:hover {
	color:#FF6600;
	background-color: #FFFFCC;
	background-image: url(../education/image/menu5.gif);
}

div#csub {
	float:right;
	width:180px;
	margin-top: 32px;
}

div#csub h2 {
	color:#333333;
	font-size:82%;
	background-color: #FF9933;
	background-image: url(../education/image/company_menu01.gif);
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
}
div#csub h2 a {
	color:#333333;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}
div#csub h2 a:hover {
	color:#FF3300;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}

/* ========パートナーサブメニュー======== */
div#pmenu ul {
   margin:0;
   padding:0;
}

div#pmenu li {
	font-size:82%;/* 13px相当 */
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#pmenu li a {
	display:block;
	width:170px;
	padding-left:10px;
	color:#333;
	line-height:2.5;
	background-color: #FFFFFF;
	background-image: url(../education/image/menu2.gif);
}

div#pmenu li a:hover {
	color:#FF6600;
	background-color: #FFFFCC;
	background-image: url(../education/image/menu3.gif);
}

div#psub {
	float:right;
	width:180px;
	margin-top: 32px;
}

div#psub h2 {
	color:#333333;
	font-size:82%;
	background-color: #FF9933;
	background-image: url(../education/image/menu.gif);
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: normal;
}
div#psub h2 a {
	color:#333333;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}
div#psub h2 a:hover {
	color:#FF3300;
	font-size:82%;
	font-weight: normal;
	text-decoration: none;
}

/* ========フッター======== */
div#totop {
	text-align:right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

div#footerMenu {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}

div#footerMenu a {
	color:#3366CC;
}

div#footerMenu a:hover {
	color:#FF0000;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

div#footerMenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

div#footerMenu li {
	display:inline;
	margin:0 0 0 10px;
	padding-left:8px;
	font-size:82%;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

address {
	color:#333;
	text-align:center;
	font-style:normal;
	font-size:70%;
	background-color: #FFFFCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9933;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.image_box {
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}
.image_lift_box {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
.p_box {
	list-style:none;
	margin-top: 8px;
	padding: 0;
}
.p_box2 {
	list-style:none;
	margin-top: 15px;
	padding: 0;
}

.p_right_box {
	list-style:none;
	padding: 0;
	float: right;
	text-align: left;
	width: 175px;
}
.p_right_box2 {
	list-style:none;
	padding: 0;
	float: right;
	text-align: left;
	width: 200px;
}
.p_indent_box{/* ========テキスト左スペース======== */
	width: 600px;
	padding-left: 15px;
  
}
div#option_box {
	width:615px;
	margin: 0;
	float: left;
}

