@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 {
	float: left;
	color: #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
	/*border: 1px solid #dcdcdc;*/
	width: 450px;
}

h2 {
	font-size: 13px;
	width: auto;
	height:22px;
	/*margin: 3px 3px 0px 3px;*/
	/*background-color:#002233;*/
	padding-top: 4px;
	padding-left: 15px;
	font-weight: bold;
	/*color: #002302;*/
	color: #285900;
	/*margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;*/
}

/*
h3 {
	background-color: #dcdcdc;
	padding-left: 15px;
	font-weight: bold;
	color: #002302;
	margin-top: 5px;
	margin-bottom: 5px;
}
*/

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-color:#FFFFFF;
}


/* 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 #090A68;
	border-left: solid 1px #090A68;
}
/*-- wrapper --*/

/*-- header --*/


#header{
    width: 940px;
    height: 100px;
    margin: 0px auto 0px auto;
}

#header_t{
    width: 940px;
    height: 90px;
    margin: 0px auto 0px auto;
	/*border:#CCC 1px solid;*/
    background:url(../images/head_bg.png) repeat 0 0;	
}

#header_t a {
    text-decoration: underline;
    color:#dcdcdc;
	font-size: 9px;
}

#header_t img {
	/*border: 1px solid #dcdcdc;*/
}

#header_t .user_info{
	float: right;
	width: 450px;
	height: 80px;
	/*border: 1px solid #dcdcdc;*/
	margin-top: 5px;
	margin-right: 3px;
}

#header_t .user_info .user_info_t{
	width: auto;
	height: 20px;
	font-size: 10px;
	color: #dcdcdc;
	/*border: 1px solid #dcdcdc;*/
	text-align: center;
}

/*
#header_t .user_info .user_info_bar{
	width: auto;
	height: 5px;
	background:url(../images/user_info_bar.png) no-repeat 0 0;
	border: 1px solid #dcdcdc;
	text-align: center;
}
*/

#header_t .user_info .user_info_m{
	width: auto;
	height: 35px;
	/*border: 1px solid #dcdcdc;*/
	font-size: 10px;
	color: #dcdcdc;
	/*margin-left: 20px;*/
	text-align: center;
}

#header_t .user_info .user_info_b{
	width: auto;
	height: 20px;
	/*border: 1px solid #dcdcdc;*/
	font-size: 10px;
	color: #dcdcdc;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}

#header_t .header_logo{
	float: left;
	margin-top: 15px;
	margin-left:10px;
	width: 400px;
	height: 44px;
	/*border: 1px solid #dcdcdc;*/
	/*background:url(../images/goodfind-logo.png) no-repeat 0 0;*/
}

#header_t .header_info{
	float: right;
	width: 450px;
	height: auto;
	/*border: 1px solid #dcdcdc;*/
	margin-top: 0px;
	margin-right: 3px;
	text-align: right;
	padding-right: 10px;
}


#header_t .header_info a{
    text-decoration: underline;
    color:#dcdcdc;
	font-size: 9px;
}


#header_b{
    width: 940px;
    height: 10px;
    margin: 0px auto 0px auto;
    background: #698C00;
}

#header p {
	font-size: 14px;
	padding: 1em;
}


/*-- header --*/

/*-- Menu --*/
ul#menu {
    list-style:none;
    width:944px;
	margin:0px auto auto auto;
}

ul#menu li {
    list-style:none;
    float:left;
    width:118px;
}

ul#menu a {
    display:block;
    width:118px;
    height:30px;
    text-indent:-1000px;
    overflow:hidden;
}

/*
 * top
 * seminar
 * mypage
 * navi
 * library
 * obog
 * challenge
 * companynavi
 **/

/*top*/
#menu a.navi-top {
	background:url(../images/menu_top.jpg);
}

#menu a:hover.navi-top {
	background-position:0px -30px;
}	

/*seminar*/
#menu a.navi-seminar {
	background:url(../images/menu_seminar.jpg);
}

#menu a:hover.navi-seminar {
	background-position:0px -30px;
}	

/*mypage*/
#menu a.navi-mypage {
	background:url(../images/menu_mypage.jpg);
}

#menu a:hover.navi-mypage {
	background-position:0px -30px;
}

/*navi*/
#menu a.navi-navi {
	background:url(../images/menu_navi.jpg);
}

#menu a:hover.navi-navi {
	background-position:0px -30px;
}

/*library*/
#menu a.navi-library {
	background:url(../images/menu_library.jpg);
}

#menu a:hover.navi-library {
	background-position:0px -30px;
}	

/*obog*/
#menu a.navi-obog {
	background:url(../images/menu_obog.jpg);
}

#menu a:hover.navi-obog {
	background-position:0px -30px;
}	

/*challenge*/
#menu a.navi-challenge {
	background:url(../images/menu_test.jpg);
}

#menu a:hover.navi-challenge {
	background-position:0px -30px;
}	

/*companynavi*/
#menu a.navi-companynavi {
	background:url(../images/menu_company.jpg);
}

#menu a:hover.navi-companynavi {
	background-position:0px -30px;
}	


#menu a.selected {
	background-position:0px -60px;
}

.menu_all{
	width:auto;
	height:30px;
}

.obog_menu_all{
	width:auto;
	height:25px;
}

/*-- footer --*/
#footer{
	width: 940px;
	height: auto;
}

#footer_t{
    width: 940px;
    height: 10px;
    margin: 0px auto 0px auto;	
	background: #698C00;
}

#footer_b{
    width: 940px;
    height: 90px;
    /*background-color: #222222;*/
    text-align: center;
    line-height: 120%;
    font-size: 10pt;
    color: #fff;
    margin: 0px auto 0px auto;
	background:url(../images/footer_bg.png) repeat-x 0 0;	
}

#footer_b a {
    text-decoration: underline;
    line-height: 140%;
    color:#FFF;
}

#footer_b p {
	font-size: 10px;
	padding: 0.6em;
}
/*-- footer --*/

/*
 * Google Search
 * 
 */
.google_search {
	margin-left: 10px;
	width: 150px;
}

/**** class的なもの  ****/

/*-- container --*/
.container{
	width: 940px;
    height: auto;
	margin: 0px auto 0px auto;
    background-color: #FFFFFF;
	/*border-bottom: 1px solid #000000;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.container p {
	font-size: 12px;
	line-height: 1.5;
	/*margin: 0.6em;*/
}
/*-- container --*/


.b_short {
	width: 220px;
	height: auto;
}

.b_quater {
	width: 235px;
	height: auto;
}

.b_half {
	width: 470px;
	height: auto;
}

.b_long {
	width: 720px;
	height: auto;
}

.b_long_all {
	width: 720px;
	height: auto;
}

.b_long_all_short {
	width: 220px;
	height: auto;
}

.b_long_all_half{
	width: 358px;
	height: auto;
}



.b_long_all_long {
	width: 500px;
	height: auto;
}

.b_long_all_long_half {
	width: 250px;
	height: auto;
}

.b_all {
	width: 940px;
	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;
  /**/
}

/******************* 各カテゴリに共通のもの *****************/

/* <text_box>
 * by yamasaki 2009/05/21
 *
 * デフォルトのボックス
 * 銀色のタイトルヘッダー、銀色ボーダーあり
 * 
 */
.text_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;
	/*background-color: #98fb98;*/
} 

.text_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.text_box_10_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.text_box_15_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.text_box_20_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.text_box_25_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 25px;
	padding-right: 25px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.text_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;
	/*background-color: #ee82ee;*/
}

.thank_box_t {
	width: auto;
	height: 53px;
	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;
	/*background-color: #98fb98;*/
	background:url(../images/thank.gif) no-repeat 0 0;
} 

.thank_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 3px;
	padding-right: 5px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	*/
	/*border: 1px solid #000000;*/
	/*background-color: #666666;*/
}

.text_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;
	*/
	/*background-color: #ee82ee;*/
}

.white_short_box_t {
	width: 210px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/white_short_box_t.jpg) no-repeat 0 0;
}

.white_short_box_m {
	width: 210px;
	height: auto;
	margin: 0px auto;
	background: url(../images/white_short_box_m.jpg) repeat 0 0;
}

.white_short_box_b {
	width: 210px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/white_short_box_b.jpg) no-repeat 0 0;
}

.white_long_box_t {
	width: 710px;
	height: 10px;
	margin: 0px auto 0px auto;
	/*background-color: #345;*/
	background: url(../images/white_long_box_t.jpg) no-repeat 0 0;
}

.white_long_box_m {
	width: 710px;
	height: auto;
	margin: 0px auto;
	background: url(../images/white_long_box_m.jpg) repeat 0 0;
}

.white_long_box_b {
	width: 710px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/white_long_box_b.jpg) no-repeat 0 0;
}

