@charset "Shift_JIS";

@import "../web-box/contents/blog/css/wb-blog.css";
@import "../web-box/contents/pair/css/wb-pair.css";
@import "../web-box/contents/rss/css/wb-rss.css";
@import "../web-box/contents/faq/css/wb-faq.css";
@import "../web-box/contents/form/css/wb-form.css";
@import "../web-box/contents/links/css/wb-links.css";
@import "../web-box/contents/edit/css/wb-edit.css";
@import "../web-box/contents/favorite/css/wb-favorite.css";
@import "../web-box/contents/sitemap/css/wb-sitemap.css";
@import "../web-box/contents/map/css/wb-map.css";
@import "../web-box/contents/calendar/css/wb-calendar.css";
@import "../web-box/contents/gsearch/css/wb-gsearch.css";

/*------------------------------------------------------------- 全体構造 */

body
{
	margin: 0;
	padding: 0;
	min-width: 800px;
	text-align: center;
	font-family: helvetica,arial,verdana,sans-serif;
	background: #f0efe8 url("../img/bg.gif") repeat-y 50% 0;
}

#wrapper
{
	font-size: 84%;
	padding: 0;
	margin: 0 auto;
	color: #333333;
	text-align:left;
	width: 800px;
	line-height:1.6em;
	background-color: #fff;
}

#content
{
	float: left;
	width: 550px;
	padding: 0 10px 0 10px;
	margin:4px 0 0 0;
	text-align:left;
}

#content_wide
{
	float: left;
	width: 780px;
	padding: 0 10px 0 10px;
	margin:4px 0 0 0;
	text-align:left;
}

body#meibo_w #content
{
	width: 780px;
	line-height: 16px;
}

body#sanjo #content
{
	width: 780px;
	line-height: 16px;
}

body#sibu #content
{
	width: 780px;
	line-height: 16px;
}

body#sebn #content
{
	width: 780px;
}

body#nmz #content{
	width: 780px;
}

p
{
	margin:0;
	padding:0;
	text-indent:1em;
}

ul,ol{
	margin: 0 0 0 20px;
	padding: 0;
}

a
{
	color: #0066cc;
}

a:hover
{
	color: #cc9900;
	text-decoration: underline;
}

/*------------------------------------------------------------- ヘッダー */

#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 220px;
	background: url("../img/header.jpg") no-repeat bottom;
}

#header-sub {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 185px;
	background: url("../img/header_sub.gif") no-repeat bottom;
}

#header-sub-admin {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 76px;
	background: url("../img/header_sub.gif") no-repeat bottom;
}

#header1 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 60px;
	background: url("../img/header1.gif") no-repeat bottom;
}

#header2 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 225px;
	background: url("../img/header2.jpg") no-repeat;
}

#header2 #message{
	float: right;
	width: 200px;
	padding: 144px 18px 0 0;
	margin:0;
	text-align: left;
	line-height: 1.4em;
}

#header3 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 73px;
}

/*コンテンツボックス全ページ共通*/
.box {
	padding:0 12px 0 12px;
	margin:0;
	clear:both;
}

.point_up {
	padding:2px 6px 0px 6px;
	margin:0;
	background-color: #66CCCC;
	letter-spacing: 0.1em;
	font-size: 115%;
	color: white;
	font-weight: bold;
	clear:both;
}
.point_up_sub {
	padding:3px 6px 2px 6px;
	margin:0;
	background-color: #CDEEEE;
	letter-spacing: 0.1em;
	font-size: 100%;
	clear:both;
}

.box-link {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	float: right;
}

.cbox {
	margin: 0;
	padding: 0;
	background-color:#ddd;
}

/*------------------------------------------------------------- フッター */
#footer {
	clear: both;
	width:800px;
	padding: 0;
	margin: 0;
}

/*------------------------------------------------------------- 見出し */
h1 {
	clear:both;
	width: 100%;
	height: 36px;
	text-indent: 30px;
	padding: 0;
	margin:0 0 10px 0;
	line-height:38px;
	color: #fff;
	background-image:url("../img/bg_h1.gif");
	background-repeat:no-repeat;
	background-position:top left;
	font-size:120%;
}
h1 a,
h1 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

body#meibo_w h1,#sanjo h1,#sibu h1,#sebn h1,#nmz h1 {
	width: 100%;
	background-image:url("../img/bg2_h1.gif");
}


