@charset "UTF-8";
/********************************************************
    GOOD FIND Web Site 
    This stylesheet provides styles for all HTML layout
	
*********************************************************/


/******************** CSS初期化 **********************/

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
	font-family: メイリオ, Meiryo, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック", sans-serif;
    line-height: 150%;
}


h1,h2,h3,h4,h5,h6
img,ul,li,p,address {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}


/******************* 基本となる枠組み *****************/
/* 
 * HTMLタグ系: h1, h2, ...
 * ID: header, menu, footer, ...
 * CLASS: container, b_*, ...
 * CSS HACKS: clearfix
 * etc.
 */
h1 {
	width: 950px;
	float: left;
	color: #3D3D3D;
	font-size: 9px;
	font-weight: bold;
	margin-left: 15px;
	/*border: 1px solid #dcdcdc;*/
}

h2 {
	font-size: 14px;
	width: auto;
	height: auto;
	/*margin: 3px 3px 0px 3px;*/
	/*background-color:#dcdcdc;*/
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	color: #669900;
	/*margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;*/
}

h2.test_box {
	width: 750px;
	height: auto;
	margin: 0px auto;
}

h2 span.h2_sub{
	margin-left: 5px;
	font-size: 12px;
	color: #808080;
}

img {
    border: 0;
}

a {
    line-height:150%;
	text-decoration: none;
}

a:link {
    color:#336699;
}

a:visited {
    color:#336699;
}

a:hover {
	color:#336699;
	text-decoration: underline;
}

a:active {
    color:#336699;

}

body{
    margin:0;
    padding:0;
    color:#000000;
    font-size:12pt;
    line-height:140%;
	/*background:url(../images/background_pic.png) repeat-x 0 0;*/
}


/* MacIE begin \*/
* html .clear {
    height: 1%;
}

/* MacIE end */

/*-- wrapper --*/
#wrapper{
    width:950px;
    height:auto;
    margin:0px auto 0px auto;
	background:#FFFFFF;
	border-right: solid 1px #696969;
	border-left: solid 1px #696969;
}

/*-- header --*/
#header{
    width: 950px;
    height: 80px;
    margin: 0px auto 0px auto;
}

#header_t{
	color: #dcdcdc;
    width: 950px;
    height: 75px;
    margin: 0px auto 0px auto;
	/*border:#CCC 1px solid;*/
    /*background:url(../images/header_t.jpg) repeat 0 0;*/
}

#header_t a {
    text-decoration: underline;
    color:#666666;
	font-size: 9px;
}


#header_b{
    width: 950px;
    height: 5px;
    margin: 0px auto 0px auto;
	/*background-color: #505151;*/
    /*background-color: #669900; /*緑*/
}

#header_b .head_msg{
	color: #FFF;
	padding-left: 40px;
	padding-top: 0px;
	font-size: 14px;
}

#header p {
	font-size: 14px;
	padding: 1em;
}


/*-- footer --*/
#footer{
	width: 950px;
	height: auto;
}

#footer_t{
    width: 950px;
    height: 5px;
    margin: 0px auto 0px auto;
    background-color: #669900;
}

#footer_b{
    width: 950px;
    height: 80px;
    text-align: center;
    line-height: 120%;
    font-size: 10pt;
    color: #fff;
    margin: 0px auto 0px auto;
	background:url(../images/footer_bg.jpg) repeat 0 0;
}

#footer_b a {
    text-decoration: underline;
    line-height: 140%;
    color:#FFF;
}

#footer_b p {
	font-size: 10px;
	padding: 0.6em;
}
/*-- footer --*/


/**** class的なもの  ****/

/*-- container --*/
.container{
	width: 950px; /*940px*/
    height: auto;
	margin: 0px auto 0px auto;
    background-color: #FFFFFF;
	/*border-bottom: 1px solid #000000;*/
	/*padding-top: 2px; 消してみた 2009/09/14 yamasaki */ 
	/*padding-bottom: 2px; 同じ*/
}

.container p {
	font-size: 12px;
	line-height: 1.5;
	/*margin: 0.6em;*/
}
/*-- container --*/