.white_long_sq_box_t {
	width: 710px;
	height: 10px;
	margin: 0px auto 0px auto;
	/*background-color: #345;*/
	background: url(../images/white_long_sq_box_t.jpg) no-repeat 0 0;
}

.white_long_sq_box_m {
	width: 710px;
	height: auto;
	margin: 0px auto;
	background: url(../images/white_long_sq_box_m.jpg) repeat 0 0;
}

.white_long_sq_box_b {
	width: 710px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/white_long_sq_box_b.jpg) no-repeat 0 0;
}

.gray_short_box_t {
	width: 210px;
	height: 10px;
	margin: 0px auto;
	background: url(../images/gray_short_box_t.jpg) no-repeat 0 0;
}

.gray_short_box_m {
	width: 210px;
	height: auto;
	margin: 0px auto;
	background: url(../images/gray_short_box_m.jpg) repeat 0 0;
}

.gray_short_box_b {
	width: 210px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/gray_short_box_b.jpg) no-repeat 0 0;
}

.orange_long_box_t {
	width: 710px;
	height: 10px;
	margin: 0px auto 0px auto;
	/*background-color: #345;*/
	background: url(../images/orange_long_box_t.jpg) no-repeat 0 0;
}

.orange_long_box_m {
	width: 710px;
	height: auto;
	margin: 0px auto;
	background: url(../images/orange_long_box_m.jpg) repeat 0 0;
}

.orange_long_box_b {
	width: 710px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../images/orange_long_box_b.jpg) no-repeat 0 0;
}

.text_box_0 {
	margin: 0px;
}

.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 {
	padding-top: 0px;
	margin: 0px 25px;
}

.text_box_50 {
	padding-top: 0px;
	margin: 0px 50px;
}

/*
 * <no_h2_box>
 * by yamasaki 2009/06/22
 * h2が要らないときに、text_box_tの代わりに使うと良い
 * 
 */
.no_h2_box_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;
} 

/* <gray_side_box>
 * by yamasaki 2009/06/04
 *
 * 灰色・角丸のボックス: 左右のカラム用
 */

.gray_side_box_t {
	width: auto;
	height: 10px;
	margin: 4px 2px 0px 2px;
	/*border: #dcdcdc 1px solid;*/
	/*padding-top: 4px;*/
	padding-left: 3px;
	background: url(../images/gray_side_box_t.png) no-repeat 0 0;
	/*background: #ff0;*/
	/*border: 1px solid #000;*/
}

.gray_side_box_t h3{
	font-size: 14px;
	font-weight:bold;
	color: #002302;
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 20px;
}

.gray_side_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-left: 3px;
	/*border: #dcdcdc 1px solid;*/
	/*border: 1px solid #000000;*/
	background: url(../images/gray_side_box_m.png) repeat-y 0 0;
	/*background: #f0f;*/
	/*border: 1px solid #000;*/
}

.gray_side_box_b {
	width: auto;
	height: 10px;
	margin: 0px 2px 0px 2px;
	/*border: #dcdcdc 1px solid;*/
	background: url(../images/gray_side_box_b.png) no-repeat 0 0;
	/*background: #0ff;*/
}



.category_box {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: 1px solid #dcdcdc;
}

.category_box .image_box {
	float: left;
	width: 100px;
	height: 110px;
	/*background: #f00;*/
}
.category_box .image_box_bg {
	float: left;
	width: 200px;
	height: 150px;
	/*background: #f00;*/
}

.category_box .sentence_box{
	float: left;
	width: 230px;
	height: 120px;
	/*background: #00f;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}
.category_box .sentence_box_bg{
	float: left;
	width: 476px;
	height: 150px;
	/*background: #00f;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

.category_box .sentence_box h3{
	font-weight:bold;
	color: #002302;
	text-decoration: underline;
}

.category_box .sentence_box p{
	color: #000;
}







/****** h2 background images ************/

.h2_o_b {
	font-size: 13px;
	color: #285900;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 8px auto 0px auto;
	/*background-color: #f00;*/
	height: auto;
}

.h2_short {
	background: url(../images/h2_short.jpg) no-repeat 0 0;
}

.h2_quater {
	/*background: url(..images/h2_quater.jpg) no-repeat 0 0;*/
	background: url(../images/h2_quater.jpg) no-repeat 0 0;
}

.h2_half {
	background: url(../images/h2_half.jpg) no-repeat 0 0;
	/*background: url(..images/h2_half.jpg) no-repeat 0 0;*/
}

.h2_long {
	background: url(../images/h2_long.jpg) no-repeat 0 0;
	/*background: url(..images/h2_long.jpg) no-repeat 0 0;*/
}

.h2_long_short {
	background: url(../images/h2_long_all_short.jpg) no-repeat 0 0;
	/*background: url(..images/h2_short.jpg) no-repeat 0 0;*/
}

.h2_long_half {
	background: url(../images/h2_long_all_half.jpg) no-repeat 0 0;
	/*background: url(..images/h2_long_half.jpg) no-repeat 0 0;*/
}

.h2_long_long {
	background: url(../images/h2_long_all_long.jpg) no-repeat 0 0;	
    /*background: url(..images/h2_long.jpg) no-repeat 0 0;*/
}

.h2_all{
	background: url(../images/h2_all.jpg) no-repeat 0 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.text_align_center {
	text-align: center;
}

.font10{
	font-size:10px;
}

.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: 13px;
	color: #FF9900;
	font-weight:bold;
}
/* ピンク */
span.style-impact_t{
	font-size: 13px;
	color: #F36;
	font-weight:bold;
}

span.style-impact6{
    font-size:10px;
	line-height:100%;
}


/* 赤 */
span.style-impact7{
	font-size: 13px;
	color: #F00;
}

/* 青 */
span.style-impact8{
    font-size: 13px;
    color: #0066CC;
    font-weight:bold;
}

span.error_msg {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
/* 太字 */
span.clm-em{
	font-size:12px;
	font-weight:bold;
}

span.style_impact_orange1{
	font-size: 12px;
	color: #D56A00;
	font-weight:bold;
}

span.style_impact_orange2{
	font-size: 12px;
	color: #EA0000;
	font-weight:bold;
}

span.style_impact_pink{
	font-size: 12px;
	color: #FF00BF;
	font-weight:bold;
}

span.style_impact_purple{
	font-size: 12px;
	color: #8000FF;
	font-weight:bold;
}

span.style_impact_blue{
	font-size: 12px;
	color: #002BAA;
	font-weight:bold;
}

span.style_impact_green{
	font-size: 12px;
	color: #009525;
	font-weight:bold;
}
/******************** カテゴリ別: TOP **********************/

/* <pickup_box2>
 * by yamasaki 2009/06/12
 *
 * PICKUPセミナー情報を載せるためのボックス 
 */
.pickup_box2 {
	float: left;
	margin-left: 2px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: 1px solid #c0c0c0;
}

.pickup_box2 .image_box {
	float: left;
	width: 90px;
	height: 70px;
	/*background: #f00;*/
}

.pickup_box2 .sentence_box{
	float: left;
	width: 245px;
	height: 70px;
	/*background: #00f;*/
}

.pickup_box2 .sentence_box h3{
	color: #336699;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	padding-left: 3px;
	padding-top: 2px;
	/*background: #ff8765;*/
}

.pickup_box2 .sentence_box p{
	color: #000;
	font-size: 9px;
	padding-left: 3px;
	padding-top: 2px;
}

.pickup_box2 .date_box{
	clear: both;
	width: 335px;
	height: 20px;
	border-top: 1px dotted #a9a9a9;
	/*background: #dcdcdc;*/
}

.pickup_box2 .date_box p{
	padding-left: 10px;
	width: auto;
}

/* <pickup_box>
 * by yamasaki 2009/06/12
 *
 * PICKUPセミナー情報を載せるためのボックス 
 */
.pickup_box {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: 1px solid #dcdcdc;
}

.pickup_box .image_box {
	float: left;
	width: 90px;
	height: 70px;
	/*background: #f00;*/
}

.pickup_box .sentence_box{
	float: left;
	width: 250px;
	height: 70px;
	/*background: #00f;*/
}

.pickup_box .sentence_box h3{
	color: #336699;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	padding-left: 3px;
	padding-top: 2px;
	/*background: #ff8765;*/
}

.pickup_box .sentence_box p{
	font-size: 9px;
	padding-left: 3px;
	padding-top: 2px;
}

.pickup_box .date_box{
	clear: both;
	width: 340px;
	height: 20px;
	border-top: 1px dotted #a9a9a9;
	/*background: #dcdcdc;*/
}

.pickup_box .date_box p{
	padding-left: 10px;
	width: auto;
}

.top_Tests {
	margin: 5px auto;
	width: auto;
	background:url(../images/bg.gif);
	/*background: #dcdcdc;*/
	text-align:left;
	/*border: $dcdcdc 1px solid;*/
}

.top_Tests .test {
	margin: 5px;
	border-bottom:#d2d2ff 1px solid;
	/*border:#CCC 1px solid;*/
}

.top_Tests .test .vis {
	float: left;
	width: 80px;
	height: 80px;
	margin:15px 5px;
	/*border: $dcdcdc 1px solid;*/
}

.top_Tests .test .memo {
	padding: 0 0 3px;
	margin: 0 0 10px;
	font-size: 0.85em;
	border-bottom: 1px solid #d1b498;
	/*border:#CCC 1px solid;*/
}

.top_Tests .test .detail {
	float: right;
	width: 240px;
	margin:10px 0px;
	/*border:#CCC 1px solid;*/
}

.top_Tests .test .detail h3{
	padding: 0px 10px;
	font-weight: bold;
	color:#181870;
	border-bottom: 1px solid #d1b498;
	/*border:#CCC 1px solid;*/
}

.top_table{
	width: 340px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.top_table th{
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.top_table td{
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.top_table td a{
	font-size: 10px;
}


.top_ranking_table{
	width: 340px;
	border-collapse: collapse;
}


.top_ranking_table th{
	width: 25px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #dcdcdc;
}

.top_ranking_table td{
	font-size: 10px;
	padding-top: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #dcdcdc;
}

.top_ranking_table td a{
	font-size: 10px;
	font-weight:bold;
	/*color: #002302;*/
}




/* <br_rd>
 * by taniguchi 2009/06/10
*/

#br_rd{
	margin-top:5px;
	padding-left:5px;;
}

/******************** カテゴリ別: LIBRARY **********************/
/* <column_box>
 * by yokote 2009/05/21
 
 * ライブラリで用いる
 * デフォルトのボックス
 * 銀色のタイトルヘッダー、銀色ボーダーあり
 * 
 */
.column_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;
	/*background-color: #98fb98;*/
} 

.column_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left:10px;
	padding-right: 10px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.column_box_m p{
	margin:5px 0;
	text-indent:1em;
}

.column_box_all_half_m p{
	margin:5px 0;
	text-indent:1em;
}


.column_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;
	/*background-color: #ee82ee;*/
}

.column_box_all {
	width: auto;
	height: auto;
	/*border: #dcdcdc 1px solid;*/
	
}


.column_box_all_right {
	width: auto;
	height: auto;
	float: right;
	/*border: #dcdcdc 1px solid;*/
}

.column_box_all_left {
	width: 250px;
	height: auto;
	float: left;
	/*border: #dcdcdc 1px solid;*/
}

.column_box_all_half_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: 1px;
	/*background-color: #98fb98;*/
} 

.column_box_all_half_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left:10px;
	padding-right: 10px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.column_box_all_half_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;
	/*background-color: #ee82ee;*/
}