h2 {
	clear:both;
	width: 100%;
	height: 26px;
	text-indent: 30px;
	line-height: 28px;
	margin:10px 0 6px 0;
	padding: 0;
	font-size:100%;
	background-color: #eaeaea;
	background-image:url("../img/bg_h2.gif");
	background-repeat:no-repeat;
	background-position:left;
}

h2 a,
h2 a:hover {
	color: #333333;
	text-decoration: none;
}

h3 {
	clear:both;
	height: 26px;
	text-indent: 18px;
	line-height: 28px;
	margin:10px 0 0 0;
	padding: 0;
	font-size:100%;
	background-image:url("../img/marker1.gif");
	background-repeat:no-repeat;
	background-position:left;
	font-weight: bold;
}

.sub-title {
	height: 26px;
	text-indent: 30px;
	line-height: 28px;
	margin:20px 0 10px 0;
	padding: 0;
	font-size:100%;
	background-color: #eaeaea;
	background-image:url("../img/bg_h2.gif");
	background-repeat:no-repeat;
	background-position:left;
}

.sub-title2 {
	height: 26px;
	text-indent: 18px;
	line-height: 28px;
	margin:10px 0 0 0;
	padding: 0;
	font-size:100%;
	background-image:url("../img/marker3.gif");
	background-repeat:no-repeat;
	background-position:left;
	font-weight: bold;
}

.sub-title3 {
	line-height: 18px;
	margin:10px 0 10px 0;
	padding: 0 0 0 8px;
	font-size:100%;
	background-image:url("../img/marker4.gif");
	background-repeat:no-repeat;
	background-position:left top;
	font-weight: bold;
}

.sub-title4 {
	line-height: 18px;
	margin:10px 0 0 0;
	padding: 0 0 0 8px;
	font-size:100%;
	background-image:url("../img/marker4.gif");
	background-repeat:no-repeat;
	background-position:left top;
	font-weight: bold;
}

.sub-title2-2 {
	height: 26px;
	text-indent: 18px;
	line-height: 28px;
	margin:0;
	padding: 0;
	font-size:100%;
	background-image:url("../img/marker3.gif");
	background-repeat:no-repeat;
	background-position:left;
	font-weight: bold;
}

/*------------------------------------------------------------- リスト定義 */

/*トップページTOPICS用*/
ul.topics {
	margin-left: 12px;
	margin-bottom: 30px;
	padding:0;
}

ul.topics li {
	margin:8px 0;
	padding: 0 0 0 0;
	list-style: none;
	text-indent: 18px;
	line-height: 120%;
	background: url("../img/marker2.gif") no-repeat left;
}

ul.topics li.none {
	background: url("") no-repeat left;
}

/*全ページ共通１*/
.base ul {
	margin:0 0 0 4px;
	padding:0;
}

.base ul li {
	margin:0;
	padding:0 0 0 10px;
	list-style: none;
	background: url("../img/list_marker2.gif") no-repeat left top;
}

/*全ページ共通２*/
ul {
	margin-left: 4px;
	margin-bottom: 10px;
	padding:0;
}

ul li {
	padding-left: 10px;
	list-style: none;
	background-image: url("../img/list_marker2.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul li li {
	background-image: url("../img/list_marker3.gif");
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 6em;
	margin-top: -1.6em;
}

/*検索結果ページ専用*/

body#nmz dt {
	font-weight: bold;
}

body#nmz dd {
	margin-top: 0;
	margin-left: 2em;
	line-height: 1.6em;
}


/*------------------------------------------------------------- フォントカラー 大きさ */

.red {color: #ff0033; }
.red-dark {color: #993333; }
.yellow {color: #cc9900; }
.blue {color: #0066cc; }

.small5 {font-size: 50%}
.small6 {font-size: 60%}
.small7 {font-size: 70%}
.small8 {font-size: 80%}
.small9 {font-size: 90%}
.large1 {font-size: 110%; }
.large2 {font-size: 116%; }
.large3 {font-size: 130%; }
.large4 {font-size: 140%; }
.large5 {font-size: 150%; }
.large6 {font-size: 160%; }
.large7 {font-size: 170%; }

.bold{font-weight: bold; }

body#meibo_w h2 a.blue-link{
	text-decoration: underline;
	color: #0066cc;
	font-weight: normal;
}

body#meibo_w h2 a.blue-link:hover {
	color: #cc9900;
}

body#sibu h2 a.blue-link{
	text-decoration: underline;
	color: #0066cc;
	font-weight: normal;
}

body#sibu h2 a.blue-link:hover {
	color: #cc9900;
}


