@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;
	border: none 0px #ff0000;
	height: 200px;
	width: 100%;	/* 幅指定(通常100%) */
	background-image: url("../../img/base/bg_top.jpg");
	background-repeat: no-repeat;

	color: #000066;
}

#header-title{
	position:absolute;
	top:40px;
	left:180px;
	padding: 15px;

	font-size: xx-large;
	font-weight: bold;
}
#header-caption{
	position:absolute;
	top:80px;
	left:190px;
	padding: 15px;

	font-size: small;
	font-weight: normal;
/*	font-weight: bold; */
}
span.idlogo{	/* div->span 11/13変更 */
	position:absolute;
	left:0px;
	top:0px;
	display: block;	/* div->span 11/13追加 */

	background-image: url("../../img/base/1.gif");
	background-repeat: no-repeat;
	width: 180px;
	height: 100px;
}

/* ユーティリティ */
#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: 60px;
	right: 27px;
	font-size: 9pt;
/*	font-weight: bold; */
}
#header-nav ul{
	list-style-type : none;
}
#header-nav li{
	display: block;
	float: left;
}
#header-nav a,
#header-nav a:visited,
#header-nav a:hover,
#header-nav a:focus{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #b40000;	/* タブボタンカラー */
	border-left: 1px solid #cccccc;

	width: 88px;

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

	background-color: #333333;	/* タブボタンカラー */

	color: #fefefe;	/* ボタンテキストカラー */
	float: left;	/* IE この位置のfilterはfloatが必要 */
	filter:alpha(style=1, opacity=80, finishopacity=50); /* IE */
	opacity:0.8;
}
#header-nav a:hover,
#header-nav a:focus{
	position: relative;
	top: 1px;
	left: 1px;
	border-bottom: 0px solid;

	background-color: #333333;	/* タブボタンカラー */
	filter:alpha(style=1, opacity=50, finishopacity=20); /* IE */
	opacity:0.5;
}

/* ナビスタイル2（透明ボタン型） */
#header-nav2{
	position:absolute;
/*
	bottom: 258px;
*/
	top: 68px;

	right: 27px;
	font-size: 9pt;
	font-weight: bold;

	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
#header-nav2 ul{
	list-style-type : none;
}
#header-nav2 li{
	display: block;
	float: left;
}
#header-nav2 a,
#header-nav2 a:visited,
#header-nav2 a:hover,
#header-nav2 a:focus{
	position: relative;
	top: 10px;
	left: 0px;

	margin-right: 2px;

	width: 100px;
	height: 20px;

	padding: 6px 0px;

	background-image: url("../../img/base/btn-main.gif");
	background-repeat: no-repeat;

	color: #666666;	/* ボタンテキストカラー */
	float: left;	/* IE この位置のfilterはfloatが必要 */
	filter:alpha(style=1, opacity=60, finishopacity=30); /* IE */
	opacity:0.6;
}
#header-nav2 a:hover,
#header-nav2 a:focus{
	position: relative;
	top: 5px;
	left: 0px;

	color: #333366;	/* ボタンテキストカラー */
	filter:alpha(style=1, opacity=95, finishopacity=90); /* IE */
	opacity:0.95;
}

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

/* --------------------------------------------------------
 メインコンテンツ
*/
#layout-contents-inner{
	height: 100%;
	width: 100%;	/* 幅指定(通常100%) */
	background-image: url("../../img/base/bg_left_repeat.jpg");
	background-repeat: repeat-y;
}

/* ガイド(コンテンツ区切り) */
.guidebar{
	border: 1px none #303308;	/* 枠カラー */
	margin-bottom: 20px;

	width: 100%;	/* 幅指定(通常100%) */
}
.guidebar_scroll{
	border: 1px none #303308;	/* 枠カラー */
	margin-bottom: 20px;
	height: 150px;
	overflow: auto;

	width: 100%;	/* 幅指定(通常100%) */
}
.guidebar h2,
.guidebar_scroll h2{
	border-left: 10px solid #dff02e;	/* ポイントカラー */
	background-color: #8d991d;	/* キャッチカラー */
	color: #f9f9f9;		/* キャッチテキストカラー */
	padding: 5px 7px;
	margin: 15px 0px;
	font-size: 13pt;
}
.guidebar h3,
.guidebar_scroll h3{
	border-left: 5px solid #8d991d;	/* ポイントカラー */
	color: #8d991d;		/* キャッチテキストカラー */
	padding: 3px 7px;
	margin: 15px 0px;
	font-size: 12pt;
}

/* テキスト指定 */
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: 1.7em;
	padding: 10px 10px;
}
div.infolist dt{
	font-weight: bold;
	width: 7em;
	text-align:right;
	color: #660033;
}
div.infolist dd{
	position: relative; 
	margin-top: -1.7em;
	margin-left: 8em;
}

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

/* 押せそうなボタン用 */
.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.side-menu{
	background-image: url("../../img/base/bg_right_repeat.jpg");
	background-repeat: repeat-y;

	width: 257px;

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

	min-height: 300px; /* 終端保護 なくてもよい */
}
div.side-menu-end{
	background-image: url("../../img/base/bg_right_bottom.jpg");
	background-repeat: no-repeat;
	height: 70px;
	overflow: hidden;
}