/* <column_box>
 * by yokote 2009/05/21
 *
 * デフォルトのボックス
 * 銀色のタイトルヘッダー、銀色ボーダーあり
 * 
 */


.clm-gray2{
	width:440px;
	height:auto;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}
.box-clm-gray{
	width:280px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}
.box2-clm-gray{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}
.box-clm-gray .left , .box2-clm-gray .left{
	float:left;
	font-size:14px;
}
.box-clm-gray .right, .box2-clm-gray .right{
	float:right;
	font-size:14px;
}

.clm-green2{
	width:450px;
	height:auto;
	border:thin solid #009900;
	background:#CCFF99;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.clm-green3{
	width:auto;
	height:auto;
	border:thin solid #009900;
	background:#CCFF99;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.clm-gray{
	width:600px;
	height:auto;
	border:thin solid #666666;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.clm-green{
	width:600px;
	height:auto;
	border:thin solid #009900;
	background:#CCFF99;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
.clm-orange2{
	width:450px;
	height:auto;
	border:thin solid #FF6600;
	background:#FFFF99;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}


.clm-orange{
	width:600px;
	height:auto;
	border:thin solid #FF6600;
	background:#FFFF99;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.clm-red{
	width:600px;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.clm-red2{
	width:80%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.clm-red-general{
	width:80%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.clm-red-center{
	width:90%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.column-image{
	float:right;
	margin-left:5px;
}

.column-image2{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.style-impact-column{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.style-colum-red{
	color:#F30;
	font-weight:bold;
	font-size:14px;
}
span.clm-em2{
	font-size:12px;
	font-weight:bold;
}

span.clm-em{
	font-size:12px;
	font-weight:bold;
}
.column_index_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;
	/*background-color: #98fb98;*/
} 

.column_index_box_m {
	font-size: 10px;
	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;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.column_index_box_m a{
	font-size: 10px;
}

.column_index_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;
	/*background-color: #ee82ee;*/
}

.clm_red{
	width:80%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.clm_red_index{
	width:95%;
	height:auto;
	border:thin solid #FF0000;
	background:#FFCCCC;
	padding:5px 10px 5px 10px;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
}

.clm_gray{
	width:80%;
	height:auto;
	border:thin solid #000;
	background:#DCDCDC;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.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;
}
.words_ranking_table{
	width: 345px;
	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;
}


/*<booklist_box>
 *by fukuta 2009/08/28
 *
 */
.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: 250px;
	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;

}

/******************** カテゴリ別: レポート **********************/
/* <report_box>
 * by yokote 2009/06/04
 * 
 * 
 * 
 * 
 */
 .silicon {
		clear:both;
		width: 700px;
		height: 10px;
}
 
 .report_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;
	/*background-color: #98fb98;*/
} 

.report_box_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;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.report_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;
	/*background-color: #ee82ee;*/
}

 
.report_left{
	float:left;
}

.report_right{
	float:right;
}


.report_box_1 {
	width: auto;
	
} 

.report_box_2 {
	width: auto;
	height:388px;
} 

.report_box_3 {
	width: auto;
	height:310px;
} 

.report_box_4 {
	width: auto;
	height:410px;
} 

.report_box_5 {
	width: auto;
	height:230px;
} 

.report_box_image { 
	padding: 5px 5px 5px 5px;
}


.clm_gray2{
	width:440px;
	height:auto;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.clm_gray3{
	width:auto;
	height:auto;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.library_table{
	width:auto;
	height:auto;
	background:#EEEEEE;
	padding:50px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.library_table .title1{
	background:url(../library/images/titlebar1.jpg) no-repeat;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:5px;
}

.library_table .title2{
	background:url(../library/images/titlebar2.jpg) no-repeat;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:5px;
}

.library_table .title3{
	background:url(../library/images/titlebar3.jpg) no-repeat;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:5px;
}

.report_box_m2 {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left:15px;
	padding-right: 15px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.report_box_m2 p{
	text-indent:1em;
}


/******************** カテゴリ別: マイページ **********************/

ul.my {
    list-style:none;
    width:720px;
	margin:0px auto auto auto;
}

ul.my li {
    list-style:none;
    float:left;
    width:180px;
}

ul.my a {
    display:block;
    width:180px;
    height:25px;
    text-indent:-1000px;
    overflow:hidden;
}


ul.my2 {
    list-style:none;
    /*width:710px;*/
	margin:0px auto auto auto;
}

ul.my2 li {
    list-style:none;
    float:left;
    width:165px;
}

ul.my2 a {
    display:block;
    width:165px;
    height:25px;
    text-indent:-1000px;
    overflow:hidden;
}

ul.my3 {
    list-style:none;
    /*width:710px;*/
	margin:0px auto auto auto;
}

ul.my3 li {
    list-style:none;
    float:left;
    /*width:165px;*/
}

ul.my3 a {
    display:block;
    /*width:165px;
    height:25px;
    text-indent:-1000px;
    overflow:hidden;*/
}




.mypage_but{
	
	padding: 	0px 0px 0px 0px;
	/*border: 1px solid #dcdcdc;*/
	height: 25px;
	/*width: 700px;*/
}
.mypage_but2{
	
	padding: 	0px 0px 0px 100px;
	/*border: 1px solid #dcdcdc;*/
	height: 25px;
	/*width: 700px;*/
}

.mypage_menu {
    display:block;
    width:180px;
    height:25px;
		/*text-indent:-1000px;*/
}

.mp-user2 {
	
	
	background:url(../images/mypage/user_button.png);
}

.mp-book {
	
	
	background:url(../images/mypage/button.png);
}
.mp-seminar {
	
	background:url(../images/mypage/button2.png);
}
.mp-user {
	
	background:url(../images/mypage/button3.png);
}
.mp-gf {

	background:url(../images/mypage/button4.png);
}


.mypage_line{
	width: 710px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	
	padding-left: 5px;
	border: 2px solid #D7E4BD;
	background-color:#F5F8EE;
}
.myimg{
	padding: 0px;
	margin: 0px;
}

.cl_box_t {
	width: auto;
	height: 25px;
	margin: 0px 2px 0px 10px;
	/*
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	*/
	/*padding-top: 4px;*/
	padding-left: 10px;
	background: url(../images/mypage/client_t.gif) no-repeat;
} 

.cl_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 10px;
	padding-left: 40px;
	padding-right: 50px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	*/
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
	background: url(../images/mypage/client_m.gif) repeat-y 0 0;
}

.cl_box_b {
	width: auto;
	height: 25px;
	margin: 0px 2px 0px 10px;
	padding-left: 10px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	*/
	/*background-color: #ee82ee;*/
	background: url(../images/mypage/client_b.gif) no-repeat;
}

/******************** カテゴリ別: セミナー **********************/

.seminar_top_table{
	width: 485px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.seminar_top_table th{
	width: 60px;
	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{
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.seminar_top_table td a{
	font-size: 12px;
}


table.seminar-table{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin:5px auto;
}

.seminar-table tr{
	border-bottom:1px solid #663300;
}

.seminar-table th{
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#ccc;
    background-image:url(../images/title-header1.png);
    background-position:left top;
    padding:0em 1em;
    text-align:center;
}
.seminar-table td{
    padding:0em 1em;

}

.seminar-question{
    height: auto;
    width: 500px;
    text-align: left;
    margin: auto auto auto 150px;
}

/*
 * by kawaguchi 2009/06/17
 *
 * 地球の歩き方のbox
 */
.seminar-half-box{
	width:360px;
	height:405px;
	border:1px #CCC solid;
	text-align: left;
	font-size: 12px;
	padding: 5px 5px;
	margin-left:5px;
	background-color: #FFF;
	float:right;
}
/*
 * by kawaguchi 2009/06/17
 *
 * 地球の歩き方のbox内のimg用
 */
.seminar-img-box{
	width:330px;
	height:100px;
	margin-left:15px;
}

/*
 * by kawaguchi 2009/06/17
 *
 * 地球の歩き方のp用
 */
.seminar-p{
	margin-top:7px;
}

/*
 * by fukuta 2009/07/08
 *
 * スローガン会議室携帯map用
 */
.slogan-mobilemap-box{
	width: 300px;
	height: 160px;
	text-align: left;
	font-size: 12px;
	background:url(../seminar/images/slogan-mobilemap.gif) no-repeat;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}
.company-navi-box{
	width: 300px;
	height: 95px;
	text-align: left;
	font-size: 12px;
	background:url(../seminar/images/company-navi.gif) no-repeat;
	float: right;
	padding-top: 33px;
	padding-left: 10px;
}


/********** TODO: 岡本さんのユーザーの声エリア ****************/

.user_box_t {
	width: 660px;
	height: 30px;
	margin: 0px auto;
	background: url(../seminar/images/user_box2_t.jpg) no-repeat 0 0;
}

.user_box_m {
	width: 660px;
	height: auto;
	margin: 0px auto;
	background: url(../seminar/images/user_box2_m.jpg) repeat-y 0 0;
}

.user_box_b {
	width: 660px;
	height: 10px;
	margin: 0px auto 5px auto;
	background: url(../seminar/images/user_box2_b.jpg) no-repeat 0 0;
}

.textarea {margin-left: 15px;
          margin-right:10px;}

/******************** カテゴリ別: Inductory Report **********************/

/*
 * by yamasaki 2009/06/01
 * 
 * トップのメッセージを表示する時のボックス(paddingを多めにとる)
 */
.ir_top_box{
	width: auto;
	height: 120px;
	margin: 5px 10px 0px 10px;
	/*border-left: #dcdcdc 1px solid;*/
	/*border-right: #dcdcdc 1px solid;*/
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.ir_top_box .sub_left_box{
	float: left;
	width: 390px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	/*border-right: 1px solid #dcdcdc;*/
	/*background-color: #FF0;*/
}

.ir_top_box .sub_right_box{
	float: right;
	width: 260px;
	height: 110px;
	background:url(../images/ir_contents.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 10px;
}

/* <gyokai_box>
 * by kawaguchi 2009/0528
 *
 *業界のボックス
 *
 *
 */
.gyokai_box{
	width: auto;
	height: auto;
	padding: 20px 50px;
}

.gyokai_contents{
	width: 80%;
	height: auto;
	background: #dcdcdc;
	border: 2px solid #000;
	margin: 0 auto 0 auto;
	padding: 10px 10px;
}
.gyokai_index{
	width: 60%;
	height: auto;
	background: #E3DAC1;
	border: 2px solid #000;
	margin: 0 auto 0 auto;
	padding: 10px 10px;
}

/******************** カテゴリ別: OBOG訪問 **********************/


.text_box_t4 {
	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;
	background: url(../obog/images/k-t.gif) no-repeat;
} 

.text_box_m4 {
	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;
	*/
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
	background: url(../obog/images/k-m.gif) repeat-y 0 0;
}

.text_box_b4 {
	width: auto;
	height: 30px;
	margin: 0px 2px 0px 2px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	*/
	/*background-color: #ee82ee;*/
	background: url(../obog/images/k-b.gif) no-repeat;
}

#obog-topbar {
	text-align: center;
}

ul#obog-nav {
    list-style:none;
	float:right;
    width:932px;
	height:20px;
}

ul#obog-nav li {
    list-style:none;
    float:left;
}


ul#obog-nav a{
    display:block;
    width:100px;
    height:22px;
    text-indent:-100px;
    overflow:hidden;
}

#obog-nav a.entry{
    background-image:url(../obog/images/subnavi-05.gif);
    width:115px;
}
#obog-nav a:hover.entry{
    background-position:0px -20px;
}

#obog-nav a.interview{
    background-image:url(../obog/images/subnavi-00.gif);
    width:115px;
}
#obog-nav a:hover.interview{
    background-position:0px -24px;
}

#obog-nav a.list{
    background-image:url(../obog/images/subnavi-01.gif);
        width:87px;
}

#obog-nav a.list_notyet{
    background-image:url(../obog/images/subnavi-01_notyet.gif);
        width:87px;
}

#obog-nav a:hover.list{
    background-position:0px -23px;
}

#obog-nav a:hover.list_notyet{
    background-position:0px -23px;
}

#obog-nav a.guidebook{
    background-image:url(../obog/images/subnavi-02.gif);
 width:86px;
}