.b_short {
	width: 220px; /*320*/
	height: auto;
}

.b_half {
	width: 475px;
	height: auto;
}

.b_long {
	width: 730px; /*705*/
	height: auto;
}

.b_long_all {
	width: 730px; /*705*/
	height: auto;
}

.b_long_all_half{
	width: 365px; /*352*/
	height: auto;
}

.b_all {
	width: 950px;
	height: auto;
}


/* CSS hacks */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/******************* 各カテゴリに共通のもの *****************/

/* <contents_box>
 * by yamasaki 2009/08/21
 *
 * contents_box_N_mのときのNはpadding-leftの値を指します
 *
 */
.contents_box_t {
	width: auto;
	height: 30px;
	margin: 4px 2px 0px 2px;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	padding-top: 4px;
	padding-left: 3px;
} 

/* nt: no title */
.contents_box_nt_t {
	width: auto;
	height: 5px;
	margin: 4px 2px 0px 2px;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	padding-top: 4px;
	padding-left: 3px;
} 

.contents_box_5_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_10_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 10px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_15_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 15px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_20_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 20px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_25_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 25px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_30_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 30px;
	padding-right: 3px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}

.contents_box_b {
	width: auto;
	height: 10px;
	margin: 0px 2px 0px 2px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

.white_short_box_t {
	width: 200px;
	height: 10px;
	margin: 5px auto 0px auto;
	background: url(../images/white_short_box_t.jpg) no-repeat 0 0;
}

.white_short_box_m {
	width: 200px;
	height: auto;
	margin: 0px auto;
	background: url(../images/white_short_box_m.jpg) repeat 0 0;
}

.white_short_box_b {
	width: 200px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/white_short_box_b.jpg) no-repeat 0 0;
}

.white_long_box_t {
	width: 705px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/white_long_box_t.jpg) no-repeat 0 0;
}

.white_long_box_m {
	width: 705px;
	height: auto;
	margin: 0px auto;
	background: url(../images/white_long_box_m.jpg) repeat 0 0;
}

.white_long_box_b {
	width: 705px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/white_long_box_b.jpg) no-repeat 0 0;
}

.gray_short_box_t {
	width: 200px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/gray_short_box_t.jpg) no-repeat 0 0;
}

.gray_short_box_m {
	width: 200px;
	height: auto;
	margin: 0px auto;
	background: url(../images/gray_short_box_m.jpg) repeat 0 0;
}

.gray_short_box_b {
	width: 200px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/gray_short_box_b.jpg) no-repeat 0 0;
}

.test_box_t {
	width: 750px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/test_box_t.jpg) no-repeat 0 0;
}

.test_box_m {
	width: 750px;
	height: auto;
	margin: 0px auto;
	background: url(../images/test_box_m.jpg) repeat 0 0;
}

.test_box_b {
	width: 750px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/test_box_b.jpg) no-repeat 0 0;
}


.bg_skin {
	width: 100%;
	height: auto;
	background-color: #fafad2;
}

/****** text box *******/



.text_box_5 {
	margin: 0px 5px;
}

.text_box_10 {
	margin: 0px 10px;
}

.text_box_15 {
	margin: 0px 15px;
}

.text_box_20 {
	margin: 0px 20px;
}

.text_box_25 {
	margin: 0px 25px;
}

/****** h2 background images ************/

.h2_short {
	/* 205 x 22 [220] 305 x 22(320)*/
	background: url(../images/h2_short.png) no-repeat 0 0;
}

.h2_half {
	/* 455 x 22 [470] (470)*/
	background: url(../images/h2_half.png) no-repeat 0 0;
	/*background: url(..images/h2_half.jpg) no-repeat 0 0;*/
}

.h2_long {
	/* 705 x 22 [720] 605 x 22 (620)*/
	background: url(../images/h2_long.png) no-repeat 0 0;
	/*background: url(..images/h2_long.jpg) no-repeat 0 0;*/
}

