@charset "Shift_JIS";
/* 
[IDGATE]

スタイルCSS Ver2.2

2007/03/25	bluehawk

Copyright Bluehawk@Team.InfinityBird(IDGATE(R)Project). All rights reserved.
*/

/* --------------------------------------------------------
 ヘッダ
*/
#layout-header-inner{
	position: relative;
	height: 180px;
	width: 100%;	/* 幅指定(通常100%) */
	background-color: #ffffff;	/* 背景色 #fffefd*/
	background-image: url("../../img/base/bg-top.jpg");
	background-image: url("../../img/base/bg-top-nocpy.jpg");
	background-repeat: no-repeat;

	color: #000066;
}

#header-title{
	position:absolute;
	top:29px;
	left:180px;
	padding: 0px;

	font-size: large;
}
#header-caption{
	position:absolute;
	top:85px;
	right:30px;
	padding: 0px;

	color: #666666;
	font-size: 10.5pt;
	font-weight: bold;
}
span.idlogo{
	position:absolute;
	left:0px;
	top:0px;
	display: block;

	background-image: url("../../img/base/id.jpg");
	background-repeat: no-repeat;
	width: 150px;
	height: 115px;
}

.id-mark{
	position:absolute;
	left:25px;
	top:20px;
}

/* ユーティリティ */
#header-util{
	position:absolute;
	top:2px;
	right:70px;
	font-size: 10pt;
}
#header-util ul{
	list-style-type : none;
}
#header-util li{
	display: block;
	float: left;
}
#header-util a,
#header-util a:visited,
#header-util a:hover,
#header-util a:focus{
	border-top: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #333366;

	padding: 2px 4px;
	margin-right: 2px;
	margin-top: 1px;
	text-align: center;

	background-color: #fcfcff;
	float: left;	/* IE この位置のfilterはfloatが必要 */
	filter:alpha(style=1, opacity=80, finishopacity=50); /* IE */
	opacity:0.60;
}
#header-util a:hover,
#header-util a:focus{
	position: relative;
	top: 1px;
	left: 1px;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;

	filter:alpha(style=1, opacity=100, finishopacity=75); /* IE */
	opacity:0.90;
}

/* ナビスタイル（グラフィックボタン用） */
#header-nav{
	position:absolute;
	top: 115px;
	right: 50px;
}
#header-nav ul{
	list-style: none;
}
#header-nav li{
	display: block;
	float: left;
}
#header-nav img{
	border: 0px none;
}
#header-nav3{
	position:absolute;
	top: 115px;
	right: 50px;
}
#header-nav3 ul{
	list-style: none;
}
#header-nav3 li{
	display: block;
	float: left;
}
#header-nav3 img{
	border: 0px none;
}

/* --------------------------------------------------------
 メインコンテンツ
*/
#layout-contents-inner{
	/* できるだけ崩れないように指定 */
		height: 100%;
		min-height: 300px;

	width: 100%;	/* 幅指定(通常100%) */

	background-image: url("../../img/base/bg-body.jpg");
	background-repeat: repeat-y;
}

/* ガイド(コンテンツ区切り) */
.guidebar{
	border: 0px none #303308;	/* 枠カラー */
	padding: 10px 0px;

	width: 100%;	/* 幅指定(通常100%) */
}
.guidebar h2{
	color: #666666;		/* キャッチテキストカラー */
	padding: 2px 0px 2px 40px;
	margin-bottom: 15px;
	font-size: 13pt;
	background-image: url("../../img/base/img-titleicon.jpg");
	background-repeat: no-repeat;
	background-position : left center ;
}
.guidebar h3{
	/*border-left: 5px solid #49936e;*/	/* ポイントカラー */
	color: #49936e;		/* キャッチテキストカラー */
	padding: 5px 7px 5px 40px;
	margin: 30px 0px 15px 0px;
	font-size: 12pt;
	line-height:170%;
	/*background-color:#F8F6F3;*/
	/*background-color:#F8F8F8;*/
	background-color:#F9F5F5;
	border-bottom:1px solid #ECECEC;
	border-top:1px solid #ECECEC;
	font-size:125%;
	background-image:url(../../img/base/h3-titleicon.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.guidebar h4{
	margin:30px 20px 25px 30px;
	padding-left:6px;
	border-left:4px solid;
	font-size:110%;
	line-height:130%;
}

/* トップページ関連 */
#top-image{
	position: relative;
	width: 689px;
	height: 229px;
	background-image: url("../../img/img-top.jpg");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#top-text{
	position:absolute;
	bottom: 45px;
	right: 20px;

	width: 400px;
	color: #333333;
	font-size: large;
	font-weight: normal;
	text-align: right;
	line-height: 120%;
}
#top-text p{
	font-size: small;
	font-weight: normal;
	padding: 5px 0px;
}