#obog-nav a.guidebook_notyet{
    background-image:url(../obog/images/subnavi-02_notyet.gif);
 width:103px;
}

#obog-nav a:hover.guidebook{
    background-position:0px -23px;
}

#obog-nav a:hover.guidebook_notyet{
    background-position:0px -23px;
}

#obog-nav a.obog-event{
    background-image:url(../obog/images/subnavi-03.gif);
     width:105px;
}
#obog-nav a:hover.obog-event{
    background-position:0px -22px;

}

#obog-nav a.og{
    background-image:url(../obog/images/subnavi-06.gif);
     width:105px;
}
#obog-nav a:hover.og{
    background-position:0px -20px;

}
#obog-nav a.obog-staff{
    background-image:url(../obog/images/subnavi-04.gif);
     width:85px;
}

#obog-nav a.obog-staff_notyet{
    background-image:url(../obog/images/subnavi-04_notyet.gif);
     width:103px;
}

#obog-nav a:hover.obog-staff{
    background-position:0px -23px;
}

#obog-nav a:hover.obog-staff_notyet{
    background-position:0px -23px;
}

#obog-nav a.selected{
    background-position:0px -23px;
}

#obog-nav a.map{
    background-image:url(../obog/images/subnavi-07.gif);
    width:115px;
}

#obog-nav a:hover.map{
    background-position:0px -19px;
}

#obog-nav a:hover.form{
    background-position:0px -20px;
}

#obog-nav a.form{
    background-image:url(../obog/images/subnavi-08.gif);
    width:115px;
}





/* <obog_box>
 * by kawaguchi 2009/06/19
 *
 * OBOG search画面用
 */
.obog_search_box {
	width: auto;
	height: auto;
	padding: 0px 25px 0px 25px;
}

.obog_s_b_l {width: 330px;
	height: 80px;
	padding: 0px;

}

/* <pickup_interview_box>
 * by yamasaki 2009/06/25
 *
 * PICKUPセミナー情報を載せるためのボックス 
 */
.pickup_interview_box {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: 1px solid #dcdcdc;
}

.pickup_interview_box .image_box {
	float: left;
	width: 90px;
	height: 70px;
	/*background: #f00;*/
}

