@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: 250px;
	width: 100%;	/* 幅指定(通常100%) */
	background-image: url("../../img/base/bg-top.jpg");
	background-repeat: no-repeat;

	color: #000066;
}

#header-title{
	position:absolute;
	top:50px;
	left:140px;
	padding: 0px;

	font-size: 119%;
}
#header-caption{
	position:absolute;
	top:85px;
	left:140px;
	padding: 0px 10px;

	font-size: 94%;
	font-weight: normal;
}
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: 120px;
	right: 43px;
}
#header-nav ul{
	list-style: none;
}
#header-nav li{
	display: block;
	float: left;
}
#header-nav 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;
}
#layout-contents-main{
/*
	background-image: url("../../img/base/bg-main.jpg");
	background-repeat: no-repeat;
*/
}

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

	width: 100%;	/* 幅指定(通常100%) */
}
.guidebar h2{
	color: #666666;		/* キャッチテキストカラー */
	padding: 2px 0px 2px 40px;
	margin-bottom: 20px;
	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 #369;	/* ポイントカラー */
	color: #369;		/* キャッチテキストカラー */
	padding: 3px 7px 3px 7px;
	margin: 25px 0px 20px 0px;
	font-size: 12pt;
}

/* トップページ関連 */
#top-image{
	position: relative;
	top: -65px;	/* 開始位置 */
	left: 7px;

	width: 689px;
	height: 229px;
	background-image: url("../../img/img-top.jpg");
	background-repeat: no-repeat;
	margin-bottom: -55px;
}
#top-text{
	position:absolute;
	top: 20px;
	left: 20px;
	text-align: left;

	width: 650px;
	color: #333333;
	font-weight: normal;
}
#top-text span{
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
}
#top-text p{
	font-size: 82%;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
}

#top-sub-image{
	float: right;
	position: relative;
	width: 300px;
	height: 100px;
/*
	background-color: #ffffff; /* 背景にかぶるものを隠す */
*/
/*	background-image: url("../../img/top-sub-img.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%;
}

#top-info{
	border: 0px none #303308;	/* 枠カラー */
	width: 500px;
	height: 120px;
	overflow: auto;
	padding-bottom: 5px;
	font-size: small;
	line-height: 120%;
/*
	border: 1px solid #ff0000;
*/
}
#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{

	padding: 2px 4px;
	margin-right: 2px;
	margin-top: 1px;
	text-align: center;
}
#top-info a:hover,
#top-info a:focus{
}


/* テキスト指定 */
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.infolist dl{
	line-height: 2.0em;
	padding: 0px 5px 10px 5px;
}
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: 7em;
	text-align:left;
}
div.datalist-prof dd{
	position: relative; 
	margin-top: -2.2em;
	margin-left: 8em;
}
/* データリスト：企業情報用（一段ネスト） */
div.datalist-prof-inner dl{
	line-height: 2.2em;
	padding: 0px 0px;
}
div.datalist-prof-inner dt{
	font-weight: normal;
	width: 7em;
	text-align:left;
}
div.datalist-prof-inner dd{
	position: relative; 
	margin-top: -2.2em;
	margin-left: 6em;
}

/* テーブルのスタイル */
table.info{
	border: 0px;
	width: 85%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
table.info td{
	padding: 4px 5px;
	border: solid 1px #cccccc;
}
table.info h4{
	padding: 4px 5px;
	font-size: 10pt;
}
table.info th{
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 5px;
	border: solid 1px #cccccc;
	background-color: #f0f0f0;	/* 背景カラー */
	text-align: center;		/* 11/15追加 */
}

/* 押せそうなボタン用 */
.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:relative;
	top: -65px;
	left: 0px;

	width: 200px;
	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: 0px;

	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 0px 0px 32px;	/* 開始位置 */
/*test
	border: solid 1px #ff0000;
*/
}
div.side-type1-menu{	/* メニュー配置 */
	width: 160px;
}
div.side-type1-top{
	overflow: hidden;
	height: 25px;
}
div.side-type1-top h3{
	font-size: 10pt;
	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: 150px;

	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: 110px;
	right: 30px;
	font-size: 75%;
	text-align: right;
	color: #333333;
}
#footer-link-text{
	position: absolute;
	top: 110px;
	left: 30px;
	font-size: 75%;

	color: #333333;
}

/* リンク基本設定 */
#footer-link-text a{	/* 擬似クラスなしa要素>visited>hoverの順 */
	color: #333333;	/* リンクの色 #0000cc*/
	text-decoration: none;
}
#footer-link-text a:visited{
	color: #666666;	/* クリック済みの色 333399*/
}
#footer-link-text a:hover{
	color: #3333ff;	/* マウスオンの色 */
	text-decoration: underline;
}

#footer-link-img{
	position: absolute;
	top: 50px;
	left: 30px;
}

/* その他のコピーライト */
#footer-copy_other{
	position: absolute;
	bottom: 60px;
	right: 30px;
	font-size: 75%;
	text-align: right;
	line-height: 150%;

	color: #333333;
}

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

/* 画像付き説明 */
.caseouter{
}
.casebox{
	position:relative;
	float:left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.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;
}

/* EOF */