/*------------------------------------------------------------- ボックス */

.box-border {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #999999;
}

.half-box {
	float: left;
	width: 50%;
	margin: 0;
}

.st-box {
	float:left;
	width:150px;
	margin:0;
	padding: 0 0 0 20px;
	line-height:1.2em;
}

.clear {
	margin:0;
	padding:0;
	clear:both;
}

.clear-right {
	width: 360px;
	float: right;
	margin:0;
	padding:0;
}

.search {
	float: right;
	width: 228px;
	margin: 14px 0 0 0;
	padding: 0;
	height: 48px;
	text-align: center;
	background: url("../img/bg_search.gif") no-repeat;
}

input.inputtextarea { width: 130px; }

input.contact1 { width: 310px; }

textarea.contact2 { width: 420px; }

textarea.contact3 { width: 380px; }

.form { margin-top: 13px; }
form.none { margin:0;padding:0; }
table form { margin:0;padding:0; }

img.frame {
	border: 3px solid #ececec;
}
img.shibu,img.iin {
	margin:8px;
}
img.right{
	float:right;
	margin:0 0 1em 0.5em;
	clear:both;
}
img.left{
	float:left;
	margin:0 1.5em 0.5em 0;
	clear:both;
}
img {
	border: 0px solid #fff;
}



/*------------------------------------------------------------- テーブル */

.tbl {
	border-collapse:collapse;
	font-size:100%;
	line-height:1.2;
}
.tbl th	{
	background-color:#eee;
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl td	{
	background-color:#fff;
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl_bd {
	border-collapse:collapse;
	font-size:100%;
	line-height:142%;
}
.tbl_bd th	{
	background-color:#eee;
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl_bd td	{
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl_list {
	border-collapse:collapse;
	font-size:100%;
	line-height:1.2em;
}
.tbl_list th	{
	background-color:#666;
	border:solid 1px #ccc;
	vertical-align:top;
	text-align:center;
	color:#fff;
}
.tbl_list td	{
	border:solid 1px #ccc;
	vertical-align:top;
}
.tbl_none {
	border-collapse:collapse;
	font-size:100%;
}
.tbl_none th	{
	background-color:#eee;
	border:none;
	padding:0px;
	vertical-align:top;
	text-align:left;
}
.tbl_none td	{
	border:none;
	padding:0px;
	vertical-align:top;
}
.tbl_st_none {
	border-collapse:collapse;
}
.tbl_st_none th	{
	background-color:#eee;
	border:none;
	padding:0px;
	vertical-align:top;
	text-align:left;
	line-height:1.5em;
}
.tbl_st_none td	{
	border:none;
	padding:0px;
	vertical-align:top;
	line-height:1.5em;
}


/*------------------------------------------------------------- メインナビゲーション */

#navi {
	float: left;
	width: 554px;
	height: 56px;
	padding-left: 10px;
	margin-top: 10px;
	text-align: left;
}

#navi ul{
	margin: 0;
	padding: 0;
}

#navi li{
	margin: 0;
	padding: 0;
	display: inline;
}

#navi a {
	margin: 0;
	padding: 0;
	float:left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#navi li#top a{	width:78px;	height:57px;background-image: url("../img/navi_home.gif"); }
#navi li#intro a{	width:103px;	height:57px;background-image: url("../img/navi_syokai.gif"); }
#navi li#work a{	width:137px;	height:57px;background-image: url("../img/navi_jigyo.gif"); }
#navi li#outdoor a{	width:149px;	height:57px;background-image: url("../img/navi_okugai.gif"); }
#navi li#links a{	width:86px;	height:57px;background-image: url("../img/navi_link.gif"); }

#navi li#top a:hover{	background-position: 0px -58px; }
#navi li#intro a:hover{	background-position: 0px -58px; }
#navi li#work a:hover{	background-position: 0px -58px; }
#navi li#outdoor a:hover{	background-position: 0px -58px; }
#navi li#linksa:hover{	background-position: 0px -58px; }

body#home #navi li#top a,
body#syokai #navi li#intro a,
body#jigyo #navi li#work a,
body#okugai #navi li#outdoor a,
body#link #navi li#links a {background-position: 0px -58px; }


/*------------------------------------------------------------- タブナビゲーション */

#tab {
	float: right;
	margin: 27px 0 0 0;
	width: 365px;
}

