@charset "shift_jis";


/* ブラウザスタイルの初期化
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

p,h1,h2,h3,ul,dl {
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

/* 基本設定
----------------------------------------------------------- */
body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 140%;
}

li {
	list-style-type:none;
}

/* リンク
---------------------------------------------------- */
a:link {
	text-decoration: none;
}
a:hover {color:#FF0033;
}

a:visited {color:#336666;
	text-decoration: none;
}

/* 画像
---------------------------------------------------- */
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* コンテナ
---------------------------------------------------- */
#container {
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
/* ヘッダー
---------------------------------------------------- */
#head {
	background: url(../img/header.jpg) no-repeat;
	width: 780px;
	height: 165px;
}

#head h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	width: 620px;
	margin-top: 115px;
	float: left;
}

#head p {
	line-height: 25px;
	background: url(../img/sitemap_bg.jpg) repeat-x;
	text-align: center;
	width: 93px;
	height: 25px;
	margin-top: 130px;
	margin-right: 15px;
	float: right;
	border: 1px solid #CCCCCC;
}

/* ナビゲーション
---------------------------------------------------- */
#navi {	
	background: url(../img/navi_bg.gif) repeat-x;
	width: 777px;
	height: 42px;
	border: 1px solid #333333;
}

#navi li {
	line-height: 26px;
	background: url(../img/navi_bg.jpg);
	text-align: center;
	width: 87px;
	height: 26px;
	margin-top: 8px;
	float: left;
	border-right: 1px solid #333333;
	display: inline;
}

#navi li.font8 {
	font-size: 9px;
	width: 143px;
}

#navi li.font9 {
	font-size: 9px;
	width: 105px;
}

#navi li.rline {
	border-right-style: none;
}

#navi li a{
	height: 26px;
	display: block;
}

/* コンテンツ
---------------------------------------------------- */
/* トップページ */
#topcontents { 
	width: 780px;
}

/* サブページ */
#contents {
	background: url(../img/contents_bg.gif) repeat-y;
	width: 774px;
	border: 3px double #333333;
	float: left;
}

/* サブページ P2*/
#contentsp2 
{
	width: 774px;
	border: 3px double #333333;
	float: left;
    
}

/* サブページ P3企業リスト*/
#contentsp3 {
	background: url(../img/contents_bg.gif) repeat-y;
	width: 1040px;
	border: 3px double #333333;
	float: left;
}


/* ピックアップ
---------------------------------------------------- */
#pickup {
	background: #000033 url(../img/pickup_under_bg.gif) no-repeat bottom;
	width: 780px;
	height: 219px;
}

#pickup h2 {
	text-indent: -9999px;
	width: 260px;
	height: 210px;
	float: left;
	display: inline;
}

#pickup h2 a {
	width: 260px;
	height: 210px;
	display: block;
	outline:0;/* FireWorksラインが出ない */
}

#pickup .pickup1 {
	background: url(../img/image1.jpg) no-repeat;
}

#pickup .pickup1 a:hover {
	background: url(../img/image1.jpg) no-repeat;
}

#pickup .pickup2 {
	background: url(../img/image2.jpg) no-repeat;
}

#pickup .pickup2 a:hover {
	background: url(../img/image2.jpg) no-repeat;
}

#pickup .pickup3 {
	background: url(../img/image3.jpg) no-repeat;
}

#pickup .pickup3 a:hover {
	background: url(../img/image3_on.jpg) no-repeat;
}


/* 新着情報
---------------------------------------------------- */
#new {
	background: #FFFFFF url(../img/new_bar_bg.jpg) repeat-x;
	width: 516px;
	height: 211px;
	padding-bottom: 5px;
	float: left;
	border: 2px solid #333333;
}

#new h2 {
	font-size: 17px;
	background: url(../img/arrow.gif) no-repeat;
	height: 32px;
	margin-top: 12px;
	margin-left: 25px;
	padding-left: 35px;
}

#new #list {
	height: 162px;
	overflow: auto;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000000; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
}

#new dl {
	font-size: 13px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: auto;
}

#new dd {
	width: 120px;
	float: left;
}

#new dt {
	padding-left: 120px;
	padding-bottom: 5px;
}

