/* CSS Basic Style ---------------------------------------------------------- */

/* 全体 ---------------------------------------------------------- */
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 790px;
}

/* ヘッダー ---------------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/common/i_h_bg.jpg);
	background-repeat: repeat-x;
	height:79px;
	margin-bottom: 5px;
}
#header_inner{
	height:18px;
	background-image: url(../../images/common/i_header_bg01.gif);
	background-repeat: repeat-x;
}

#header_inner h1{
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px 0px  3px 10px;
	padding: 0px;
	text-align:left;
	font-weight: normal;
	line-height:100%;
}

#header_inner a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#header_inner a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#header_inner a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#header_inner a:hover {
	color:#3F5DA8;
	text-decoration:underline;
	font-size: 10px;
	letter-spacing:1px;
	font-size: 10px;
}
/* インフォメーション ---------------------------------------------------------- */
.information {
	width:297px;
	background-image: url(../../images/common/i_info.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.information2 {
	width:297px;
	background-image: url(../../images/common/i_info.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
}


/* グローバルナビ ---------------------------------------------------------- */

#gnavi {
	width:760px;
	height:30px;
	background-color: #2F5B85;
	margin-bottom: 10px;
}

#gnavi td{
	background-image: url(../../images/common/i_gn_bg.jpg);
	text-align:center;
	padding: 0px 10px;
}

#gnavi th{
	background-image: url(../../images/common/i_gn_bg_on.jpg);
	text-align:center;
	padding: 0px 10px;
	color:#FFCC00;
}

#gnavi a{
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
#gnavi a:visited {
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
#gnavi a:active{
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
#gnavi a:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: bold;
}



/* ローカルナビ ---------------------------------------------------------- */

.lnavi {
	width:190px;
	border:solid 1px #CCCCCC;
	padding:1px;
}


.lnavi strong {
	font-size: 12px;
	line-height: 1.3em;
	color: #32506D;
	margin:0px;
	padding:0px;
}


.lnavi_padding {
	padding: 9px 0px 7px 0px;
}

.lnavi a{
	color: #32506D;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
.lnavi a:visited {
	color: #32506D;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
.lnavi a:active{
	color:#32506D;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
	font-weight: bold;
}
.lnavi a:hover {
	color:#FF9900;
	text-decoration:underline;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: bold;
}

.lnavi ul{
	margin:0px;
	padding:0px;
	list-style:none;
}



.lnavi li{
	margin:5px 0px 5px 18px;
	padding-bottom:5px;
	border-bottom:dotted 1px #CCCCCC;
	color: #FF6600;
	font-size: 11px;
	line-height: 125%;
	list-style-image: url(../../images/common/i_arrow02.gif);
}

.lnavi li a{
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
	list-style-image: url(none);
}

.lnavi li a:visited {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
	list-style-image: url(none);
}
.lnavi li a:active{
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
	list-style-image: url(none);
}
.lnavi li a:hover {
	background-color: #FFFFDD;
	color:#FF6600;
	text-decoration:underline;
	font-size: 11px;
	font-weight: normal;
	list-style-image: url(../../images/common/i_arrow02.gif);
	list-style-position: outside;
	line-height: 125%;
}


#lnavi2{
	margin:5px 0px 5px 18px;
	padding-bottom:5px;
	border-bottom:dotted 1px #CCCCCC;
	color: #333333;
	font-size: 11px;
	line-height: 125%;
	list-style: none;
	list-style-image: url(none);
}

/* メインイメージ ---------------------------------------------------------- */
#mainimg {
	width:760px;
	height:70px;
}

/* 検索窓 ---------------------------------------------------------- */
#search {
	width:242px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-image: url(../../images/index/i_01_bg.jpg);
	text-align:center;
}
/* 検索窓 次階層---------------------------------------------------------- */
#search_n {
	width:192px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-image: url(../../images/common/i_01_bg2.jpg);
	text-align:center;
}