.pickup_interview_box .sentence_box{
	float: left;
	width: 250px;
	height: 80px;
	/*background: #00f;*/
}

.pickup_interview_box .sentence_box h3{
	color: #336699;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	padding-left: 3px;
	padding-top: 2px;
	/*background: #ff8765;*/
}

.pickup_interview_box .sentence_box p{
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
}


/* <obog_box>
 * by yamasaki 2009/06/17
 *
 * text_boxとほぼ同じ。
 * ただ、obog_box_mの中のpのpaddingが大きめ
 */
.obog_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;
	/*background-color: #98fb98;*/
} 

.obog_box_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;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.obog_box_m p{
	width: 90%;
	margin: 0px auto;
}

.obog_company_box {
	margin: 0px auto;
	height: 160px;
	width: 660px;
	border: 1px solid #dcdcdc;
	background: url(../obog/images/obog-company.png) no-repeat 0 0;
}

.obog_company_box p{
	width: 80%;
	margin: 15px auto auto 90px;
}

.obog_company_box_auto_height {
	margin: 0px auto;
	height: auto;
	width: 660px;
	border: 1px solid #dcdcdc;
	background: url(../obog/images/obog-company.gif) no-repeat 0 0;
}

.obog_company_box_auto_height p{
	width: 80%;
	margin: 15px auto 15px 90px;
}

.obog_recruit_box {
	margin: 0px auto;
	height: auto;
	width: 660px;
	border: 1px solid #dcdcdc;
	background: url(../obog/images/obog-recruit.gif) no-repeat 0 0;
}

.obog_recruit_box p{
	width: 80%;
	margin: 15px auto auto 90px;
}


.obog_profile_left {
	float: left;
	width: 301px;
	height: auto;
	/*background-color: #ff0;*/
	margin-left: 15px;
	/*border: 1px solid #dcdcdc; */
}


.obog_profile_kikkake {
	float: left;
	width: 320px;
	height: auto;
	margin-left: 15px;
}

.obog_profile_right {
	float: right;
	width: 335px;
	height: auto;
	margin: 0px 25px 0px 0px;
	/*background-color: #dcdcdc; */
}

.obog_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;
	/*background-color: #ee82ee;*/
}

.obog_table td{
	text-align:right;
	vertical-align:top;
	margin-right:15px;
}
.obog_table th{
	text-align:left;
	font-weight:bold;
}
.obog_table tr{
	margin-bottom:8px;
	margin-left:20px;
/*	font-size:14px;*/
}

#obog-date{
/*	font-size:14px;*/
	width:400px;
	height:auto;
	padding:10px 30px 20px 20px;
	border:thin solid #EEE;
	background-position:8% 7%;
	margin-left:auto;
	margin-right:auto;
	min-height:220px;
}
#obog-date h4{
	font-weight:bold;
/*	font-size:14px;*/
}


/* <obog_box2>
 * by yamasaki 2009/06/17
 *
 * text_boxとほぼ同じ。
 * ただ、obog_box2_mの中のpのpaddingがobog_box_mのよりも大きめ
 */
.obog_box2_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;
	/*background-color: #98fb98;*/
} 

.obog_box2_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;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.obog_box2_m p{
	width: 96%;
	margin: 0px auto;
}

.obog_box2_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;
	/*background-color: #ee82ee;*/
}

.obog_company_box2 {
	margin: 0px auto;
	height: auto;
	width: 450px;
	border: 1px solid #dcdcdc;
	background: url(../obog/images/obog-company2.gif) no-repeat 0 0;
}

.obog_company_box2 p{
	width: 80%;
	margin: 15px auto 15px 85px;
}

.sub1 {
	float: right;
	margin: 7px 0px 0px 15px;
}

.obog_elysium_kikkake{
	width:595px;
	height:auto;
	font-size:12px;
	background:url(../obog/images/interview/elysium-kikkake.gif) no-repeat;
	padding:35px 10px 20px 30px;
}
/* <obog_e-wei>
 * by urano 2009/06/22
 *
 *特別募集
 */
.obog-e-wei{
	border:thin solid #CCCCCC;
	background:url(../obog/images/obog-e-wei.gif);
	background-repeat:no-repeat;
	width:540px;
	height:auto;
	padding:20px 10px 20px 100px;
	margin-left:auto;
	margin-right:auto;
}

#ely-q{
	text-align: left;
  line-height: 1.8em; 
	font-size: 14px;
	color:#555555;
	padding:45px 5px 5px 15px;
	margin: 0px 5px 10px 5px;
	background:url(../obog/images/interview/ely-q.gif) no-repeat;
}

#elysium{
	font-size:13px;
	width:600px;
	height:auto;
	padding:50px 30px 20px 20px;
	border:thin solid #EEE;
	background:url(../obog/images/interview/elysium.gif) no-repeat;
	background-position:8% 7%;
	margin-left:auto;
	margin-right:auto;
}

/*
 * by kawaguchi 2009/06/17
 *
 * obog 編集部の視点
 */
#henshu-bu{
/*	font-size:10px;*/
	width:600px;
	height:auto;
	padding:50px 30px 20px 20px;
	border:thin solid #EEE;
	background:url("../obog/images/henshu-bu.gif") no-repeat;
	background-position:4% 7%;
	margin-left:auto;
	margin-right:auto;
}

/* <obog-img>
 * by taniguchi 2009/06/10
 *
 * トップページ、OBOGへのリンク用
 * 
 * 
 */
#obog-img-wrapper{
	width:700px;
	height:130px;
	padding-top:5px;
	margin-left:5px;
	position:relative;
}
#obog-img{
	width:700px;
	height:120px;
	margin:0;
	padding:0;
	position:relative;
	background:url("../images/index_top.jpg");
}
#obog-img1{
	position:absolute;
	top:20px;
	left:13px;
	float:left;
}
#obog-img2{
	position:absolute;
	top:20px;
	left:109px;
	float:left;
}
#obog-img3{
	position:absolute;
	top:20px;
	left:208px;
	float:left;
}
#obog-img4{
	position:absolute;
	top:20px;
	left:306px;
	float:left;
}
.category_box2 {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width: auto;
	height: auto;
	border: 1px solid #dcdcdc;
	height: 160px;
	width: 342px;
}

.category_box2 .image_box {
	float: left;
	width: 100px;
	height: 160px;
	/*background: #f00;*/
}

