@charset "UTF-8";

/* ========== 汎用 */
body	{ font-size: 14px;  background: url(../img/bg_header_index.jpg) top repeat-x; }

/* 左右の木を表示 */
#all	{ background: url(../img/bg_side.jpg) center 29px no-repeat; }

/* 画像ボタンマウスオーバー設定 */
a:hover img	{ filter: alpha(opacity=70);  -moz-opacity: .7; opacity: .7; }

/* clearfix */
.clearfix:after { content: " "; display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }

/* TOPに戻るボタン */
.gotop	{ width: 900px;  margin: 30px auto 0;  text-align: right; }

/* 文字色 */
.font_blue	{ color: #009999; }
.font_pink	{ color: #ff0099; }


/* ========== ヘッダー(index.html) */
#header_container_index	{
	width: 900px;
	height: 480px;
	margin: 0 auto;
	position: relative;
	background: #fff url(../img/bg_header2.jpg) top repeat-x;
	background: url(../img/bg_header3_index.jpg) top  no-repeat;
	}
#header_container_index h1	{
	position: absolute;
	top: 29px;
	left: 0;
	width: 510px;
	}
#header_container_index h2	{
	position: absolute;
	top: 9px;
	left: 0;
	color: #fff;
	font-size:12px;
	}
#header_container_index .regist	{
	position: absolute;
	top: 21px;
	right: 0;
	}
/* トップ・サイトマップリンク */
#header_container_index .header_menu	{
	list-style: none;
	position: absolute;
	top: 9px;
	right: 0;
	}
#header_container_index .header_menu li	{ display: inline;  padding-left: 10px; }
#header_container_index .header_menu .bdr	{ border-right: 1px solid #FF99CC;  padding: 0 10px 0 0; }
#header_container_index .header_menu li a	{ color: #fff;  text-decoration: none; font-size:12px; }
#header_container_index .header_menu li a:hover	{ color: #fff;  text-decoration: underline; }


#container #right	{ float: right;  width: 700px; }

/* ========== トップページ index.html */
/* イメージ画像 */
#header_container_index	{ background: url(../img/index_bg.jpg) center top no-repeat;  width: 900px;  height: 476px; }
#header_container_index .image	{ position: absolute;  top: 162px;  left: 0; }

/* 新着情報 */
#index_new	{ margin:10px 0 15px ;  font-size: 12px; }
#index_new h3	{
	background: url(../img/tit_s_news.gif) center top no-repeat;
	width: 685px;	/* 700px -padding分 */
	height: 21px;	/* 22px -padding分 */
	color: #FF3399;
	margin: 0 0 5px;
	padding: 1px 0 0 15px;
	font-weight:bold;
	}
#index_new dl	{ color: #333;  width: 700px;  height: 300px;  overflow: auto; }
#index_new dl dt	{
	background: url(../img/icon_arrow.gif) left top no-repeat;
	padding-left: 20px;
	height: 15px;
	float: left;
	clear: left;
	color: #666666;
	line-height: 140%;
	}
#index_new dl dd	{
	line-height: 140%;
	margin-bottom: 5px;
	padding: 0 0 5px 8em;
	border-bottom: 1px dotted #ccc;
	color: #666666;
	}
#index_new dd b{
	color: #FF3399;
	}
/* トップページ冒頭 */
#index_info	{ position: relative; }

/* 会社情報 */
#introduction_index	{ background: url(../img/introduction.jpg) center top no-repeat;  width: 699px;  height: 185px; margin-top:30px;}
.introduction_index_text{ padding:20px;;font-size:12px;line-height:150%;}
.introduction_index_text img	{ padding-bottom:10px;}
.introduction_index_text b{ color: #FF0099;}
.introduction_index_text span	{ padding-right:20px;}

	
/*
*ナビゲーション
*/
#navi{
	margin:0 auto;
	width:900px;
	height:50px;
	text-align:left;
	overflow:hidden;
}

#navi ul{
	list-style:none;
	overflow:hidden;
}

#navi ul li{ float:left; }