/* メニューセット０
 テキストのみ
*/
div.side-menu0-upperspace{
	padding-top: 0px;
}
div.side-menu0{
	margin: 0px auto;
	padding: 0px 25px 0px 40px;
}
div.side-menu0-top{
	overflow: hidden;
	height: 30px;
}
div.side-menu0-top h3{
	font-size: 10pt;
	color: #ffcc33;

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

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

/* メニューセット１
 四方をグラフィックで囲むメニュー
*/
div.side-menu1-upperspace{
	padding-top: 0px;
}
div.side-menu1{
	margin: 0px auto;	/* menu_bgのpaddingを移動 11/12変更 */
	width: 145px;
}
div.side-menu1-top{
	overflow: hidden;	/* メニュー崩れ防止 11/12追加 */
	height: 36px;
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: no-repeat;
}
div.side-menu1-top h3{
	position: relative;
	top: 13px;
	left: 13px;
	font-size: 12pt;
}
div.side-menu1-body{
	padding: 5px 5px 5px 15px;
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: repeat-y;
	line-height: 130%;
	font-size: 80%;

	font-weight: bold;	/* 網点の背景対策 */
}
div.side-menu1-body ul{
	margin-left: 0px;
}
div.side-menu1-body li{
	list-style: none;
}
div.side-menu1-bottom{
	height: 0px;
	overflow: hidden;
/*
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: no-repeat;
*/
}

/* メニューセット２
 グラフィックボタン
*/
div.side-menu2-upperspace{
	padding-top: 20px;
}
div.side-menu2{
	margin: 0px auto;
	width: 145px;
}
div.side-menu2-top{
	overflow: hidden;
	height: 35px;
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: no-repeat;
}
div.side-menu2-top h3{
	position: relative;
	top: 13px;
	left: 13px;
	font-size: 12pt;
}
div.side-menu2-body{
	font-size: 80%;
	font-weight: bold;
}
div.side-menu2-body ul{
}
div.side-menu2-body li{
	list-style: none;
}
div.side-menu2-body li a,
div.side-menu2-body li a:visited,
div.side-menu2-body li a:hover,
div.side-menu2-body li a:focus{
	display: block;
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: no-repeat;

	width: 100%;
	height: auto;
	background-position: left top;
	overflow: hidden;
}
div.side-menu2-body li a:hover,
div.side-menu2-body li a:focus{
	background-position: right top;
}
div.side-menu2-body li span{
	display: block;	/* 画像ボタンでテキスト不要の場合は none */
	padding: 6px 0px 5px 12px;
}
div.side-menu2-bottom{
	height: 0px;
	overflow: hidden;
/*
	background-image: url("../../img/base/dmy.jpg");
	background-repeat: no-repeat;
*/
}

/* メニューボタン */
div.btn-menu1{
}
div.btn-menu1 ul{
	list-style: none;
}
div.btn-menu1 li{
	margin-bottom: 10px;
}
.btn-access a,
.btn-access a:visited,
.btn-access a:hover,
.btn-access a:focus{
	display: block;
	background-image: url("../../img/base/dmy.gif");
	background-repeat: no-repeat;

	width: 145px;
	height: 31px;
	background-position: left top;
	overflow: hidden;
}
.btn-access a:hover,
.btn-access a:focus{
	background-position: right top;
}
.btn-contact a,
.btn-contact a:visited,
.btn-contact a:hover,
.btn-contact a:focus{
	display: block;
	background-image: url("../../img/base/dmy.gif");
	background-repeat: no-repeat;

	width: 145px;
	height: 31px;
	background-position: left top;
	overflow: hidden;
}
.btn-contact a:hover,
.btn-contact a:focus{
	background-position: right top;
}

/* --------------------------------------------------------
 メニュー部 基本その２
*/
div.side1-menu{
/*
	background-image: url("../../img/base/right_shadow.jpg");
	background-repeat: repeat-y;
	width: 27px;
	height: 100%;
*/
}
/* --------------------------------------------------------
 フッタ
*/
#layout-footer-inner{
	position:relative;

	width: 100%;	/* 幅指定(通常100%) */
	height: 25px;
/*
	background-image: url("../../img/base/bg-footer.jpg");
	background-repeat: no-repeat;
*/
	background-color: #303308;
	color: #f9f9f9;
}
#footer-copyright{
/* コピーライトを線状に表現する場合
	background-color: #b40000;
	color: #f9f9f9;
	padding: 3px 10px;
	font-size: 9pt;
	text-align: right;
*/
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 75%;
}
#footer-link-text{
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 75%;
}

/* リンク基本設定 */
#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: 35px;
	right: 20px;
}
/* その他のコピーライト */
div.copy_other{
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	color: #909090;
	padding: 3px 10px;
	margin: 0px 0px 8px 0px;
	font-size: 70%;
	text-align: right;
	line-height: 100%;
}
div.copy_other a,div.copy_other a:hover,div.copy_other a:visited{
	color: #909090;
}

/* --------------------------------------------------------
 個別定義
*/
/* メインコンテンツ用のスタイル */
	/* 大サイズのサイト情報用 */
table.info{
	border: 0px;
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
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追加 */
}

	/* 中サイズのサイト情報用 */
table.info-m{
	border: 0px;
}
table.info-m td{
	width: 200px;	/* リキッドボックス幅 */
	height: 185px;	/* リキッドボックス高さ 2006/11/15変更 */
	padding: 1px;
	border: 1px solid #cccccc;
}
div.info-m {	/* 11/17追加 */
	width: 200px;	/* リキッドボックス幅 */
	height: 185px;	/* リキッドボックス高さ 2006/11/15変更 */
	line-height: 110%;
	padding: 1px 0px;
	border: 1px solid #cccccc;
	margin: 0px 0px 1px 1px;
}
div.cont{
	float: left;
}

	/* 小サイズのサイト情報用 */
table.info-s{
	border: 0px;
}
table.info-s td{
	border: 1px none #cccccc;
	padding: 2px;
}
div.info-s {
	margin: 1px;
	border: 1px solid #cccccc;
}

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