.category_box2 .sentence_box{
	float: left;
	width: 232px;
	height: 160px;
	/*background: #00f;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

.hankyu-text{
	margin-left:20px;
	margin-top:25px;
	font-weight:bold;
}

.left-margin{
	margin-left:10px;
	
}

.text-box-renewal{
	width:700px;
	height:auto;
	margin:auto;
	text-align:center;
}

.text-box-suit{
	width:700px;
	text-align:center;
	margin-left:120px;
}
.info-box2{
	width:465px;
	height:auto;
	margin:0px auto 10px auto;
	padding:0;
	text-align:center;
}
.info-box2 .table_lft{
	width:125px;
	background:#CF6;
	padding-right:10px;
	text-align:right;
}
.info-box2 .table_lft2{
	width:190px;
	background:#CF6;
	padding-right:10px;
	text-align:left;
}
.info-box2 .table_rght{
	width:310px;
	background:#FFC;
	text-align:left;
}
.red_span{
	color:#F00;
	font-weight:bold;
}

/* <obog-list>
 * by urano 2009/07/01
 *
 * OBOGリスト
 * 
 * 
 */
.obog_list{
	width:650px;
	float:left;
	margin:10px 0px 10px 20px;
	/*border: #dcdcdc 1px solid;*/
}
.list-image{
	float:left;
}

.list-career{
	width:370px;
	height:auto;
	float:left;
	text-align:left;
  line-height:1.8em; 
	font-size:14px;
	color:#555555;
	padding-left:20px;
}
.list-message{
	text-align: left;
	line-height: 1.8em; 
	font-size: 14px;
	color:#555555;
	padding: 5px ;
	margin: 5px 0px 10px 5px;
}
.text-box-list{
	font-size:14px;
	margin-top:0px;
	margin-right:60px;
}
.companyBox{
    border:1px dotted #CCCCCC;
    margin:1px 1px 1px 1px;
	width:285px;
	padding:0px;
	float:left;
	height:90px;
}

.companyPhoto{
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	margin:0;
	padding:3px;
	height:85px;
	width:70px;
	float:left;
	position:relative;
}
.title-header8{
	font-size: 12px;
	width: auto;
	height:22px;
	/*margin: 3px 3px 0px 3px;*/
	background-color:#002233;
	padding-top: 4px;
	padding-left: 15px;
	font-weight: bold;
	color: #002302;
	/*margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;*/
	background: url(../images/h2_long.png) no-repeat 0 0;
	/*background: url(..images/h2_long.jpg) no-repeat 0 0;*/
}
.list-box{
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-left: 5px;
	padding-right: 3px;
}
.selected {
    color: #FF9900;
    font-weight: bold;
}
.selected a{
	color: #FF9900;
	font-weight: bold;
}
.img-center{
	padding-left: 100px;
}
/* <guidebook>
 * by urano 2009/09/04
 * guidebook
 * 
 */
.guidebook-message{
	font-size:13px;
	width:80%;
	height:auto;
	padding:70px 30px 20px 20px;
	border:thin solid #EEE;
	background:url(../obog/images/guidebook-message.gif) no-repeat;
	background-position:8% 7%;
	margin-left:auto;
	margin-right:auto;
}
.obog-form-box{
	width:70%;
	border:1px solid #BBBBBB;
	background-color:#F1F1F1;
	padding:20px;
    margin:0px auto;
}

.obog-box{
	width:700px;
    margin:0px auto;
	padding:10px;
}
.title-header_obog{
	font-size: 12px;
	width: 750px;
	height:22px;
	/*margin: 3px 3px 0px 3px;*/
	background-color:#002233;
	padding-top: 4px;
	padding-left: 15px;
	font-weight: bold;
	color: #002302;
	/*margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;*/
	background: url(../images/h2_obog.png) no-repeat 0 0;
	/*background: url(..images/h2_long.jpg) no-repeat 0 0;*/
}
.member-box{
	width:670px;
}
.obog-text-box{
	width:500px;
	float:right;
}
/* <booklist>
 * by fukuta 2009/07/014
 *ブックリスト imageScroller用
 * 
 */
/* js-disabled class - set image sizes so they all fit in the viewer */

.js-disabled1 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled2 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled3 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled4 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled5 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled6 img {  display:block; float:left; margin:30px 0px 0px 0px; }
.js-disabled7 img {  display:block; float:left; margin:30px 0px 0px 0px; }


#outerContainer { width:542px; height:140px; margin:auto; position:relative; }


#imageScroller1 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller2 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller3 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller4 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller5 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller6 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }
#imageScroller7 { width:542px; height:140px; position:relative; background:#000000  no-repeat; }

#viewer1 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer2 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer3 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer4 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer5 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer6 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }
#viewer7 { width:522px; height:130px; overflow:hidden; margin:auto; position:relative; top:10px; }


#imageScroller1 a:active, #imageScroller1 a:visited { color:#000000; }
#imageScroller2 a:active, #imageScroller2 a:visited { color:#000000; }
#imageScroller3 a:active, #imageScroller3 a:visited { color:#000000; }
#imageScroller4 a:active, #imageScroller4 a:visited { color:#000000; }
#imageScroller5 a:active, #imageScroller5 a:visited { color:#000000; }
#imageScroller6 a:active, #imageScroller6 a:visited { color:#000000; }
#imageScroller7 a:active, #imageScroller7 a:visited { color:#000000; }

#imageScroller1 a img { border:0;margin:0px 50px 0 0; }
#imageScroller2 a img { border:0;margin:0px 50px 0 0; }
#imageScroller3 a img { border:0;margin:0px 50px 0 0; }
#imageScroller4 a img { border:0;margin:0px 50px 0 0; }
#imageScroller5 a img { border:0;margin:0px 50px 0 0; }
#imageScroller6 a img { border:0;margin:0px 50px 0 0; }
#imageScroller7 a img { border:0;margin:0px 50px 0 0; }

#controls { width:534px; height:47px; position:absolute; top:4px; left:4px; z-index:10;	}
#controls a { width:37px; height:35px; position:absolute; top:3px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title { color:#ffffff; font-family:arial; font-size:100%; font-weight:bold; width:100%; text-align:center; margin-top:10px; }
#rtl { background:url(images/rtl.png) no-repeat; left:100px; }
#rtl:hover { background:url(images/rtl_over.png) no-repeat; left:99px; }
#ltr { background:url(images/ltr.png) no-repeat; right:100px; }
#ltr:hover { background:url(images/ltr_over.png) no-repeat; }



/******************** カテゴリ別: 診断テスト **********************/
/* <challenge_box>
 * by urano 2009/05/25
 *
 * 診断テストのボックス
 * 
 */
.challenge-box{
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #FFF;
	margin: 5px 5px 10px 5px;
}

#challenge-indeximg{
	width:700px;
	margin:5px auto;
}

.question{
	background-color:#DFF1F3;
}
.box_logical{
	width:600px;
	border:solid 1px #333;
	margin-left:20px;
	padding:5px;
}
.clm-gray3{
	width:450px;
	height:auto;
	border:thin solid #666666;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;

}
/******************** カテゴリ別: その他 ************************/

/**** 会員登録ページ ****/
.regist_form {
	width: 85%;
	padding: 15px;
	background-color: #D7F7B9;
	margin: 0px auto;
}

.regist-form_table {
	width: 670px;
	border-top: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.regist-form_table th{
	width: 170px;
	font-size: 11px;
	/*font-weight: normal;*/
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.regist-form_table td{
	width: 500px;
	font-size: 11px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

.regist-form_table2 {
	width: 98%;
	border-collapse: collapse;
	margin: 0px auto;
}

.regist-form_table2 td{
	font-size: 11px;
	width: auto;
	padding-left: 0px;
	border: 0px;
}

/* zap-table */

.one_col_table {
	width: 670px;
	
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	
	border-collapse: collapse;
	margin: 0px auto;
}

.one_col_table th{
	width: 670px;
	font-size: 11px;
	background-color: #dcdcdc;
}

.one_col_table td{
	width: 670px;
	font-size: 11px;
	padding-left: 10px;
	border-bottom: 1px solid #808080;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* <faq_box>
 * by yokote 2009/05/22
 *
 * FAQのボックス
 * 
 * 
 */

.faq_box_t{
	width:auto;
	font-weight:bold;
	background-color:#fff0f5;
	padding: 3px 10px 3px 10px;
	margin:5px 5px 0px 5px;
	border:thin solid #CCCCCC;
	border-bottom:none;
}

.faq_box{
	width:auto;
	margin:0px 5px 15px 5px;
	padding:10px;
	font-size: 12px;
	border:thin solid #CCCCCC;
}

/* <booklist @右カラム>
 * 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;
}
/* <group_box>
 * by urano 2009/06/02
 *
 * xcxのヘッダーなし
 */
.c_c_group{
    width: 470px;
    margin:0px;
    padding:5px;
    font-size:13px;
}
/* 学生リンクの下段のボックス群 */
.group-box {
	float: left;
	width: 140px;
	height: 310px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding: 2px 1px 2px 1px;
}

.group_table th{
	text-align:right;
	vertical-align:top;
}
.group_table tr{
	margin-bottom:5px;
}
#jasc-box1{
	font-size:13px;
	width:670px;
	height:auto;
	padding:40px 20px 0px 10px;
	background:url(../images/jasc-box1.gif) no-repeat;
	background-position:8% 7%;
	margin-left:auto;
	margin-right:auto;
}
#jasc-box2{
	font-size:13px;
	width:600px;
	height:auto;
	padding:50px 30px 20px 20px;
	border:thin solid #EEE;
	background:url(../images/jasc-box2.gif) no-repeat;
	background-position:8% 7%;
	margin-left:auto;
	margin-right:auto;
}
/* <suit_box>
 * by kawaguchi 2009/06/02
 *
 *suit.html用
 */
.suit_box{
	text-align: left;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #FFF;
	margin: 5px 5px 10px 5px;
}

/* 
 * mypage_table
 * by shohei yamasaki 2009/06/29
 * 
 */

.mypage_table {
	width: 470px;
	border-top: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.mypage_table th{
	width: 120px;
	font-size: 12px;
	/*font-weight: normal;*/
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.mypage_table td{
	width: 350px;
	font-size: 12px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
/* 
 * mypage_usr_table
 * by shohei yamasaki 2009/06/29
 * 
 */
.mypage_usr_table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.mypage_usr_table th{
	width: 150px;
	font-size: 12px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.mypage_usr_table td{
	width: 500px;
	font-size: 12px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* 
 * mypage_smr_table
 * by shohei yamasaki 2009/06/29
 * 
 */

.mypage_smr_table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.mypage_smr_table th{
	font-size: 12px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.mypage_smr_table td{
	font-size: 12px;
	padding-left: 5px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* 
 * mypage_passwd_table
 * by shohei yamasaki 2009/06/27
 * 
 */

.mypage_passwd_table {
	width: 450px;
	border-top: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.mypage_passwd_table th{
	width: 200px;
	height: 40px;
	font-size: 12px;
	/*font-weight: normal;*/
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.mypage_passwd_table td{
	width: 250px;
	font-size: 12px;
	height: 40px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}


/* 
 * 
 * by fukuta 2009/08/14
 * 右カラム br_rt clickable用
 */
.br_rt_btn img:hover{
	border: 3px solid #dcdcdc;
	margin-top: -3px;
	margin-bottom: -3px;
	
}


/**************** prepage *****************/

.Tests {
	margin: 5px auto;
	float: left;
	width: 95%;
	background:url(../images/bg.gif);
	/*background: #dcdcdc;*/
	text-align:left;
}

.Tests .test {
	clear: both;
	margin: 5px;
	border-bottom:#d2d2ff 1px solid;
	/*border:#CCC 1px solid;*/
}

.Tests .test .vis {
	float: left;
	width: 110px;
	height: auto;
	margin:15px 5px;
	/*border:#CCC 1px solid;*/
}
.Tests .test .vis2 {
	float: left;
	width: 115px;
	height: auto;
	margin:15px 2px;
	/*border:#CCC 1px solid;*/
}
.Tests .test .memo {
	padding: 0 0 3px;
	margin: 0 0 10px;
	font-size: 0.85em;
	/*border-bottom: 1px solid #d1b498;*/
	/*border:#CCC 1px solid;*/
}

.Tests .test .detail {
	float: right;
	width: 280px;
	margin:10px 0px;
	/*border:#CCC 1px solid;*/
}
.Tests .test .detail2 {
	float: right;
	width: 205px;
	margin:10px 0px;
	/*border:#CCC 1px solid;*/
}

.Tests .test .detail h3{
	padding: 0px 10px;
	font-weight: bold;
	color:#181870;
	border-bottom: 1px solid #d1b498;
	/*border:#CCC 1px solid;*/
}
.Tests .test .detail2 h3{
	padding: 0px 10px;
	font-weight: bold;
	color:#181870;
	border-bottom: 1px solid #d1b498;
	/*border:#CCC 1px solid;*/
}



/*******tmp PE & HR********/


/*-- Menu --*/
ul#sub_navi {
    list-style:none;
    width:180px;
	margin:0px auto auto 10px;
	/*border: 1px solid #000;*/
}

ul#sub_navi li {
    list-style: none;
    float: left;
    width: 180px;
	height: 30px;
	margin-top: 5px;
	/*border: 1px solid #dcdcdc;*/
}

ul#sub_navi a {
    display:block;
    width:180px;
    height:30px;
	text-indent:-1000px;
}


#sub_navi a.sub_navi-top {
	background:url(../special/entre/images/sub_navi_top.png);
}

#sub_navi a.sub_navi-overview {
	background:url(../special/entre/images/sub_navi_overview.png);
}

#sub_navi a.sub_navi-requirements {
	background:url(../special/entre/images/sub_navi_requirements.png);
}

#sub_navi a.sub_navi-judge-flow {
	background:url(../special/entre/images/sub_navi_judge-flow.png);
}

#sub_navi a.sub_navi-seminar {
	background:url(../special/entre/images/sub_navi_seminar.png);
}

#sub_navi a.sub_navi-entry {
	background:url(../special/entre/images/sub_navi_entry.png);
}

.pehr_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;
	/*background-color: #98fb98;*/
} 

.pehr_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.pehr_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;
	/*background-color: #ee82ee;*/
}

