@charset "UTF-8";

/* formatting style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #444;
	/* background-color: #cee0e7;*/
	background-color: #fff;
	font-size: 12px; /* for Firefox, Safari, Opera */
	line-height: 2.0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
}

h2 {
	color: #444;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.5;
	border-bottom:  1px solid #ddd;
	margin-bottom: 20px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

h4 {
	margin-bottom: 20px;
	text-indent: -9999px;
}


/* link styles　
------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #777777;
	text-decoration: none;
}

a:active {
	color: #444;
	position: relative;
	left: +1px;
	top: +1px;
}




/* wrapper
------------------------------*/

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background: url(../image/main_bg.jpg) no-repeat;
	border-right:  1px solid #ddd;
	border-left:  1px solid #ddd;
}




/* left
------------------------------*/

#left {
	width: 170px;
	float: left;
	position: relative;
	padding: 30px 0px 0px 30px;
}

#header {
	position: fixed;
}


/* globalNav
--------------*/

#globalNav {
	margin-top: 50px;
	letter-spacing: 2px;
}

#header ul{
	list-style-type: none;
}

#globalNav .nav1 {
	width: 164px;
	height: 32px;
	margin-top: 22px;
	text-indent: -9999px;
}

#globalNav .nav1 a{
	background: url(../image/glv_navi1.png) no-repeat;
	width: 164px;
	height: 32px;
	display:block;
}

#globalNav .nav1 a:hover{
	background: url(../image/glv_navi1a.png) no-repeat;
}

#globalNav .nav2 {
	width: 164px;
	height: 32px;
	margin-top: 30px;
	text-indent: -9999px;
}

#globalNav .nav2 a{
	background: url(../image/glv_navi2.png) no-repeat;
	width: 164px;
	height: 32px;
	display:block;
}

#globalNav .nav2 a:hover{
	background: url(../image/glv_navi2a.png) no-repeat;
}

#globalNav .nav3 {
	width: 164px;
	height: 32px;
	margin-top: 30px;
	text-indent: -9999px;
}

#globalNav .nav3 a{
	background: url(../image/glv_navi3.png) no-repeat;
	width: 164px;
	height: 32px;
	display:block;
}

#globalNav .nav3 a:hover{
	background: url(../image/glv_navi3a.png) no-repeat;
}

#globalNav .nav4 {
	width: 164px;
	height: 32px;
	margin-top: 30px;
	text-indent: -9999px;
}

#globalNav .nav4 a{
	background: url(../image/glv_navi4.png) no-repeat;
	width: 164px;
	height: 32px;
	display:block;
}

#globalNav .nav4 a:hover{
	background: url(../image/glv_navi4a.png) no-repeat;
}



/* right
------------------------------*/

#right {
	width: 550px;
	float: right;
	padding-left: 50px;
}

#content {
	width: 500px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/*　インデックス
------------------------------*/

#index {
	font-size: 9px;
}

#index #index_main {
	height: 420px;
}

#index_bunner {
	width: 200px;
	height: 200px;
	padding-top: 220px;
	padding-left: 350px;
	text-indent: -9999px;
}

#index_bunner a{
	background: url(../image/index_banner.png) no-repeat;
	width: 200px;
	height: 200px;
	display:block;
}

#index_bunner a:hover{
	background: url(../image/index_banner_a.png) no-repeat;
}

#news {
	width: 340px;
	float: left;
}

#news .title {
	font-size: 7px;
	background: url(../image/news_icon.png) no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 20px 0px 10px 0px;
	text-indent: -9999px;
}

#link {
	width: 190px;
	float: right;
}

#link .link_title {
	font-size: 7px;
	background: url(../image/link_icon.png) no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 20px 0px 10px 0px;
	text-indent: -9999px;
}

#link .contact_title {
	font-size: 7px;
	background: url(../image/contact_icon.png) no-repeat;
	border-bottom: 1px solid #ddd;
	margin: 20px 0px 10px 0px;
	text-indent: -9999px;
}


/*　会社概要
------------------------------*/

#company {
	margin-top: 700px;
	padding-top: 100px;
}

#company h4 {
	background-image: url(../image/h4_philosophy.jpg);
	width: 396px;
	height: 78px;
}

#company table {
	margin-top: 40px;
}

#company table th {
	padding: 3px 0px 3px 0px;
	width: 90px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

#company table td {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #CCC;
}

#company table .noborder {
	border: 0px;
}



/*　事業内容
------------------------------*/

#guide {
	margin-top: 700px;
	padding-top: 100px;
}

#guide h3 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

#guide h4 {
	background-image: url(../image/h4_guide.jpg);
	width: 395px;
	height: 47px;
}

#guide .work {
	padding-top: 100px;
}

#guide .work .description {
	font-size: 10px;
}

#imageview {
	margin-top: 20px;
}

#imageview ul {
	list-style-type: none;
}

#imageview li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#guide_top {
	background: url(../image/guidetop_bg.jpg) right no-repeat;
	clear: both;
	text-align: right;
	margin: 10px 0px 10px 0px;
	padding-right: 15px;
	color: #ffffff;
}


/*　事業マップ
-----------------*/

