@charset "utf-8";

/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5;
	color: #000000;
	background-color: #3D85CC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

* {
	font-size:100%;
}

/*table*/
table {
	text-align: left;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*link*/
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.clr {
	clear:both;
	margin: 0px;
	padding: 0px;
}

/*header tag*/
h1 {
	margin: 0px;
	padding: 25px 0px 0px 10px;
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
h1 a {color: #000000;text-decoration: none;}
h1 a:visited {color: #000000;text-decoration: none;}
h1 a:hover {color: #000000;text-decoration: none;}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 30px 0px 0px 20px;
	float: left;
	color: #000000;
	line-height: 20px;
}
h3 {
	margin: 0px 0px 10px;
	padding: 2px 0px 10px 10px;
	background-image: url(../../images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
h4 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
}
h5 {}
h6 {}
blockquote {}
ul {}
ol {}
li {}
p {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.font_red {
	color: #FF0000;
}
/*レイアウト背景*/
#container {
	margin: 0px auto 30px;
	padding: 0px;
	width: 800px;
	text-align: left;
	background-image: url(../../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/*ヘッダー*/
#header {
	background-image: url(../../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 800px;
}
.header_menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: left;
}
.header_menu ul {
	margin: 0px;
	padding: 10px 10px 0px 0px;
	float: right;
}
.header_menu li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 12px;
	float: left;
	list-style-type: none;
	background-image: url(../../images/header_menu_li_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.header_menu li a {
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
.header_menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.header_menu li a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*コンテンツ*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-image: url(../../images/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#side {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#side img {
	vertical-align: top;
}
.menu ul {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
.menu li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../../images/menu_bg.gif);
	background-position: 1px 0px;
}
.menu li a {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 28px;
	display: block;
	text-decoration: none;
	color: #000000;
}
.menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.menu li a:hover {
	color: #FF6600;
	text-decoration: none;
}
.side_bnr_area {}

/*メインコンテンツ*/
#main{
	width:580px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float:left;
}

/*フッター*/
#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 72px;
	text-align: center;
}
.footer_menu {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}
.footer_menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
.footer_menu li {
	margin: 0px;
	padding: 0px 5px;
	float: left;
	list-style-type: none;
	background-image: url(../../images/footer_menu_li_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer_menu li a {
	padding: 0px;
	margin: 0px 6px;
	color: #000000;
	text-decoration: underline;
}
.footer_menu li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.copyright {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	color: #FFFFFF;
}

/*パンクズ*/
.crum {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

/*ヘッダートップイメージ*/
.header_top_img {}

/*ホーム*/
.top_img {
	width: 580px;
	height: 314px;
	padding: 0px;
	background-image: url(../../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.top_img h2 {
	text-indent: -9999px;
}
.copy_text {
	margin: 0px;
	padding: 0px;
}
.top_info {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.top_info dl {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.top_info dt {
	margin: 0px;
	padding: 0px;
}
.top_info dd {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: url(../../images/dotline_top_info.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
}
/*会社案内*/
.company {}
.company table {
	width: 570px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
.company table td {
	margin: 0px 2px 2px 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.company_tr01 {
	background-color: #F3F3F3;
        vertical-align:top;
}
.company_tr02 {
	background-color: #FAFAFA;
        vertical-align:top;
}

/*お問い合わせ*/
.contact {}
.contact table {
	width: 570px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
.contact table td {
	margin: 0px 2px 2px 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.contact_tr01 {
	background-color: #F3F3F3;
}
.contact_tr02 {
	background-color: #FAFAFA;
}
.submit {
	text-align: center;
}
.field_active {
	margin: 0px;
	padding: 0px;
	width: 300px;
	ime-mode: active; 
}
.field_zipcode {
	margin: 0px;
	padding: 0px;
	width: 50px;
	ime-mode: inactive; 
}
.field_inactive {
	margin: 0px;
	padding: 0px;
	width: 300px;
	ime-mode: inactive; 
}
/*ページトップ*/
.page_top {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-image: url(../../images/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 70px;
	height: 17px;
	float: right;
	display: block;
}
.page_top a {
	width: 70px;
	height: 17px;
	display: block;
	text-indent: -9999px;
}

/*一覧へ戻る*/
.back {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

/*一覧表示*/
.list {}
.list_navi {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.list_item {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.list_img {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	float: left;
}
.list_link {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: right;
	clear: left;
}
/*詳細表示*/
.detail {}
.detail_item {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.detail_img01 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: left;
	}
.detail_img02 {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: left;
}
.detail_text {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: left;
}
/*アクセスマップ*/
.access_map {}