.h2_long_half {
	/* 345 x 22 [360] 295 x 22 (310)*/
	background: url(../images/h2_long_all_half.png) no-repeat 0 0;
	/*background: url(..images/h2_long_half.jpg) no-repeat 0 0;*/
}

.h2_all{
	/* 920 x 22 [940] (940)*/
	background: url(../images/h2_all.png) no-repeat 0 0;
}

.h3_column_title{
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	margin-left: 4px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.text_align_center {
	text-align: center;
}

.font10{
	font-size:10px;
}

.style-impact{
    font-size: 13px;
    color: #002302;
    font-weight:bold;
}

.style-impact4{
	font-size: 12px;
	color: #003366;
}

.bg_gray{
	width: 420px;
	height: auto;
	/*background: #A5FFBF;*/
	margin: 0px auto 0px auto;
	padding: 3px;
}

.bg_skyblue{
	width: 95%;
	height: auto;
	background: #DCEAF7;
	margin: 0px auto 0px auto;
	padding: 3px;
}

span.style_impact {
	color: #002B18;
	font-size: 14px;
	font-weight: bold;
}
/* 緑 */
span.style-impact2{
    font-size:13px;
	color: #009900;
	font-weight:bold;
}

/* 黒 */
span.style-impact3{
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

/* 青 */
span.style-impact4{
	font-size: 13px;
	color: #003366;
	font-weight:bold;
}

/* オレンジ */
span.style-impact5{
	font-size: 12px;
	color: #FF9900;
}



span.style-impact6{
    font-size:10px;
	line-height:100%;
}


/* 赤 */
span.style-impact7{
	font-size: 13px;
	color: #F00;
}

span.error_msg {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
/* 太字 */
span.clm-em{
	font-size:12px;
	font-weight:bold;
}


.clm_red{
	width:80%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.clm_gray{
	width:80%;
	height:auto;
	border:thin solid #000;
	background:#DCDCDC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


/* <challenge_box>
 * by yamasaki 2009/05/31
 *
 * xxrの本リストで使用
 */
.book_list {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	border-bottom: 1px solid #dcdcdc;
}

.book_list .image_box {
	float: left;
	width: 50px;
	height: 65px;
	/*background: #f00;*/
}

.book_list .sentence_box{
	float: right;
	width: 150px;
	height: 65px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 3px;
	/*background: #00f;*/
}

.book_list .sentence_box a{
	font-size: 10px;
	font-weight:bold;
	color: #002302;
	text-decoration: underline;
}

.book_list .sentence_box p{
	color:#336699;
	font-size: 10px;
}


/***** index.html ******/

.column_title {
	width: 92%;
	height: 25px;
	margin: 0px auto;
	background-color: #505151;
}

.column_subtitles {
	width: 92%;
	height: auto;
	margin: 0px auto;
	margin-top: 5px;
	/*margin-bottom: 20px;*/
	/*background-color: #456;*/
}

.column_index_table {
	width: 190px;
	height: auto;
	margin: 0px auto;
	border-collapse: collapse;
}

.column_index_table th{
	font-weight: normal;
	vertical-align: top;
	width: 20px;
}

.column_index_table td{
	width: 170px;
}

span.column_subtitle_num{
	font-weight: bold;
	font-size: 14px;
	color: #3D3D3D;
	padding-left: 10px;
}

span.column_subtitle_char{
	font-size: 14px;
	padding-left: 10px;
}


.logic_situation{
	width: 650px;
	height: 200px;
	background:url(../images/situation.jpg) no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	margin-top: 3px;
}	

/* <logic_column_box>
 * by fukuta 2009/09/26
 *
 * 各コラムページ下の目次で使用
 */

.logic_column_box_t{
	width: 600px;
	height: 40px;
	margin-left: 30px;
	background:url(../images/logic_column_box_t.jpg) no-repeat 0 0;
}

.logic_column_box_m{
	width: 600px;
	height: auto;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background:url(../images/logic_column_box_m.jpg) repeat 0 0;
}

.logic_column_box_b{
	width: 600px;
	height: 5px;
	margin-left: 30px;
	background:url(../images/logic_column_box_b.jpg) no-repeat 0 0;
}

/* <booklist @右カラム>
 * by yamasaki 2009/05/31
 *
 * xxrの本リストで使用
 */
.booklist_table {
	margin: 0px auto;
	width: 180px;
	height: auto;
	/*border-bottom: 1px solid #000;*/
	border-collapse: collapse;
}

.booklist_table tr {
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.image_box {
	width: 60px;
	height: auto;
	/*background: #f00;*/
}

.sentence_box{
	float: right;
	width: 120px;
	height: auto;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 3px;
	/*background: #00f;*/
}

.book_list .sentence_box a{
	font-size: 10px;
	font-weight:bold;
	color: #002302;
	text-decoration: underline;
}

.book_list .sentence_box p{
	color:#336699;
	font-size: 10px;
}

/***** book ******/
.booklist_top_box {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-right: 3px;
	}

.booklist_top_box img{
	display: block;
	margin: 3px;
	float: left;
}


.book_detail {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
}

.book_detail .image_box {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 10px;
	margin-left: 2px;
}

.book_detail .sentence_box1{
	float: left;
	width: 485px;
	height: auto;
	margin-top: 10px;
}

.book_detail .sentence_box2{
	float: left;
	width: 667px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}


.book_detail .book_title{
	font-size: 14px;
	font-weight: bold;
}

.book_detail .h3_short{
	background:url(../booklist/images/h3_short.gif) no-repeat;
	font-weight: bold;
	color: #ffffff;
	padding-left: 3px;
	margin-bottom: 3px;
}

.book_detail .h3_long{
	background:url(../booklist/images/h3_long.gif) no-repeat;
	font-weight: bold;
	color: #ffffff;
	padding-left: 3px;
	margin-bottom: 3px;
}

/*-- Menu --*/
ul#menu {
    list-style:none;
    width:940px;
	margin:0px auto auto auto;
}

ul#menu li {
    list-style:none;
    float:left;
    width:134px;
}

ul#menu a {
    display:block;
    width:134px;
    height:30px;
    text-indent:-1000px;
    overflow:hidden;
	border-bottom:solid 5px #669900;

}

/*top*/
#menu a.navi-top {
	background:url(../images/gnavi/menu_top.jpg);
}

#menu a:hover.navi-top {
	background-position:0px -30px;
}	

/*logical*/
#menu a.navi-logical {
	background:url(../images/gnavi/menu_logical.jpg);
}