/* ボーダー ---------------------------------------------------------- */
.border_lr {
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
.border_tb {
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

.border_b_dotted {
	border-bottom:dotted 1px #CCCCCC;
}


/* ページトップ ---------------------------------------------------------- */
.pagetop {
	text-align:right;
	width:100%;
	padding-right:10px;
}
.pagetop  a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
.pagetop  a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
.pagetop  a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
.pagetop  a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 10px;
	letter-spacing:1px;
}

/* フッター ---------------------------------------------------------- */

#footer a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#footer a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#footer a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 10px;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 10px;
	letter-spacing:1px;
}

#footer{
	color:#333333;
	font-size: 10px;
	letter-spacing:1px;
	padding:5px;
	margin:0px;
	width:780px;
}

#footer h1{
	color: #333333;
	font-size: 10px;
	margin: 3px 0px  3px 10px;
	padding: 0px;
	text-align:left;
	font-weight: normal;
	letter-spacing:1px;
}

#footer h2{
	color: #333333;
	font-size: 14px;
	margin: 3px 0px  3px 10px;
	padding: 0px;
	text-align:left;
	font-weight: bold;
	letter-spacing:1px;
}



/* その他レイアウト ---------------------------------------------------------- */

.border_box {
	border:solid 1px #CCCCCC;
	width:485px;
	padding:5px;
}

.border_box_n {
	border:solid 1px #CCCCCC;
	width:500px;
}

.border_box_n2 {
	border-top:solid 5px #5C8AB8;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	width:500px;
	padding: 10px;
	margin-bottom: 15px;
}

.border_trdl {
	border:solid 1px #CCCCCC;
	padding:10px;
	width:500px;
	margin:0px 0px 20px 0px;
	clear: both;
}

.clist {
	color: #333333;
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: disc;
	}

.clist li{
	margin-left: -25px;
}


.clist2 {
	color: #333333;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	}
.clist2 li{
	margin-left: -30px;
}

.clist3 {
	color: #333333;
	font-size: 12px;
	margin-bottom: 5px;
	list-style-type: square;
	}

.clist3 li{
	margin-left: -20px;
	line-height: 160%;
	padding-bottom: 8px;
}


.clist_s {
	color: #333333;
	font-size: 12px;
	margin-bottom:5px;
	margin-top:0;
list-style-type: square;
	}

.clist_s li{
	margin-left: -20px;
	line-height: 160%;
	padding-bottom: 8px;
}

.clist3b {
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	list-style-type: square;
	}
.clist3b li{
	margin-left: -20px;
	line-height: 160%;
	padding-bottom: 8px;
}

.clist6 {
	color: #333333;
	font-size: 12px;
	margin-bottom: 3px;
	list-style-type: circle;
	}
.clist6 li{
	margin-left: -20px;
	line-height: 125%;
	padding-bottom: 3px;
}

.case_midasi{
	font-size: 12px;
	font-weight: bold;
	color: #4F80B0;
	border: 1px solid #EDF2F9;
	background: url(../../images/common/i_c_bg02.gif);
	margin-bottom: 10px;
}

sub{
	position: relative;
	top: -3px;
}

/* コンサルティング事例　リスト ---------------------------------------------------------- */

.clist4 ul{
	margin: 0px 0px 15px 0px;
	}
	
.clist4 li{
	border-bottom:dotted 1px #999999;
	color: #333333;
	font-size: 12px;
	background-image: url(../../images/common/i_arrow01_b.gif);
	background-position: left top;
	padding: 6px 0px 6px 10px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -40px;
	line-height: 125%;
	}
	
	
.i_bg {
	background-image: url(../../images/process/i_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
	
/* JEMCOの強み リスト ---------------------------------------------------------- */

.clist5 ul{
	margin: 0px 0px 15px 0px;
	}
	
.clist5 li{
	border-bottom:dotted 1px #999999;
	color: #333333;
	font-size: 12px;
	padding: 6px 0px 6px 0px;
	list-style-type: decimal;
	margin-left: -10px;
	line-height: 125%;
	list-style-position: outside;
	}


.clist7 ul{
	margin: 0px 0px 15px 0px;
	}
	
.clist7 li{
	color: #333333;
	font-size: 12px;
	background-image: url(../../images/common/i_arrow01_b.gif);
	background-position: left top;
	padding: 4px 0px 4px 10px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -40px;
	line-height: 125%;
	}

#strategy05 h6{
	background: #A0BBD6;
	font-size: 12px;
	padding: 3px;
	color: #FFFFFF;
	width: 472px;
	margin: 0 0 1px 0;
	border: none;
}

#strategy05 p{
	padding: 6px;
	font-size: 12px;
	line-height: 125%;
}

#strategy05 table{
	font-size: 12px;
	margin-bottom: 1px;
}


