@charset "shift_jis";
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	font: 80%/2 "ＭＳ Ｐゴシック", Osaka,sans-serif;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
iframe {
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
 *リンク
 *------------------------------------------------------------------*/
a:link {
color: #666666;
text-decoration: none
}
a:visited {
color: #666666;
text-decoration: none
}
a:hover {
	color: #FFCC33;
}
a:active {
color: #FFFFFF;
text-decoration: none
} 


/*------------------------------------------------------------------
 *コンテナ（HP枠）
 *------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a0a0a0;
	background: #FFFFFF;
}

/*------------------------------------------------------------------*
 *ヘッダー
 *------------------------------------------------------------------*/
#header {
	height: 93px;
	position: relative;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#header h1 {
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	font-weight: normal;
	padding-top: 5px;
}

/*------------------------------------------------------------------*
 *メインイメージ(下に線)
 *------------------------------------------------------------------*/
#main-img {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

/*------------------------------------------------------------------*
 *メインメニュー
 *------------------------------------------------------------------*/
#menu {
	background: url(images/menu_06.gif) repeat-x;
	height: 56px;
}
#menu li {
	display: inline;
}

/*------------------------------------------------------------------*
 *メインコンテンツ
 *------------------------------------------------------------------*/
#main {
	float: left;
	width: 500px;
	display: inline;
	margin-left: 10px;
	margin-top: 6px;
}
#main h2 {
	height: 40px;
	margin: 20px 0px 5px;
}

.margin30 {
	margin-left: 30px;
}

.font_type1{
	font-size: medium;
	color: #000066;
}

/*------------------------------------------------------------------*
 *サブコンテンツ
 *------------------------------------------------------------------*/
#sub {
	float: right;
	width: 252px;
	display: inline;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 85%;
}
#sub .frame {
	background: url(images/sub_frame_bg.gif) no-repeat bottom;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#sub h3 {
	background: url(images/sub_midashi_bg.gif) no-repeat;
	height: 46px;
	width: 252px;
	margin-right: -10px;
	margin-left: -10px;
}

/*------------------------------------------------------------------*
 *ナビゲータ
 *------------------------------------------------------------------*/
#nav {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #000000;
}
#nav a {
	color: #000000
	width: 100%
	background: #FFFFFF
	clear: both
	text-align: right
	border-top-color: #FF0000
	color: #999999;
	padding-right: 10px;
}


/*------------------------------------------------------------------*
 *矢印と下線
 *------------------------------------------------------------------*/
.arrow li {
	background: url(images/arrow.gif) no-repeat left;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.arrow_top li {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
/*------------------------------------------------------------------*
 *□
 *------------------------------------------------------------------*/
.arrow rect {
	background: url(images/rect.gif) no-repeat left;
	padding-left: 20px;
}

/*------------------------------------------------------------------*
 *table
 *------------------------------------------------------------------*/
.tb_company1{
	width:120px;
	background-color:#ebebeb;
	border-bottom:solid 2px #ffffff;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding: 8px;
}

.tb_company2{
	width:auto;
	background-color:#fff;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding: 8px;
}
/*------------------------------------------------------------------*
 *フッター
 *------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #FFFFFF;
	color: #666666;
	text-align: right;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: thin;
}

/*------------------------------------------------------------------*
 *強調文字
 *------------------------------------------------------------------*/
.look {
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}

/*------------------------------------------------------------------*
 *トップ画面下のリンクバナー
 *------------------------------------------------------------------*/
#link_top_banner{
}
.link_top {
    display: table;
    width: 100%;
    background: #EEE;
    margin:0;

}
.link_top_item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.link_top_item + .link_top_item {
    border-left: 1px solid #CCC;
}

.link_top_item a {
    display: block;
    padding: 15px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

/*------------------------------------------------------------------*
 *clearfix
 *------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