#header-sub #tab {
	width: 365px;
}

#tab ul{
	margin: 0;
	padding:0;
}

#tab li{
	margin: 0;
	padding: 0;
	display: inline;
}

#tab a {
	margin: 0;
	padding: 0;
	float:left;
	text-indent: -9999px;
	text-decoration: none;
}

#tab li#kumiai a{	width:86px;	height:33px;background-image: url("../img/tab_kumiai.gif"); overflow: hidden; }
#tab li#support a{	width:97px;	height:33px;background-image: url("../img/tab_sanjo.gif"); overflow: hidden; }
#tab li#inquiry a{		width:77px;	height:33px;background-image: url("../img/tab_otoi.gif"); overflow: hidden; }
#tab li#application a{	width:100px;	height:33px;background-image: url("../img/tab_kanyu.gif"); overflow: hidden; }

/*
#tab li#kanyu a{	width:334px;	height:33px;background-image: url("../img/tab_kanyu.gif");background-repeat: no-repeat; }
*/

/*
#header-sub #tab li#kanyu a{	width:107px;	height:33px;background-image: url("../img/tab_kanyu.gif");background-repeat: no-repeat; }
*/

#tab li#kumiai a:hover{	background-position: 0px -41px; }
#tab li#support a:hover{	background-position: 0px -41px; }
#tab li#inquiry a:hover{	background-position: 0px -41px; }
#tab li#application a:hover{	background-position: 0px -41px; }

body#meibo #tab li#kumiai a,
body#meibo_w #tab li#kumiai a,
body#sanjo #tab li#support a,
body#otoi #tab li#inquiry a,
body#kanyu #tab li#application a{	background-position: 0px -41px; }


/*------------------------------------------------------------- SIDE BAR ナビゲーション */

/*SIDEBAR全体*/
#sidebar {
	float: right;
	width: 228px;
	margin: 0;
	padding:0 2px 0 0;
	text-align:left;
	background: url("../img/sb_bg.gif");
	line-height: 2em;
}

/*サイドバータイトルの定義*/
#sidebar-header {
	width: 228px;
	height: 29px;
	padding: 0;
	margin: 0;
	background:url("../img/sb_head.gif") no-repeat top;
}

/*サイドリスト部分の定義*/
#sidebar-body {
	width: 224px;
	padding: 0;
	margin: 0;
}

#sidebar-body ul{
	padding: 0;
	margin: 2px 0 10px 5px;
}

#sidebar-body li.sb-head{
	margin:0 0 4px 0;
	padding-left: 0px;
	list-style: none;
	text-indent: 14px;
	font-weight: bold;
	background: url("../img/list_head.gif") no-repeat bottom;
}

#sidebar-body li.sb-sub{
	margin-left: 12px;
	padding-left: 0;
	list-style: none;
	text-indent: 2px;
	line-height: 2.0em;
	background: url("../img/list_border.gif") no-repeat bottom;
}

#sidebar-body li.sb-head a {
	margin-left: 0;
	padding-left: 6px;
	color:#333333;
	text-decoration:none;
}

#sidebar-body li.sb-sub a {
	margin-left: 0;
	padding-left: 6px;
	color:#333333;
	text-decoration:none;
	background:url("../img/list_marker1.gif") no-repeat left;
}

#sidebar-body li.sb-head a:hover,
#sidebar-body li.sb-sub a:hover {
	color: #cc9900;
	text-decoration: underline;
}

/*最下段背景の収まり定義*/
#sidebar-footer {
	width: 228px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url("../img/sb_footer.gif") no-repeat bottom;
}

/*バナー部分の定義*/
#sidebar-banner {
	width: 228px;
	padding: 4px 0 12px 0;
	margin: 0;
	text-align: center;
	background: url("../img/sb_banner.gif") ;
}

#sidebar-banner .banner {
	border: 0px;
	padding: 0;
	margin: 6px 0 0 0;
}