/******* nikkei campain ******/

.nikkei_half_box {
	float: left;
	width: 320px;
	height: auto;
	/*border: 1px solid #dcdcdc;*/
	margin-left: 20px;
}

.nikkei_reason_box {
	float: left;
	width: 315px;
	/*border: 1px solid #dcdcdc;*/
	margin-left: 25px;
}
.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;
}
.i-osmosis-box{
	float:right;
	width:200px;
	text-align:center;
}
/******* Beautiful OG ******/

.what{
	margin-left: 200px;

}


.clm_grayw{
	width:700px;
	height:auto;
	background:#EEEEEE;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	border: #dcdcdc 4px solid;
}



.beautiful_box_1 {
	width: 415px;
	height: 247px;
	margin: 0px 2px 0px 2px;
	
	padding-left: 55px;
	padding-right: 30px;
	padding-top: 28px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	*/
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
	background: url(../images/profile3.jpg) ;
}

.beautiful_box_1 p{
	font-size: 9px;
}

.beautiful_box_2 {
	width: 420px;
	height: 247px;
	margin: 0px 2px 0px 2px;
	
	padding-left: 50px;
	padding-right: 30px;
	
	padding-top: 28px;
	/*
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	*/
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
	background: url(../images/profile4.jpg) ;
}

.beautiful_box_2 p{
	font-size: 9px;
}

span.beautiful_red{
	font-size: 10px;
	color: #714820;
}

span.beautiful_green{
	font-size: 10px;
	color: #1B4623;
}

.b_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;
	/*background-color: #98fb98;*/
} 

.b_box_m {
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*border: 1px solid #000000;*/
	/*background-color: #ffc0cb;*/
}

.b_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;
	/*background-color: #ee82ee;*/
}
	
/* <white_full_box>
 * by yamasaki 2009/06/09
 * 
 */
.white_full_box_t {
	width: 930px;
	height: 30px;
	margin: 4px auto 0px auto;
	background: url(../images/white_full_box_t.png) no-repeat 0 0;
} 

.white_full_box_m {
	width: 930px;
	height: auto;
	margin: 0px auto 0px auto;
	background: url(../images/white_full_box_m.png) repeat-y 0 0;
}

.white_full_box_m p{
	padding-left: 15px;
	padding-right: 15px;
}

.logo-box-whole{
	width:927px;
	height:auto;
	padding-left:3px;
}

.white_full_box_b {
	width: 930px;
	height: 10px;
	margin: 0px auto 0px auto;
	background: url(../images/white_full_box_b.png) no-repeat 0 0;
}

.white_full_half_box {
	width: 450px;
	height: auto;
	margin-top: 5px;
	margin-left: 6px;
	/*border: 1px solid #dcdcdc;*/
}

.pre-entry-finish{
	width: 60%;
	margin: 0px auto;
	/*border: 1px solid #dcdcdc;*/
}
.oyls_table {
	width: 700px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin: 0px auto;
}

.oyls_table th{
	width: 300px;
	font-size: 12px;
	/*font-weight: normal;*/
	padding-top: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.oyls_table td{
	width: 400px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.oyls_company_table {
	margin: 0px auto;
	width: 800px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.oyls_company_table th{
	width: 200px;
	background-color: #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.oyls_company_table td{
	width: 600px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.english_test_table {
	margin: 0px auto;
	width: 450px;
	border-collapse: collapse;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

.english_test_table th{
	width: 250px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-color: #FFF;
}

.english_test_table td{
	width: 200px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	text-align: center;
}

.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;
}
.thanks_table{
	width: 485px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

.thanks_table th{
	width: 60px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.thanks_table td{
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.thanks_table td a{
	font-size: 12px;
}

/* <guide>
 * by fukuta 2009/09/14
 * 
 */
.guide{
	width:auto;
	height:auto;
	padding:10px 50px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.guide .title{
	background:url(../images/guide_title.jpg) no-repeat;
	padding:4px 0px 4px 20px;	
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	
}

.guide .title2{
	background:url(../images/guide_title2.jpg) no-repeat;
	padding:4px 0px 4px 20px;	
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	
}


.car_sharing_box{
	float: left;
	margin-left: 2px;
	margin-top: 3px;
	padding: 3px;
	width: 330px;
	height: 185px;
	border: #dcdcdc 1px solid;
}

.car_sharing_box2{
	float: left;
	margin-left: 2px;
	margin-top: 3px;
	width: 340px;
	height: 130px;
	border: #dcdcdc 1px solid;
}

.car_sharing_box2 .image_box{
	float: left;
	width: 80px;
	height: 108px;
	padding: 3px;
}

.car_sharing_box2 .sentence_box{
	float: left;
	width: 240px;
	height: 120px;
	padding: 3px;
}

.entre_entry p{
	margin-left:60px;
	margin-top:10px;
	font-size:13px;
}

.ntest_table {
	width: 650px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin: 0px auto;
}

.ntest_table th{
	width: 150px;
	font-size: 12px;
	/*font-weight: normal;*/
	padding-top: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.ntest_table td{
	width: 500px;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
}

/****GF Twitter****/

*.clr{clear:both;}

div#gftw_body{
	margin:20px auto;
	width:800px;
	text-align:center;
}

div#gftw_top{
	margin:0 auto;
	text-align:left;
}

div#gftw_topimg{
	width:600px;
	height:400px;
	float:left;
}

div#gftw_login{
	position:relative;
	float:right;
	width:180px;
	height:380px;
	padding:10px;
	background-image:url(../images/gftw_top_right.jpg);
	color:#ffffff;
}

div#gftw_login div{
	position:absolute;
	bottom:20px;
}

div#gftw_login span{
	display:block;
	margin-bottom:5px;
}

div#gftw_login span input{
	width:160px;
	display:block;
}

div#gftw_login span.gftw_button input{
	width:60px;
	height:15px;
	border:none;
}

div#gftw_main{
	margin-top:30px;
	text-align:center;
}