#map {
	width: 400px;
	height: 400px;
	background: url(../image/guide_bg.jpg) center no-repeat;
	position:relative;
	margin-left: 50px;
}

#map div {
	position: absolute;
	cursor: pointer;
}

#chirashi_icon{
	top: 10px;
	left: 160px;
}

#chirashi_icon a {
	background-image:url(../image/guide1.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#chirashi_icon a:hover {
	background-image:url(../image/guide1a.png);
}

#pop_icon {
	top: 55px;
	left: 270px;
}

#pop_icon a {
	background-image:url(../image/guide2.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#pop_icon a:hover {
	background-image:url(../image/guide2a.png);
}

#pamphlet_icon {
	top: 170px;
	left: 300px;
}

#pamphlet_icon a {
	background-image:url(../image/guide3.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#pamphlet_icon a:hover {
	background-image:url(../image/guide3a.png);
}

#shinbun_icon {
	top: 280px;
	left: 225px;
}

#shinbun_icon a {
	background-image:url(../image/guide4.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#shinbun_icon a:hover {
	background-image:url(../image/guide4a.png);
}

#poster_icon {
	top: 280px;
	left: 95px;
}

#poster_icon a {
	background-image:url(../image/guide5.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#poster_icon a:hover {
	background-image:url(../image/guide5a.png);
}

#logo_icon {
	top: 170px;
	left: 15px;
}

#logo_icon a {
	background-image:url(../image/guide6.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#logo_icon a:hover {
	background-image:url(../image/guide6a.png);
}

#web_icon {
	top: 55px;
	left: 50px;
}

#web_icon a {
	background-image:url(../image/guide7.png);
	width: 94px;
	height: 93px;
	text-indent: -9999px;
	display: block;
}

#web_icon a:hover {
	background-image:url(../image/guide7a.png);
}


/*　販促提案
------------------------------*/

#clear {
	clear:both;
}

#tjet {
	margin-top: 700px;
	padding-top: 100px;
}

#tjet h3 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

#tjet h4 {
	background-image: url(../image/h4_tjet.jpg);
	width: 254px;
	height: 18px;
}

#tjet p {
	margin-bottom: 20px;
}

#tjet #nav_all .nav1 {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 100px;
}

#tjet #nav_all .nav2 {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 100px;
}

#tjet #nav_all .nav3{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 100px;
}

#tjet #nav_all .nav4{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100px;
}

#tjet_bottom li {
	width: 130px;
	height: 48px;
	float: left;
	list-style: none;
	text-indent: -9999px;
}

#tjet_bottom ul li.link1 a {
	background-image: url(../image/tjet2_1.jpg);
	width: 130px;
	height: 48px;
	display: block;
}
	
#tjet_bottom ul li.link1 a:hover {
	background-image: url(../image/tjet2_1a.jpg);
	width: 130px;
	height: 48px;
}

#tjet_bottom ul li.link2 a {
	background-image: url(../image/tjet2_2.jpg);
	width: 130px;
	height: 48px;
	display: block;
}

#tjet_bottom ul li.link2 a:hover {
	background-image: url(../image/tjet2_2a.jpg);
	width: 130px;
	height: 48px;
}

#tjet_bottom ul li.link3 a {
	background-image: url(../image/tjet2_3.jpg);
	width: 130px;
	height: 48px;
	display: block;
}

#tjet_bottom ul li.link3 a:hover {
	background-image: url(../image/tjet2_3a.jpg);
	width: 130px;
	height: 48px;
}

#tjet #tjet_left {
	width: 170px;
	float: left;
	margin-top: 30px;
}

#tjet #tjet_right {
	font-size: 10px;
	width: 330px;
	float: right;
	margin-top: 30px;
}

#tjet #tjet_bottom {
	clear: both;
}



/*　採用情報
------------------------------*/

#recruit {
	margin-top: 700px;
	margin-bottom: 700px;
	padding-top: 100px;
}

#recruit h3{
	margin-bottom: 20px;
}

#recruit table {
	margin-bottom: 20px;
}

#recruit table th {
	padding: 3px 0px 3px 0px;
	width: 120px;
	border-bottom: 1px solid #CCC;
}

#recruit table td {
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #CCC;
}




/*　TJETのワークフロー
------------------------------*/

#workflow {
	text-align: left;
}

#workflow_main {
	width: 508px;
	margin: 40px 40px 200px;
}

#workflow_main .tjetlogo {
	width: 140px;
	float: left;
}

#workflow_main .description {
	font-size: 10px;
	
}

#flow {
	background-image: url(../image/workflow_bg.jpg);
	width: 508px;
	height: 885px;
	position: relative;
	margin: 40px 0px 100px 0px;
}

#flow .icon1 {
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
}

#flow .icon2 {
	float: left;
	position: fixed;
	top: 5px;
	left: 5px;
}

#flow .icon3 {
	float: left;
	position: fixed;
	top: 80px;
	left: 160px;
}

#flow .icon4 {
	float: left;
	position: fixed;
	top: 10px;
	left: 190px;
}

#flow .icon5 {
	float: left;
	position: fixed;
	top: 10px;
	left: 230px;
}