/*------------------------------------------------------------- 管理ツールメインナビゲーション */
#nav {
	position:relative;
	padding:0 0 8px 0;
	margin:0;
	border-bottom: 1px solid #039;
	font: bold 12px Verdana, sans-serif;
}
#nav li {
	list-style: none;
	margin:0;
	display:inline;
	background: none;
}

ul#nav li a {
	padding:8px 10px 8px 10px;
	border:1px solid #039;
	border-bottom:none;
	background:#DDE;
	text-decoration:none;
}
ul#nav li a:link    { color: #039; }
ul#nav li a:visited { color: #039; }
ul#nav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #039;
}
body#a ul#nav li#a a, 
body#b ul#nav li#b a, 
body#c ul#nav li#c a, 
body#d ul#nav li#d a, 
body#e ul#nav li#e a, 
body#f ul#nav li#f a, 
body#g ul#nav li#g a, 
body#nav li {
	background:#fff;
	border-bottom: 1px solid #fff;
}

/*------------------------------------------------------------- sslで使用してたCSS */
body#meibo_w #content {
	width: 780px;
	line-height: 16px;
}
body#sanjo #content {
	width: 780px;
	line-height: 16px;
}
body#sibu #content {
	width: 780px;
	line-height: 16px;
}
body#sebn #content {
	width: 780px;
}
/*------------------------------------------------------------- ヘッダー */



#header-sub {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 185px;
	background: url("../img/header_sub.gif") no-repeat bottom;
}
#header1 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 60px;
	background: url("../img/header1.gif") no-repeat bottom;
}
#header2 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 225px;
	background: url("../img/header2.jpg") no-repeat;
}
#header2 #message {
	float: right;
	width: 200px;
	padding: 144px 18px 0 0;
	margin:0;
	text-align: left;
	line-height: 1.4em;
}
#header3 {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 73px;
}
/*コンテンツボックス全ページ共通*/

.box {
	padding:0 12px 0 12px;
	margin:0;
}
.box-link {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	float: right;
}
/*------------------------------------------------------------- フッター */
#footer {
	clear: both;
	width:800px;
	padding: 0;
	margin: 0;
}
/*------------------------------------------------------------- 見出し */
body#meibo_w h1, #sanjo h1, #sibu h1, #sebn h1 {
	width: 100%;
	background-image:url("../img/bg2_h1.gif");
}
h2 {
	clear:both;
	width: 100%;
	height: 26px;
	text-indent: 30px;
	line-height: 28px;
	margin:10px 0 6px 0;
	padding: 0;
	font-size:100%;
	background-color: #eaeaea;
	background-image:url("../img/bg_h2.gif");
	background-repeat:no-repeat;
	background-position:left;
}
h2 a,  h2 a:hover {
	color: #333333;
	text-decoration: none;
}
.sub-title {
	height: 26px;
	text-indent: 30px;
	line-height: 28px;
	margin:20px 0 10px 0;
	padding: 0;
	font-size:100%;
	background-color: #eaeaea;
	background-image:url("../img/bg_h2.gif");
	background-repeat:no-repeat;
	background-position:left;
}
.sub-title2 {
	height: 26px;
	text-indent: 18px;
	line-height: 28px;
	margin:10px 0 0 0;
	padding: 0;
	font-size:100%;
	background-image:url("../img/marker3.gif");
	background-repeat:no-repeat;
	background-position:left;
	font-weight: bold;
}
.sub-title3 {
	line-height: 18px;
	margin:10px 0 10px 0;
	padding: 0 0 0 8px;
	font-size:100%;
	background-image:url("../img/marker4.gif");
	background-repeat:no-repeat;
	background-position:left top;
	font-weight: bold;
}
.sub-title4 {
	line-height: 18px;
	margin:10px 0 0 0;
	padding: 0 0 0 8px;
	font-size:100%;
	background-image:url("../img/marker4.gif");
	background-repeat:no-repeat;
	background-position:left top;
	font-weight: bold;
}
/*------------------------------------------------------------- リスト定義 */
/*全ページ共通*/
ul li li {
	background-image: url("../img/list_marker3.gif");
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 6em;
	margin-top: -1.6em;
}
/*------------------------------------------------------------- フォントカラー 大きさ */