/* パンクズ ---------------------------------------------------------- */
.sitenavi {
	margin: 5px 5px 10px 5px;
	color:#333333;
	font-size: 10px;
	letter-spacing:1px;
}

.sitenavi a{
	color:#4562AB;
	text-decoration:underline;
	letter-spacing:1px;
	font-size: 10px;
}
.sitenavi a:visited {
	color:#4562AB;
	text-decoration:underline;
	letter-spacing:1px;
	font-size: 10px;
}
.sitenavi a:active{
	color:#4562AB;
	text-decoration:underline;
	letter-spacing:1px;
	font-size: 10px;
}
.sitenavi a:hover {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
	letter-spacing:1px;
}


/* 採用情報 ナビゲーション ---------------------------------------------------------- */

.tub th {
	color:#FFFFFF;
	text-align: left;
	background-color: #5C8AB8;
	padding: 5px 15px 5px 15px;
	border-right: solid #FFFFFF 3px;
	border-left: solid #FFFFFF 3px;
	letter-spacing: 1px;
	font-size: 12px;
}

.tub td {
	color:#333333;
	text-align: left;
	background-color: #DDDDDD;
	padding: 5px 15px 5px 15px;
	letter-spacing: 1px;
	font-size: 12px;
}


/* トピックス ---------------------------------------------------------- */
.topics {
	border-bottom:dotted #CCCCCC 1px;
	width: 500px;
	padding: 8px 0px 8px 0px;
}

.topics th{
	color: #0F3279;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: none;
	text-align: left;
	width: 90px;
}

.topics td{
	color: #333333;
	font-size: 12px;
	letter-spacing:1px;
}

.topics a{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
}
.topics a:visited {
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
}
.topics a:active{
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 12px;
}
.topics a:hover {
	color:#333333;
	text-decoration:underline;
	font-size: 12px;
	letter-spacing:1px;
}


/* === フォームデザイン === */
#form_design {
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	width:500px;
	border:solid #CCCCCC 1px;
	background-color: #FFFFFF;
}

#form_design th{
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	background-color: #DFE8FE;
	font-weight: normal;
	text-align:left;
	width:145px;
	border-left:solid #5785B3 5px;
	padding-left: 5px;
}

#form_design td{
	font-size: 12px;
	color: #333333;
	line-height: 125%;
	border:solid #eeeeee 1px;
	background-color: #EEEEEE;
}

.ast{
	font-size: 12px;
	color: #FF0000;
}



/* englishページ　テーブル ---------------------------------------------------------- */

.e_table {
 margin:0px 0px 20px 0px;
	width: 500px;
}

.e_table th{
	margin:0px 0px 0px 0px;
	font-size: 12px;
	color: #333333;
	letter-spacing:1px;
	font-weight:bold;
	text-align:left;
	border-bottom:dotted #999999 1px;
	border-right:solid #FFFFFF 15px;
	padding: 8px 0px;
	width: 140px;
	vertical-align: top;
	line-height: 125%;
}
.e_table td{
 margin:0px 0px 0px 0px;
	font-size: 12px;
	color: #333333;
	letter-spacing:1px;
	font-weight:normal;
	text-align:left;
	border-bottom:dotted #999999 1px;
	padding: 8px 0px;
	vertical-align: top;
	line-height: 125%;
}

.original {
	font-size:10px;
	text-align:right;
	color:#333333;
}

.border_site {
	border:solid 1px #CCCCCC;
	margin-top:5px;
}

.search2 {
	width:115px;
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

