﻿@charset "UTF-8";


/* グローバルナビゲーション */

#global-idx {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../images/global-idx_bg.gif) no-repeat;
	}

#global-idx li {
	float: left;
	list-style: none;
	}


/* インデックス */

#index_catch {
	margin: 0 1px;
	}

* html #index_catch {
	margin: -4px 1px 0;
	}

*:first-child+html #index_catch {
	margin: -4px 1px 0;
	}

#index_main {
	background: #F7F7F7;
	padding: 10px;
	}

#index_main p {
	margin-top: 9px;
	margin-left: 14px;
	margin-right: 14px;
	}

#index-a {
	width: 303px!important;
	width: 305px;
	float: left;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	padding: 14px 0;
	margin-right:13px;
	}


#index-b {
	width: 420px!important;
	width/**/: 422px;
	float:left;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	padding: 14px 0;
	}

#index-b .sub {
	width: 385px;
	margin: 0 auto;
	}
	
* html #index-b .sub {
	margin-bottom: -16px;
	}

*:first-child+html #index-b .sub {
	margin-bottom: -16px;
	}

#index-b .sub .title {
	margin-top: 20px;
	}

#index-b .sub .linkbox {
	margin-top: 20px;
	}

#index-b .sub .linkbox .left {
	width: 187px!important;
	width/**/: 189px;
	border: 1px solid #CEB7B7;
	background: #F2F2F2;
	padding-bottom: 9px;
	text-align: center;
	float: left;
	}

#index-b .sub .linkbox .right {
	width: 187px!important;
	width/**/: 189px;
	border: 1px solid #CEB7B7;
	background: #F2F2F2;
	padding-bottom: 9px;
	text-align: center;
	float: right;
	}