#menu a:hover.navi-logical {
	background-position:0px -30px;
}	

/*seminar*/
#menu a.navi-seminar {
	background:url(../images/gnavi/menu_seminar.jpg);
}

#menu a:hover.navi-seminar {
	background-position:0px -30px;
}

/*test*/
#menu a.navi-test {
	background:url(../images/gnavi/menu_test.jpg);
}

#menu a:hover.navi-test {
	background-position:0px -30px;
}

/*booklist*/
#menu a.navi-booklist {
	background:url(../images/gnavi/menu_booklist.jpg);
}

#menu a:hover.navi-booklist {
	background-position:0px -30px;
}	

/*school*/
#menu a.navi-school {
	background:url(../images/gnavi/menu_school.jpg);
}

#menu a:hover.navi-school {
	background-position:0px -30px;
}	

/*business_word*/
#menu a.navi-business_word {
	background:url(../images/gnavi/menu_business_word.jpg);
}

#menu a:hover.navi-business_word {
	background-position:0px -30px;
}	


#menu a.selected {
	background-position:0px -60px;
}

.menu_all{
	width:auto;
	height:30px;
}

.obog_menu_all{
	width:auto;
	height:25px;
}


/* <white_half_box>
 * by IWAI 13 Avril 2010
 * business_word用
 */

.white_half_box_t {
	width: 340px;
	height: 10px;
/* 	margin: 0px auto; */
	background: url(../images/white_half_box_t.jpg) no-repeat 0 0;
}

.white_half_box_m {
	width: 340px;
	height: auto;
/* 	margin: 0px auto; */
	background: url(../images/white_half_box_m.jpg) repeat 0 0;
}