#top-sub-image{
	float: right;
	position: relative;
	top: 20px;
	width: 300px;
	height: 230px;
	background-color: #ffffff; /* 背景にかぶるものを隠す */
/*	background-image: url("../../img/img-sub.jpg");
	background-repeat: no-repeat;
	background-position : center center ;
*/
}
#top-sub-text{
	position:absolute;
	left: 25px;
	top: -10px;

	width: 250px;
	color: #333333;
	padding: 20px;
	font-size: small;
	line-height: 150%;
}

#topinfo-cont{
	background-color:#F0EFEE;
	margin:-5px 330px 10px 3px;
	padding:5px 2px 20px 5px;
	border:1px solid #CCCCCC;
}
#topinfo-cont h2{
	margin:10px 0px 10px 1px;
	background-image:url(../../img/base/img-titleicon-top.jpg);
}
#topinfo-btn{
	text-align:right;
	margin:-35px 0px 8px 0px;
}

#top-info{
	/*border: 0px none #303308;*/	/* 枠カラー */
	
	/*width: 380px;*/
	overflow: auto;
	padding-left: 0px;
	/*padding-bottom: 15px;*/
	font-size: small;
	line-height: 120%;
	border-top:1px dotted #CCC;
	/*margin:0px 40px;*/
	/*margin:0px 340px 100px 0px;*/
	width:99%;
	background-color:#FFFFFF;
}
#top-info ul{
	list-style-type : none;
}
#top-info li{
}
#top-info a,
#top-info a:visited,
#top-info a:hover,
#top-info a:focus{
	margin-right: 1px;
	margin-top: 1px;
	display:block;

}
#top-info a:hover,
#top-info a:focus{
}

div.topic{	/* 埋め込みお知らせ用 */
	/*padding:5px 5px 0px 5px;
	border-bottom:1px dotted #CCC;*/

	padding:5px 5px 0px 5px;
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	border-left:1px dotted #CCC;
	/*background-color:#F8F8F8;*/	
}
div.time{	/* 埋め込みお知らせ用 */
	/*font-size:90%;
	font-weight:bold;
	color:#000000;
	padding: 1px 0px 0px 20px;
	background-image:url(../../img/base/topinfopoint.jpg);
	background-position:2px 1px;
	background-repeat:no-repeat;*/
	font-size:90%;
	font-weight:bold;
	color:#000000;
	padding: 1px 0px 0px 20px;
	background-image:url(../../img/base/topinfopoint.jpg);
	background-position:2px 1px;
	background-repeat:no-repeat;
	
}
div.title{	/* 埋め込みお知らせ用 */
	
	line-height:135%;
}
div.title a{
	padding: 7px 0px 12px 20px;
}

div.top_main_bnr{
	/*margin:50px 20px 5px 20px;
	text-align:center;
	padding:10px 0px;*/
	float:right;
	width:320px;
	margin-top:-10px;
}
div.top_main_bnr img{
	margin:3px 2px;
}

/* テキスト指定 */
div.text_block{
	margin: 2px 5px;
	width: 97%;
}
div.text_normal,span.text_normal{
	line-height: 150%;
}
div.text_caption{
	line-height: 150%;
	color: #990033;
	font-weight: bold;
}

div.text_right{
	text-align: right;
}
div.text_center{		/* 11/17追加 */
	text-align: center;
}
div.text_normal ul li{
	list-style: disc outside;
	margin-left: 15px;
	text-indent: 1px;
}
div.text_normal ol li{
	list-style: decimal outside;	/* 11/19変更 lower-alpha */
	margin-left: 15px;
	text-indent: 1px;
}
div.caution,span.caution{	/* 11/19追加 */
	font-weight: bold;
	color: #660033;
}

div.body_text{
	margin-left:50px;
	margin-right:10px;
	line-height:150%;
}
div.body_text p{
	margin:15px 0px;
}
div.body_text ul li{
	line-height:150%;
	margin:10px 10px;
}
div.body_text ol li{
	line-height:150%;
	margin:10px 10px;
}