/* お問い合わせ
---------------------------------------------------- */
#inquiry {
	font-size: 14px;
	color: #FFFF33;
	background: url(../img/inquiry.jpg) no-repeat;
	width: 259px;
	height: 219px;
	float: left;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#inquiry p {
	font-weight: bold;
	text-align: right;
	margin-top: 22px;
	margin-right: 20px;
}

#inquiry h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 45px;
	margin-right: 25px;
}

#inquiry a {
	color: #FFFF33;
	text-decoration: underline;
}


/* 下部ナビゲーション
---------------------------------------------------- */
#u_navi {
	text-align: center;
	width: 780px;
	margin-top: 3px;

}

#u_navi li {
	font-size: 11px;
	display: inline;
}

#u_navi a {
	text-decoration: underline;
}

/* フッター
---------------------------------------------------- */
#footer {
	font-size: 11px;
	text-align: right;
	width: 780px;
	margin-top: 10px;
}

/* サブページ 左メニュー
---------------------------------------------------- */
#menu {
	width: 230px;
	float: left;
}

#menu h2 {
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
	line-height: 25px;
	background: #FFFF00;
	text-align: center;
	width: 210px;
	height: 25px;
	margin-top: 10px;
	margin-left: 5px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}


#menu ul {
	margin-top:15px;
}
#menu li {
	line-height: 27px;
	background: url(../img/menu_title.jpg) no-repeat;
	width: 210px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

#menu li.titley {
	line-height: 27px;
	background: url(../img/menu_titley.gif) no-repeat;
	width: 210px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: center;
}

#menu li.title_b {
	line-height: 15px;
	background: url(../img/menu_title_b.jpg) no-repeat;
	text-align: center;
	width: 210px;
	height: 43px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 9px;
}

#menu li.title_c {
	line-height: 27px;
	background: url(../img/nendo.gif) no-repeat;
	width: 210px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align:left;
	text-indent:20pt;
}

#menu li.title_cy {
	line-height: 27px;
	background: url(../img/menu_title_cy.gif) no-repeat;
	width: 210px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align:left;
	text-indent:20pt;
}

#menu li a{
	display: block;
	height: 30px;
	color: #FFFFFF;
}

#menu img {
	margin-left: 125px;
}

/* サブページ 右メインコンテンツ
---------------------------------------------------- */
#main {
	width: 544px;
	float: left;
}
#main h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3366FF;
	background: url(../img/contents_title.jpg) no-repeat;
	line-height: 36px;
	text-indent: 50px;
	width: 530px;
	height: 40px;
	letter-spacing: 0.6em;
	margin-top:10px;
	margin-left:10px;
}
/* 枠線 */
#main #contents1 {
	margin-top :  5px;
	margin-left : 20px;
}

#main li.title {
	line-height: 15px;
	background: url(../img/main_title.gif) no-repeat;
	text-indent: 50px;
	width: 530px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 14px;
	padding-top: 5px;
}

#main li.moushikomi 
{
	font-size: 18px;
	line-height: 50px;
	background: url(../img/kikan.gif) no-repeat;
	text-indent: 40px;
	width: 450px;
	height: 50px;
	margin-left: 20px;
}

#main li.toiawaset 
{
	font-size: 16px;
	line-height: 18px;
	background: url(../img/toiawaset.gif) no-repeat;
	text-indent: 40px;
	width: 530px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 10px;
}

#main li.aobar 
{
	font-size: 16px;
	line-height: 3px;
	background: url(../img/aobar.gif) no-repeat;
	text-indent: 40px;
	width: 530px;
	height: 20px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 20px;
}

#main li.activebar
{
	font-size: 16px;
	line-height: 20px;
	background: url(../img/activebar.gif) no-repeat;
	text-indent: 30px;
	width: 500px;
	height: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	COLOR:#FFFF00;
}

#main li.orangebar
{
	font-size: 14px;
	line-height: 15px;
	background: url(../img/orangebar.gif) no-repeat;
	text-indent: -330px;
	width: 500px;
	height: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	COLOR:#3333FF;
}

#main li.staff_title
{
	font-size: 15px;
	line-height: 15px;
	background: url(../img/staffty.gif) no-repeat;
	text-indent: 45px;
	text-top: 0px;
	width: 350px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 15px;
}

#main li a{
	display: block;
	height: 30px;
	color: #FFFF00;
}