.red {
	color: #ff0000;
}
.red-dark {
	color: #993333;
}
.yellow {
	color: #cc9900;
}
.blue {
	color: #0066cc;
}
.small5 {
	font-size: 50%
}
.small6 {
	font-size: 60%
}
.small7 {
	font-size: 70%
}
.small8 {
	font-size: 80%
}
.small9 {
	font-size: 90%
}
.large1 {
	font-size: 110%;
}
.large2 {
	font-size: 120%;
}
.large3 {
	font-size: 130%;
}
.large4 {
	font-size: 140%;
}
.large5 {
	font-size: 150%;
}
.large6 {
	font-size: 160%;
}
.large7 {
	font-size: 170%;
}
.bold {
	font-weight: bold;
}
/*------------------------------------------------------------- ボックス */



.box-border {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #999999;
}
.half-box {
	float: left;
	width: 50%;
	margin: 0;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
.clear-right {
	width: 360px;
	float: right;
	margin:0;
	padding:0;
}
input.contact1 {
	width: 345px;
}
input.contact2 {
	width: 200px;
}
input.contact3 {
	width: 100px;
}
textarea.contact4 {
	width: 350px;
}
.form {
	margin-top: 13px;
}
img.right {
	float:right;
	margin:0 0 1em 1em;
	clear:both;
}
img.left {
	float:left;
	margin:0 1em 1em 0;
	clear:both;
}
img {
	border: 0px solid #fff;
}
/*------------------------------------------------------------- テーブル */



.tbl {
	border-collapse:collapse;
	text-align: left;
}
.tbl th {
	background-color:#eee;
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl td {
	background-color:#fff;
	border:solid 1px #ccc;
	padding:4px;
	vertical-align:top;
}
.tbl_list {
	border-collapse:collapse;
	font-size:100%;
	line-height:1.2em;
}
.tbl_list th {
	background-color:#666;
	border:solid 1px #ccc;
	vertical-align:top;
	text-align:center;
	color:#fff;
}
.tbl_list td {
	border:solid 1px #ccc;
	vertical-align:top;
}
.tbl_none {
	border-collapse:collapse;
	font-size:100%;
}
.tbl_none th {
	background-color:#eee;
	border:none;
	padding:0px;
	vertical-align:top;
	text-align:left;
}
.tbl_none td {
	border:none;
	padding:0px;
	vertical-align:top;
}

/*------------------------------------------------------------- SIDE BAR ナビゲーション */
/*サイドバータイトルの定義*/

#sidebar-header {
	width: 228px;
	height: 29px;
	padding: 0;
	margin: 0;
	background:url("../img/sb_head.gif") no-repeat top;
}
/*サイドリスト部分の定義*/

#sidebar-body {
	width: 224px;
	padding: 0;
	margin: 0;
}
#sidebar-body ul {
	padding: 0;
	margin: 2px 0 10px 5px;
}
#sidebar-body li#sb-head {
	margin:0 0 4px 0;
	padding-left: 0px;
	list-style: none;
	text-indent: 14px;
	font-weight: bold;
	background: url("../img/list_head.gif") no-repeat bottom;
}
#sidebar-body li#sb-head a {
	margin-left: 0;
	padding-left: 6px;
	color:#333333;
	text-decoration:none;
}
#sidebar-body li#sb-sub a {
	margin-left: 0;
	padding-left: 6px;
	color:#333333;
	text-decoration:none;
	background:url("../img/list_marker1.gif") no-repeat left;
}
#sidebar-body li#sb-head a:hover,  #sidebar-body li#sb-sub a:hover {
	color: #cc9900;
	text-decoration: underline;
}
/*最下段背景の収まり定義*/

#sidebar-footer {
	width: 228px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url("../img/sb_footer.gif") no-repeat bottom;
}
/*バナー部分の定義*/

#sidebar-banner {
	width: 228px;
	padding: 4px 0 12px 0;
	margin: 0;
	text-align: center;
	background: url("../img/sb_banner.gif");
}
#sidebar-banner .banner {
	border: 0px;
	padding: 0;
	margin: 6px 0 0 0;
}
input.inputtextarea {
	width: 130px;
}
input.contact1 {
	width: 345px;
}
input.contact2 {
	width: 200px;
}
input.contact3 {
	width: 100px;
}
textarea.contact4 {
	width: 345px;
}
.form {
	margin-top: 13px;
}