.white_half_box_b {
	width: 340px;
	height: 10px;
	margin-bottom: 5px;
/* 	margin: 0px auto 5px auto; */
	background: url(../images/white_half_box_b.jpg) no-repeat 0 0;
}

/* <school/indexのbox>
 *2011/naviより拝借
 * by IWAI 13 Avril 2010
 */

.nboxs {
	
	width: 660px;
	margin: 0px auto;
	/*background-color: #dcdcdc;*/
}

/*
.nboxs a{
	color: #0E2D0E;
}
*/
.nboxs a:hover {
	text-decoration: underline;
}

.nbox {
	margin: 0px auto 5px auto;
	width: 660px;
	/*border-top: 2px solid #191970;*/
	/*border-bottom: 1px solid #191970;*/
	border-top: 2px solid #808080;
	border-bottom: 1px solid #808080;
	/*background-color: #a9a9a9;*/
}

.nbox_bk {
	width: 20px;
	float: left;
	text-align: center;
	background-color: #dcdcdc;
}

.nbox_info {
	width: 640px;
	float: right;
	/*background-color: #696969;*/
}

.nbox_info_title {
	width: 640px;
	border-bottom: 1px solid #dcdcdc;
}

.nbox_info_title_name {
	width: 482px;
	float: left;
	/*background-color: #008b8b;*/
}

.nbox_info_title_image{
	width: 158px;
	float: right;
	text-align: center;
	padding-top: 10px;
	/*background-color: #ffff00;*/
}

.nbox_info_body {
	width: 640px;
}

.nbox_info_body_sentence{
	width: 482px;
	float: left;
	/*background-color: #ff1493;*/
}

.nbox_info_body_btn {
	padding-top: 10px;
	width: 158px;
	float: right;
	text-align: center;
	/*background-color: #785493;*/
}


/* <seminar/index>
 * by IWAI 14 Avril 2010
 *セミナー情報のボックス内容
 */

.seminar_image {
	float: left; 
	text-align: center; 
	padding-left: 15px; 
	padding-right: 15px; 
}

.seminar_detail {
	padding-left: 15px; 
	padding-right: 15px; 
	height: auto;
}

/* <seminar/i-osmosis>
 * by IWAI 14 Avril 2010
 *一番下の独自ボックス
 */

.i-os_box2{
	width:500px;
	height:100px;
	text-align:center;
	border-top:2px #CCC solid;
	border-left:2px #CCC solid;
	border-bottom:2px #999 solid;
	border-right:2px #999 solid;
}
.i-os_box2 p{
	text-align:left;
	font-weight:bold;
	margin-left:30px;
	margin-top:10px;
}

/**** school/財務モデリングフォーム用 *****/