table.spec_sheet{
	font-size:95%;
}
table.spec_sheet .title{
	background-color:#E6E6E6;
	padding:7px;
}
table.spec_sheet .text{
	padding:7px;
	background-color:#F2F2F2;
}


/* データリスト：ニュース用（日付インデント付） */
div.infolist dl{
	line-height: 2.0em;
	padding: 0px 10px 10px 10px;
}
div.infolist dt{
	font-weight: bold;
	width: 7em;
	text-align:right;
	color: #660033;
}
div.infolist dd{
	position: relative; 
	margin-top: -2.0em;
	margin-left: 8em;
}

/* データリスト：その他用 */
div.datalist dl{
	line-height: 2.2em;
	padding: 0px 10px 10px 10px;
}
div.datalist dt{
	font-weight: bold;
	width: 7em;
	text-align:left;
}
div.datalist dd{
	position: relative;
	margin-top: -2.2em;
	margin-left: 8em;
}

/* データリスト：企業情報用 */
div.datalist-prof dl{
	line-height: 2.2em;
	padding: 0px 10px 10px 10px;
}
div.datalist-prof dt{
	font-weight: bold;
	width: 9em;
	text-align:left;
}
div.datalist-prof dd{
	position: relative; 
	margin-top: -2.2em;
	margin-left: 10em;
}
div.datalist-prof dd ul li{
	list-style-type:none;
	margin-left:0px;
}
div.datalist-prof div.pdf{
	padding-left:20px;
	margin-bottom:30px;
}
div.datalist-prof div.pdf p{
	margin:20px;
}
div.datalist-prof div.pdf p{
	margin:20px;
}
/* データリスト：企業情報用（一段ネスト） */
div.datalist-prof-inner dl{
	line-height: 2.2em;
	padding: 0px 0px;
}
div.datalist-prof-inner dt{
	font-weight: normal;
	width: 8em;
	text-align:left;
}
div.datalist-prof-inner dd{
	position: relative; 
	margin-top: -2.2em;
	margin-left: 10em;
}

/* 押せそうなボタン用 */
.btn {
}
.btn a{
	padding: 0px 1px;
	margin : 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #cccccc;
	text-decoration: none;
}
.btn a:hover{
	position: relative;
	left: 1px;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #f0f0f0;
	text-decoration: none;
}

/* --------------------------------------------------------
 メニュー部 基本設定、背景設定
*/
div.contents-side1{
	position:absolute;
	top: 0px;
	left: 0px;

	width: 210px;
	min-height: 100px;

	color: #eeeeee;	/* テキスト色 */

	background-image: url("../../img/base/bg-left.jpg");
	background-repeat: no-repeat;
}
div.contents-side1-end{
/*
	background-image: url("../../img/base/bg_right_bottom.jpg");
	background-repeat: no-repeat;
	height: 70px;
	overflow: hidden;
*/
}

div.contents-side2{
	width: 10px;

	color: #333333;	/* テキスト色 */

	background-image: url("../../img/base/bg-right.jpg");
	background-repeat: repeat-y;
}
div.contents-side2-end{
}

/* --------------------------------------------------------
 メニュー部 詳細設定
*/
/* MenuType1 GraphicButton */
div.side-type1-base{	/* 位置設定 */
	margin: 0px 8px 0px 22px;
/*test
	border: solid 1px #ff0000;
*/
}
div.side-type1-menu{	/* メニュー配置 */
	margin: 0px auto;
	width: 160px;
/*test
	border: solid 1px #00ff00;
*/
/*
	width: 150px;
	margin: 0px auto;
	padding: 0px 20px 0px 28px;
*/
}
div.side-type1-top{
	overflow: hidden;
	height: 25px;
}
div.side-type1-top h3{
	font-size: 9pt;
	color: #ffcc33;

	margin: 3px 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 3px;
}
div.side-type1-body{
	padding: 0px 0px;
	font-size: 69%;

	font-weight: bold;	/* 網点の背景対策 */
}
div.side-type1-body ul{
	margin-left: 0px;
}
div.side-type1-body li{
	list-style: none;
	padding-bottom: 5px;
}
div.side-type1-bottom{
	height: 0px;
	overflow: hidden;
}
div.side-type1-base a{
	color: #eeeeee;
	text-decoration: none;
}
div.side-type1-base a:hover,
div.side-type1-base a:focus{
	color: #3333ff;
	text-decoration: underline;
}
div.side-type1-base a:visited{
	color: #cccccc;
	text-decoration: none;
}

