﻿/* TOPページのスタイルシート */

/*** ヘッダ ***/

/*** topのみh1個別 ***/
h1{
	position:relative;
	margin:0px auto;
	width:900px;
	font-size:12px;
	font-weight:normal;
}
.head
	{
	background: #FFFFFF;
	width: 900px;
	height: 217px;
	border-bottom:2px solid #58585A;
	border-right:1px solid #cccccc;
	}
.head embed{
	vertical-align:middle;
	margin:0pxx;
}

/*** メインエリア ***/
#container
	{
	width:900px;
	background: #efefef;
	}
	
/*** 左メインエリア ***/
#main
	{
	float:left;
	width:600px;
	margin:20px 0px 0px 20px;
	}

/*** 文章追加分 ***/
ol.biz {
	margin-left:25px;
	margin-top:12px;
	margin-bottom:5px;
	color:#666;
}

.bizS{
	margin:10px 0px 10px 0px;
	line-height:180%;
	width:545px;
	color:#666;
}

/*** 右メインエリア ***/
#menu
	{
	float:left;
	width:220px;
	margin:30px 0px 0px 20px;
	}
	
/*** 右バナー ***/
#menu a img{
	display:block;
	margin-bottom:10px;
	border-style:none;
}

/*** フッタ ***/
#foot
	{
	clear: both;
	background-color: #444444;
	width: 900px;
	height: 18px;
	}


/* メニューボタン */
ul.topbtn {
	/*border-bottom:1px solid #333333;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*margin:0px;*/
	margin:0px 0px 0px 40px;
	min-height:30px;
	padding:0px;
	width:820px;
}
ul.topbtn li {
	float:left;
	margin:0px;
	overflow:hidden;
	padding:0px;
	border-right:1px solid #000000;
}
ul.topbtn li a {
	display:block;
	float:left;
	height:30px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-800em;
}

ul.topbtn li#home a {
	background:transparent url(../img/top/topnavi_home.gif) no-repeat scroll 0%;
	width:162px;
	border-left:1px solid #000000;
}
ul.topbtn li#policy a {
	background:transparent url(../img/top/topnavi_corporate.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#about a {
	background:transparent url(../img/top/topnavi_about.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#recruit a {
	background:transparent url(../img/top/topnavi_recruit.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#outline a {
	background:transparent url(../img/top/topnavi_outline.gif) no-repeat scroll 0%;
	width:162px;
}

ul.topbtn li#home a:hover {
	background:transparent url(../img/top/topnavi_home_on.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#policy a:hover {
	background:transparent url(../img/top/topnavi_corporate_on.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#about a:hover {
	background:transparent url(../img/top/topnavi_about_on.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#recruit a:hover {
	background:transparent url(../img/top/topnavi_recruit_on.gif) no-repeat scroll 0%;
	width:162px;
}
ul.topbtn li#outline a:hover {
	background:transparent url(../img/top/topnavi_outline_on.gif) no-repeat scroll 0%;
	width:162px;
}

ul.topbtn li#home.on a {
	background:transparent url(../img/top/topnavi_home_on.gif) no-repeat scroll 0%;
	width:162px;
}

/***** フッタボタン *****/
ul.underbtn {
	/*border-bottom:1px solid #333333;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*margin:0px;*/
	margin:0px 0px 0px 0px;
	padding:0px;
	width:900px;
}
ul.underbtn li {
	float:left;
	margin:0px;
	overflow:hidden;
	padding-left:10px;
}
ul.underbtn li a {
	display:block;
	float:left;
	overflow:hidden;
	text-decoration:none;
	text-indent:-900em;
}

ul.underbtn li#copyright{
	background:transparent url(../img/global/copyright.gif) no-repeat scroll 0%;
	width:276px;
	margin-left:20px;
	/*padding-right:100px; 管理用ログイン画面を使用するときはこちらを使う*/
	padding-right:200px;
}

ul.underbtn li#toiawase a {
	background:transparent url(../img/global/subnavi_otoiawase.gif) no-repeat scroll 0%;
	width:82px;
}
ul.underbtn li#privacy a {
	background:transparent url(../img/global/subnavi_privacy.gif) no-repeat scroll 0%;
	width:126px;
}
ul.underbtn li#sitemap a {
	background:transparent url(../img/global/subnavi_sitemap.gif) no-repeat scroll 0%;
	width:82px;
}

/*管理用ログイン画面は今は使用しない
ul.underbtn li#login a {
	background:transparent url(../img/global/subnavi_login.gif) no-repeat scroll 0%;
	width:112px;
}
*/

ul.underbtn li#toiawase a:hover {
	background:transparent url(../img/global/subnavi_otoiawase_on.gif) no-repeat scroll 0%;
	width:82px;
}
ul.underbtn li#privacy a:hover {
	background:transparent url(../img/global/subnavi_privacy_on.gif) no-repeat scroll 0%;
	width:126px;
}
ul.underbtn li#sitemap a:hover {
	background:transparent url(../img/global/subnavi_sitemap_on.gif) no-repeat scroll 0%;
	width:82px;
}
/* 管理用ログイン画面は今は使用しない
ul.underbtn li#login a:hover {
	background:transparent url(../img/global/subnavi_login_on.gif) no-repeat scroll 0%;
	width:112px;
}
*/


/* トピックス */
#main td{
	border-top:1px dotted #333333;
}

ul.Topics{
	list-style-type:none;
	line-height:150%;
}
             
ul.Topics li {
	line-height:200%;
	color:#808285;
	border-bottom:1px dotted #333333;
}

/* 日付 */
ul.Topics li.left{
	padding-left:29px;
    background:transparent url(../img/top/yajirusi.gif) 15px 7px no-repeat;
	float:left;
	width:70px;
}

/* 内容 */
ul.Topics li.right{
	float:left;
	width:440px;
	margin-left:1px;
}

ul.Topics li a { color:#336699}