.modeling_table {
	margin: 0px auto;
	width: 660px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.modeling_table th{
	width: 160px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.modeling_table td{
	width: 500px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

/****school/cfo 申し込みフォームテーブル*****/

.form_table {
	margin: 0px auto;
	width: 660px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.form_table th{
	width: 160px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.form_table td{
	width: 500px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/* school/efjapan,issnet
 * 申し込みフォームテーブル
 * （元々プレゼントフォーム用？）
 */

.present_form_table {
	margin: 0px auto;
	width: 660px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.present_form_table th{
	width: 160px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.present_form_table td{
	width: 500px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* school/linua-academy,i-osmosis
 * 申し込みフォームテーブル
 */

.linux_table {
	margin: 0px auto;
	width: 600px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.linux_table th{
	width: 200px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.linux_table td{
	width: 400px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/****school/bbt 申込フォームテーブル*****/

.school_form_table {
	margin: 0px auto;
	width: 660px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.school_form_table th{
	width: 200px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.school_form_table td{
	width: 460px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* business_word
 * 検索テーブル
 */

.words_table{
	width: 600px;
	border-top: 1px solid #6A6A6A;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.words_table th{
	width: 450px;
	/*font-size: 11px;*/
	font-weight: normal;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	border-right: 1px solid #6A6A6A;
	border-bottom: 1px solid #6A6A6A;
}

.words_table td{
	/*font-size: 11px;*/
	font-weight: bold;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 8px;
	background-color:#DCDCDC;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #6A6A6A;
	border-bottom: 1px solid #6A6A6A;
}


/* business_word
 * ランキングテーブル
 */

.words_ranking_table{
	width: 310px;
	border-collapse: collapse;
}

.words_ranking_table th{
	width: 25px;
	padding-top: 6px;
	padding-left: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}

.words_ranking_table td{
	/*font-size: 10px;*/
	font-weight: bold;
	padding-top: 6px;
	padding-left: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}

/* past_seminar_index
 * テーブル
 */

.seminar_top_table{
	width: 640px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.seminar_top_table th{
	width: 120px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.seminar_top_table td{
	width: 520px;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.seminar_top_table td a{
	font-size: 12px;
}


/**** 各セミナー告知ページ ****/

/* 
 * smr_table (seminar/detailテーブル)
 * 
 */

.smr_table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.smr_table th{
	font-size: 12px;
	/*font-weight: normal;*/
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.smr_table td{
	font-size: 12px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
}

/* 
 * smr_apply_table (seminar/detailテーブル)
 * 
 */
.smr_apply_table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-collapse: collapse;
	margin: 10px auto;
	width: 560px;
}


.smr_apply_table th{
	width: 150px;
	font-size: 12px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.smr_apply_table td{
	width: 410px;
	font-size: 12px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* <challenge_box>
 * business_skill_test説明のボックス
 * 
 */
.challenge-box{
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #FFF;
	margin: 5px 5px 10px 5px;
}

/* <top_half_box>
 * by IWAI 13 Avril 2010
 * business_word用
 */

.top_half_box_t {
	width: 340px;
	height: 10px;
/* 	margin: 0px auto; */
	background: url(../images/white_half_box_t.jpg) no-repeat 0 0;
}

.top_half_box_m {
	width: 340px;
	height: 300px;
/* 	margin: 0px auto; */
	background: url(../images/white_half_box_m.jpg) repeat 0 0;
}

.top_half_box_b {
	width: 340px;
	height: 10px;
	margin-bottom: 5px;
/* 	margin: 0px auto 5px auto; */
	background: url(../images/white_half_box_b.jpg) no-repeat 0 0;
}


/* <top_table>
 * by IWAI 20 Avril 2010
 * business_word用のアレンジ
 */

.top_table{
	width: 310px;
	border-collapse: collapse;
}

.top_table th{
	width: 105px;
	padding-top: 6px;
	padding-left: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}

.top_table td{
	/*font-size: 10px;*/
	padding-top: 6px;
	padding-left: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcdc;
}

/*<booklist_box>
 *by fukuta 2009/08/28
 *GF2011より拝借
 *
 */

.booklist_top_box {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-right: 3px;
}

.booklist_top_box img{
	display: block;
	margin: 4px;
	float: left;
}

.booklist_box {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: #dcdcdc 1px solid;
}

.booklist_box .image_box {
	float: left;
	width: 80px;
	height: 100px;
	padding-left: 10px;
	padding-top: 5px;
}

.booklist_box .sentence_box{
	float: left;
	width: 236px;
	height: 80px;
}

.booklist_box .sentence_box h3{
	font-weight: bold;
	height: 40px;
	padding-left: 3px;
	padding-top: 10px;
}

.booklist_box .sentence_box p{
	padding: 3px 2px 3px 2px;

}

/*<headerの右　サイトマップなど表示>
 *by iwai 2010/04/21
 *GF2011より拝借
 *
 */

.user_info_b{
	width: auto;
	height: 20px;
	float:right; "
	/*border: 1px solid #dcdcdc;*/
	font-size: 10px;
	font-color: #cccccc;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}


/* <white_half_box_container>
 * by IWAI 22 Avril 2010
 * indexおよびbusiness_word　IE7対策のdiv
 */

.white_half_box_container {
	width: 730px;
	height: auto;
/* margin: 0px auto 5px auto; */
}
