@charset "utf-8";

/*----------------------------------------------------------------
CSS Document

Copyright(c)  All Rights Reserved.
----------------------------------------------------------------*/

/*--外部スタイル読み込み-----------------------*/

@import url("common.css");


/*--基本レイアウト定義-----------------------*/
body {
	background: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(../img/common/header.jpg);
	background-repeat: no-repeat;
	height: 284px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B7D0D5;
}
#header .inner {
	padding-top: 43px;
	padding-left: 34px;
	width: 340px;
}
#header .inner h1 {
	font-size: 12px;
	font-weight: normal;
}
#header .inner #desc {
	line-height: 1.5;
}
#contents {
	background-image: url(../img/common/contents_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#contents #alpha {
	float: left;
	width: 210px;
	padding-bottom: 30px;
}
#contents #beta {
	text-align: left;
	float: right;
	width: 505px;
	padding-right: 10px;
	padding-top: 25px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*-- navi -----------*/
#navi {
}
#navi h2 {
	font-size: 12px;
	color: #286367;
	text-align: center;
	line-height: 33px;
	margin-top: 16px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
}
#navi li a {
	background-image: url(../img/common/navi_a_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 49px;
	padding-left: 40px;
	text-decoration: none;
	font-weight: bold;
}
#navi li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../img/common/navi_a-hover_back.gif);
}
#navi ul ul {
}
#navi ul ul li {
}
#navi ul ul li a {
	background-image: url(../img/common/navi_sab_a_back.gif);
	padding-left: 55px;
}
#navi ul ul li a:hover {
	background-image: url(../img/common/navi_sab_a_back.gif);
	padding-left: 65px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*--トップページ---------------*/
.top_page_div {
	margin-bottom: 15px;
}
.top_page_div h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
}
.top_page_div {
}


/*--コンテンツページ-------------------*/
#topic-pass {
	margin-bottom: 5px;
}
#topic-pass a {
	color: #003366;
	text-decoration: underline;
}
#topic-pass a:hover {
	color: #666666;
	text-decoration: none;
}

#page-title {
	background-image: url(../img/contents/page-title.jpg);
	padding-top: 52px;
	padding-left: 10px;
	font-size: 18px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content_wrap {
}
#content_wrap  h3 {
	color: #0056D7;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
}
#content_wrap  h4 {
	color: #0056D7;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}
#content_wrap  em {
	color: #0056D7;
	margin-bottom: 10px;
	font-weight: bold;
}
.entry_wrap {
	margin-bottom: 20px;
}
#page-title2 {
	border-bottom-style: double;
	font-size: 16px;
	margin-bottom: 10px;
}

#bottom_contact {
	text-align: center;
	margin-top: 15px;
}
#bottom_contact p {
	margin-bottom: 10px;
}



.news_entry_wrap {
}
.news_entry_wrap h3 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 16px;
}
.news_entry_wrap h3 a {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.news_entry_wrap h3 a:hover {
	color: #333333;
	text-decoration: underline;
}
.news_entry_wrap .entry_head {
	margin-bottom: 5px;
}
.news_entry_wrap .entry_head .entry_date {
	text-align: right;
}


#contact_div_wrap {

}
.form_table {
	border-collapse:collapse;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	width: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.form_table th span {
	font-size: 9px;
	color: #000066;
	display: block;
}
.form_table th .must {
	float: left;
}
.form_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
}
.form_table2 {
	border-style: none;
}
.form_table2 td {
	border-style: none;
	padding: 0px;
}
.form_table2 th {
	border-style: none;
	padding: 0px;
}
.form_table td .textbox {
	padding: 2px;
}

/*---会社概要---------------*/
#company_wrap {
}
#company_wrap table {
	border-collapse:collapse;
	border-bottom: none;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#company_wrap table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
}
#company_wrap table .td_01 {
	width: 100px;
	border-bottom: 1px dotted #999999;
}
#company_wrap table .td_02 {
	border-bottom: 1px dotted #999999;
}

/*--- news ---------------------*/
#top_news {
	margin-top: 10px;
}
#top_news h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 5px;
}
#top_news ul {
	list-style: none;
}
#top_news ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}
#news_list_wrap {
}
#news_list_wrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#news_list_wrap ul li {
	padding: 10px;
}
#news_list_wrap ul .list-c01 {
}
#news_list_wrap ul .list-c02 {
	background: #F0F0F0;
}
#news_list_wrap ul .list-date {
	display: block;
	float: left;
	width: 100px;
}
#news_list_wrap ul .list-title {
	float: left;
	width: 300px;
	display: block;
}

/*-- サイトマップ ------------------------------------*/
#sitemap_div {
}
#sitemap_div ul {
	margin-left: 2em;
}
#sitemap_div ul li {
	margin-bottom: 5px;
}
#sitemap_div ul li a {
}
#sitemap_div ul li ul {
	margin-top: 5px;
}
#sitemap_div ul li ul li {
}
#sitemap_div ul li ul li a {
}

