/*
	コーポレートサイト トップページ用スタイル定義

	---------------------------------------------------------
	制作：株式会社トリニティワークス　TRINITY WORKS,Inc.
	　　　http://www.trinity-works.com/
*/



/* 共通定義部 */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Arial, Helvetica;
	font-size: 12px;
	color: #434343;
	line-height: 180%;
	background-image: url(../images/top_pbg.jpg); /* ページ背景画像はここで定義しています */
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#seoheder { /* SEO対策用ヘッダー文字列を追加したい場合はスタイルを使用して下さい */
	float: left;
	width: 400px;
	height: 30px;
	margin-bottom: 0px;
}


/* ページヘッダー定義 */

#header {
	clear: both;
	width: 950px;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h1.logo { /* ページ左上隅の会社ロゴは背景画像として定義しています */
	float: left;
	width: 350px;
	height: 110px;
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header h1.logo a.toplink { /* ロゴをクリックしてジャンプできるようにするためのスタイル */
	display: block;
	width: 350px;
	height: 110px;
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header div.topcaption { /* ロゴマーク右側のブロックを定義。日本語会社名表記は背景画像 */
	float: right;
	display: block;
	width: 600px;
	height: 110px;
	background-image: url(../images/top_hdtext_e.jpg);
	background-repeat: no-repeat;
}
#header div.topcaption ul.langageselect { /* 言語選択メニュー定義 */
	float: right;
}
#header div.topcaption ul.langageselect li {
	float: left;
	list-style: none;
	font-size: 10px;
	margin-left: 30px;
	color: #06C;
}
#header div.topcaption ul.langageselect li a {
	text-decoration: none;
	color: #999;
}
#header div.topcaption ul.langageselect li a:hover {
	text-decoration: underline;
	color: #06C;
}

#mainimage {
	width: 950px;
	height: 170px;
	margin-bottom: 30px;
}
#breadc {
	width: 950px;
	height: 30px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #999999;
}

#breadc span {
	color: #FF9900;
}


#breadc a {
	color: #999999;
	text-decoration: underline;
}
#breadc a:link {
	color: #999999;
	text-decoration: underline;
}
#breadc a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#breadc a:visited {
	color: #999999;
	text-decoration: underline;
}
#breadc a:visited:hover {
	color: #FF9900;
	text-decoration: underline;
}

#faux {
	overflow: auto;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#centercolumn {
	width: 950px;
	margin-bottom: 40px;
}
#centercolumn div.boxsp {
	float: left;
	width: 10px;
}
#centercolumn div.itembox {
	float: left;
	width: 310px;
}
#centercolumn div.itembox h2.box1 {
	width: 310px;
	height: 30px;
	margin-bottom: 30px;
	background-image: url(../images/top_b1hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#centercolumn div.itembox h2.box2 {
	width: 310px;
	height: 30px;
	margin-bottom: 30px;
	background-image: url(../images/top_b2hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#centercolumn div.itembox h2.box3 {
	width: 310px;
	height: 30px;
	margin-bottom: 30px;
	background-image: url(../images/top_b3hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
#centercolumn div.itembox ul {
	width: 280px;
	padding-left: 20px;
	padding-right: 10px;
}
#centercolumn div.itembox ul li {
	width: 260px;
	font-size: 14px;
	line-height: 130%;
	list-style: none;
	margin-bottom: 30px;
	background-image: url(../images/top_listico.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 4px;
}




#leftcolumn {
	display: inline;
	width: 720px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#rightcolumn {
	display: inline;
	width: 200px;
	margin-left: 30px;
	margin-right: 0px;
	float: left;
}
#rightcolumn ul {
	width: 200px;
	margin-bottom: 30px;
}
#rightcolumn ul li {
	width: 200px;
	list-style: none;
	margin-bottom: 30px;
}
#rightcolumn ul li.freehight { /* 下層メニューの存在する第１層メニューのスタイル定義 */
	width: 200px;
	list-style: none;
	margin-bottom: 0px;
}
#rightcolumn ul li.freehight ul.innermenu {
	width: 170px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#rightcolumn ul li.freehight ul.innermenu li {
	width: 170px;
	list-style: none;
	padding-left: 15px;
	background-image: url(../images/nv_listico.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 120%;
}
#rightcolumn ul li.freehight ul.innermenu li a {
	text-decoration: none;
}
#rightcolumn ul li.freehight ul.innermenu li a:hover {
	text-decoration: underline;
	color: #36C;
}
#rightcolumn div.bn {
	width: 200px;
	margin-bottom: 20px;
}


div.block1 {
	width: 720px;
	margin-left: 0px;
	margin-bottom: 40px;
	clear: both;
}
div.block1 h2.newshd {
	width: 720px;
	height: 40px;
	margin-bottom: 30px;
	background-image: url(../images/top_b1hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
div.block1 h2.infoshd {
	width: 720px;
	height: 40px;
	margin-bottom: 30px;
	background-image: url(../images/top_b2hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
div.block1 h2.dstrshd {
	width: 720px;
	height: 40px;
	margin-bottom: 30px;
	background-image: url(../images/top_b3hd.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
div.block1 h2.e1 {
	width: 720px;
	height: 40px;
	margin-bottom: 30px;
	background-image: url(../images/top_be1bg.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
}
div.block1 h2.blankhd {
	width: 690px;
	height: 33px;
	padding-top: 7px;
	padding-left: 30px;
	margin-bottom: 30px;
	background-image: url(../images/top_hdbg.jpg);
	background-repeat: no-repeat;
}
div.block1 p {
	width: 690px;
	margin-left: 30px;
	clear: both;
}
div.block1 p img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.block1 p img.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.block1 dl {
	width: 690px;
	margin-left: 30px;
	clear: both;
}
div.block1 dl dt {
	float: left;
	width: 110px;
	color: #09C;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
div.block1 dl dd {
	float: left;
	width: 570px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
#footer {
	margin-top: 60px;
	background-image: url(../images/ftbg.jpg);
	background-repeat: repeat-x;
}
#footer div.ftnavi {
	margin: 0 auto;
	width: 950px;
	height: 25px;
	text-align: right;
}
#footer div.ftinfo {
	margin: 0 auto;
	width: 950px;
}
#footer div.ftinfo div.ftlogo {
	float: left;
	width: 300px;
	height: 45px;
}
#footer div.ftinfo div.addressbox {
	float: left;
	width: 620px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 10px;
}
#footer div.copryright {
	margin: 0 auto;
	width: 950px;
	height: 50px;
	background-image: url(../images/copyright.jpg);
	background-repeat: repeat-x;
	text-indent: -10000px;
	overflow: hidden;
}
#footer address {
	margin: 0 auto;
	width: 950px;
	text-indent: -10000px;
	overflow: hidden;
}

.clear {
	clear: both;
	background: none;
}