/* --------------------------------------------------------
 フッタ
*/
#layout-footer-inner{
	position:relative;

	width: 100%;	/* 幅指定(通常100%) */
	height: 180px;

	background-image: url("../../img/base/bg-bottom.jpg");
	background-repeat: no-repeat;

/*	background-color: #303308;
	color: #ff0000; */
}
#footer-copyright{
/* コピーライトを線状に表現する場合
	background-color: #b40000;
	color: #f9f9f9;
	padding: 3px 10px;
	font-size: 9pt;
	text-align: right;
*/
	position: absolute;
	top: 80px;
	right: 30px;
	font-size: 75%;
	text-align: right;
}
#footer-link-text{
	position: absolute;
	top: 40px;
	right: 30px;
	font-size: 75%;

	color: #fefefe;
}

/* リンク基本設定 */
#footer-link-text a{
	color: #f9f9f9;	/* リンクの色 #0000cc*/
	text-decoration: none;
}
#footer-link-text a:visited{
	color: #cccccc;	/* クリック済みの色 333399*/
}
#footer-link-text a:hover{
	color: #3333ff;	/* マウスオンの色 */
	text-decoration: underline;
}

#footer-link-img{
	position: absolute;
	top: 80px;
	left: 30px;
}
/* その他のコピーライト */
#footer-copy_other{
	position: absolute;
	top: 110px;
	right: 30px;
	font-size: 75%;
	text-align: right;
	line-height: 110%;
}

.pdf a{
	padding:4px 0px 4px 21px;
	background-image:url(../../img/pdficon_small.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
div.adobelink{
	margin-left:20px;
}
div.adobelink a{
	float:left;
	border:none;
}
div.adobelink img{
	border:none;
}
div.adobelink p{
	margin:0px 40px 0px 130px;
	line-height:120%;
}
.outlink a{
	padding:4px 0px 4px 21px;
	background-image:url(../../img/arrow_out.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

/* --------------------------------------------------------
 個別定義
*/

/* 画像付き説明 */
.caseouter{
}
.casebox{
	position:relative;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.caseframe{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
/*	background-image: url("../../img/frame_ib.gif");
	background-repeat: no-repeat;
*/
}
.caseinfo{
	line-height: 110%;
}

/* リキッドボックス付き説明 */
.caseinfo-3{
	width: 680px;
/*	height: 400px;
*/
	margin: 10px 0px 5px 0px;
}
.casebox-3{
	float: left;
	width: 200px;
/*	min-height: 180px;
*/	padding: 5px 15px 10px 0px;
	border: none;
	font-size: 10pt;
	line-height: 130%;
}
.box-border1{
	border: 1px solid #eeeeee;
}

/*追加*/


div.totop{
	text-align:right;
	margin-top:20px;
	font-size:90%
}
div.totop a{
	text-decoration:underline;
	color:#666666;
}
div.totop a:hover{
	color:#333333;
}

div#topbread{
	margin:0px 0px 10px 12px;
	font-size:75%
}
div#topbread a{
	color:#333333;
}
img{
	border:none;
}

div.btn_right{
	text-align:right;
	margin-right:7px;
}
div.btn_right_clear{
	text-align:right;
	margin-right:7px;
	clear:right;
}
div#domain h3{
	margin-bottom:40px
}
div#domain div.body_text{
	margin-left:20px;
	padding-top:0px;
}
div#domain div.body_text ul{
	margin:20px 0px 20px 20px;
}

#achievement h4{
	margin-bottom:5px;
	margin-top:0px;
	margin-left:212px;
}
#achievement div.body_text{
	margin:30px 20px 0px 20px;
}
#achievement div.body_text img{
	margin-bottom:40px;
}
#achievement div.body_text p{
	margin-top:10px;
	margin-bottom:0px;
	font-size:95%;
}


.imgright{
	float:right;
}
.imgright img{
	margin-left:10px;
	margin-right:10px;
}
.imgleft{
	float:left;
}
.imgleft img{
	margin-left:0px;
	margin-right:10px;
}



/* EOF */