div.gftw_status{
	margin:0 auto 10px auto;
	padding-top:10px;
	width:600px;
	border-top:dashed 1px #cccccc;
	text-align:left;
}

div.gftw_status p.gftw_usrpic{
	float:left;
	margin:0 10px 5px 0;
}

div.gftw_status span{
	_zoom:1;
	overflow:hidden;
}

div.gftw_status span.gftw_name{
	font-size:120%;
	font-weight:bold;
}

div.gftw_status span.gftw_school{
	color:#666666;
}

div.gftw_status span.gftw_school a{
	color:#666666;
}

div.gftw_status span.gftw_content{
	display:block;
}

div.gftw_status span.gftw_timestamp{
	display:block;
	text-align:right;
}

div.gftw_status span.gftw_timestamp a{
	font-size:80%;
	color:#cccccc;
}

div#gftw_pagenavi{

}

div#gftw_pagenavi ul{
	text-align:center;
}

div#gftw_pagenavi ul li{
	display:inline;
}

div#gftw_pagenavi ul li.now{
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 7px 4px;
	background:#eeeeee;
	border:1px #cccccc solid;
	font-weight:bold;
}

div#gftw_pagenavi ul li a{
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 7px 4px;
	border:1px #cccccc solid;
}

div#gftw_pagenavi ul li a:hover{
	border:1px #33cc00 solid;
	background-color:#33cc00;
	color:#ffffff;
	text-decoration:none;
}

/****GF What****/

div#what_body{
	margin:20px auto;
	width:600px;
	text-align:center;
}

div#what_body img.what_resist{
	margin:20px 0;
}

div.what_section{
	text-align:left;
}

div.what_section span.induction{
	display:block;
	text-align:right;
	margin-top:1em;
}

div.what_section span.induction a{
	font-weight:bold;
}

div.what_section h2{
	font-size:140%;
	margin-bottom:0.5em;
	padding:0;
	padding-left:0.5em;
	height:auto;
	border-left:solid 5px #285900;
}

div.what_section ul li{
	list-style:none;
}

div.what_section dl dt{
	font-weight:bold;
}

div.what_section span.tokyouniv{font-weight:bold; color:#ff9900;}
div.what_section span.waseda{font-weight:bold; color:#cc0000;}
div.what_section span.keio{font-weight:bold; color:#0033cc;}


/* 
 * obog_request_form_table
 * by shohei okudera 20100/2/9
 * 
 */
.obog_request_form_table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-collapse: collapse;
	margin: 0px auto;
}

.obog_request_form_table th{
	width: 150px;
	font-size: 12px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dcdcdc;
}

.obog_request_form_table td{
	width: 500px;
	font-size: 12px;
	padding-left: 10px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/* 
 * result_box_renewal（seminar/indexリニューアル）
 * by satomi iwai 2010/3/15
 * 
 */

/* 検索結果box */

.result_box_t {
	width: auto;
	height: 25px;
	margin: 4px 2px 0px 2px;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	padding-top: 0px;
	padding-left: 3px;
	background-color: #707070;
} 

.result_box_m{
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*background-color: #e6e6e6;*/
}

.result_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;
	/*background-color: #e6e6e6;*/
}

/* 特集box */

.closeup_box_t {
	width: auto;
	height: 25px;
	margin: 4px 2px 0px 2px;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	padding-top: 0px;
	padding-left: 3px;
	background-color: #336600;
} 

.closeup_box_m{
	width: auto;
	height: auto;
	margin: 0px 2px 0px 2px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	/*background-color: #ccffcc;*/
}

.closeup_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;
	/*background-color: #ccffcc;*/
}

/* 検索結果table */

.result_table{
	width: 340px;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.result_table th{
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.result_table td{
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #dcdcdc;
}

.result_table td a{
	font-size: 10px;
}

/* 白太字 */
span.closeup{
    font-size: 13px;
    color: #FFFFFF;
    font-weight:bold;
}


/* 
 * seminar/index_renewal category（seminar/indexリニューアル）
 * by satomi iwai 2010/3/18
 * 
 */

/* カテゴリ */
span.seminar-category{
	font-size: 11px;
}

/* 選択されたカテゴリ */
.seminar-category_b{
	font-size: 12px;
	color: #003366;
	font-weight:bold;
}
.seminar_category_a{
	font_size:12px;
	color: #006699;
}
.seminar_category_a:hover{
	cursor:pointer;
	text-decoration: underline;
}

/* 
 * school/bbt-cast-center category（BBT cast centerブラッシュアップ）
 * by satomi iwai 2010/4/2
 * 
 */

/* 濃紺 */
span.style-impact_bbtcast{
	font-size: 10px;
	color: #003366;
	font-weight:bold;
}

.bbt-cast-center_table{
	width: 650px;
	border: 1px solid #dcdcdc;
border-collapse: collapse;

}

.bbt-cast-center_table td{
	width: 325px;
	font-size: 10px;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

div.bbt-photobox{
float: left; 
margin-top: 5px; 
margin-left: 5px; 
margin-right: 7px;
}

/********************************************/
/*	acsp		*/
/********************************************/

table.acsp{
	width: 657px;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-left: 1px;
}

table.acsp th{
	width: 219px;
	border: 1px solid #dcdcdc;
	background-color: #dcdcdc;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;
}

table.acsp td{
	width: 219px;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #dcdcdc;
}


table.acsp_text{
	width: 650px;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-left: 3px;
}

table.acsp_text th{
	width: 120px;
	border: 1px solid #dcdcdc;
	padding-top: 3px;
	padding-left: 5px;
}

table.acsp_text td{
	width: 555px;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	border: 1px solid #dcdcdc;
}

/********************************************/
/*	natsu corp				*/
/********************************************/

table.natsu{
	width: 650px;
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-left: 1px;
}

table.natsu td{
	width: 325px;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

div.natsu_plan{
	width: 650px;
	background-color: #ffcc33;
	border: 1px solid #ffcc33;
 margin-left: 1px;

}


/********************************************/
/*	日本貿易会 table		*/
/********************************************/

table.jftc{
	/* width: 650px; */
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
}

table.jftc th{
	width: 72px;
	font-size: 11px;
	background-color: #e6e6e6;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-align:center;
}

table.jftc th.title{
	width: 325px;
	font-size: 11px;
	background-color: #e6e6e6;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

table.jftc td{
	width: 72px;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-align:center;
}

table.jftc td.title{
	width: 325px;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	text-align:left;
}


/********************************************/
/*	広告用　白地コンテンツボックス		*/
/********************************************/

div.content_box_full_white {
	width: 730px;
	margin: 0 10px 7px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	float: left;
	font-size: 80%;
}


/********************************************/
/*	なつクーポン印刷ページ		*/
/********************************************/

div#natsu_coupon {
	width: 770px;
	margin: 0 10px 7px 0;
}

/********************************************/
/*	year-round/index 厳選企業リストテーブル	*/
/********************************************/

table.year-round {
	width: 650px;
	background-color: #e7e7e7;
	border: none;
}

table.year-round th {
	width: 15px;
	border-collapse: collapse;
	background-image: url("../year-round/images/th_bkg.gif");
	border: none;
}

table.year-round td {
	border-collapse: collapse;
	background-color: #ffffff;
	border: none;
}

table.year-round p {
	width: 400px;
	margin:3px;
}

div.year-round_table_btn{
	float: right;
	margin-top: 20px;
/*	display: inline;*/
/*	vertical-align : middle;*/
}
/********************************************/
/*	entry　合格可能性診断テーブル 	renewal			*/
/********************************************/

table.entry2 {
	width: 660px;
	background-color: #e7e7e7;
	border: none;
}

table.entry2 th {
	text-align: left;
	border-collapse: collapse;
	background-image: url("../year-round/images/th_bkg.gif");
	border: none;
}

table.entry2 td {
	border-collapse: collapse;
	background-color: #ffffff;
	border: none;
}

table.entry2 p {
	margin:3px;
}

table.entry2 textarea {
	height:100px;
	width:630px;
	margin:3px;
	border-color: #cdcdcd;
}

/********************************************/
/*	entry_confirm　送信／戻るボタン		*/
/********************************************/

form.confirm{
	display: inline; 
}

