@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size:62.5%;
	background-color: #FFFFFF;
}
h1, h2 {
	font-size:1.4em;
}
h3, h4, h5, h6 {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	font-size:1.2em;
	font-weight: normal;
	line-height:1.5em;
	color: #555555;
	text-decoration: none;
	text-align: center;
}
table, thead, tbody, tfoot, tr, th, td {
	font-weight: normal;	
}
table {
	border-collapse: collapse;	
} 
img,img a {border: none;}
address {
	font-style: normal;
}
input {
	font-size: 1.0em;
}
textarea {
	font-size: 1.0em;
}
li {
	list-style-type: none;
}

a:link {
	color: #448811;
	text-decoration: none;
}
a:visited {
	color: #77aa11;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	position: relative;
}
/* Hides from IE-mac */
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* END hides from IE-mac */

.float-left {float:left;}
.float-right {float:right;}

.margin-top5 {margin-top:5px;}
.margin-top10 {margin-top:10px;}
.margin-top15 {margin-top:15px;}
.margin-top20 {margin-top:20px;}
.margin-top25 {margin-top:25px;}
.margin-top30 {margin-top:30px;}
.margin-top40 {margin-top:40px;}
.margin-top50 {margin-top:50px;}
.margin-top60 {margin-top:60px;}
.margin-top70 {margin-top:70px;}
.margin-top80 {margin-top:80px;}
.margin-top90 {margin-top:90px;}
.margin-top100 {margin-top:100px;}
.margin-left5 {margin-left: 5px;}
.margin-left10 {margin-left: 10px;}
.margin-left15 {margin-left: 15px;}
.margin-left20 {margin-left: 20px;}
.margin-left30 {margin-left: 30px;}
.margin-left40 {margin-left: 40px;}
.margin-right5 {margin-right: 5px;}
.margin-right10 {margin-right: 10px;}
.margin-right15 {margin-right: 15px;}
.margin-right20 {margin-right: 20px;}
.margin-right30 {margin-right: 30px;}
.margin-right40 {margin-right: 40px;}
.margin-bottom5 {margin-bottom: 5px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom220 {
	margin-bottom: 220px;
}


.block-center {margin: 0px auto;}

.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.text-bottom {vertical-align: bottom;}
.text-middle {vertical-align: middle;}

.bold {font-weight: bold;}
.bold2 {
	font-size: 1.2em;
	font-weight: bold;
}
.small {
	font-size: 0.8em;
	line-height: 1.4em;
}
.big {
	font-size: 1.2em;
	line-height: 1.5em;
}

.red1 {color: #FF0000;}
.red2 {color: #FF3366;}
.orange1 {color: #FF6600;}
.blue1 {color: #3366CC;}
.brown1 {color: #CC3300;}
.green {color: #339933;}

/* 枠======================================= */
#wrapper {
	text-align: center;
}
#container {
	background-color: #FFFFFF;
	text-align: center;
}

/* ヘッダ======================================= */
#header {

}
#header-top {
	background-image: url(../img/header_topbk.jpg);
	background-repeat: repeat-x;
	height: 135px;
	text-align: left;
}
#header-top-main {
	height: 135px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 160px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
#header-top-mainbox {
	float: right;
	width: 450px;
}
#header-top-mainbox #description {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#header-menu {
	width: 390px;
	margin-top: 65px;
	margin-left: 50px;
}
#header-menu li {
	float: left;
	width: 90px;
	height: 26px;
	margin-right: 5px;
}
#header-menu a {
	height: 26px;
	width: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header-menu a#hm-home {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header-menu a:hover#hm-home {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
#header-menu a#hm-topics {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -90px 0px;
}
#header-menu a:hover#hm-topics {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -90px -26px;
}
#header-menu a#hm-contact {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
#header-menu a:hover#hm-contact {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -180px -26px;
}
#header-menu a#hm-sitemap {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -270px 0px;
}
#header-menu a:hover#hm-sitemap {
	background-image: url(../img/header_top_btn.jpg);
	background-repeat: no-repeat;
	background-position: -270px -26px;
}
#header-top2 {
	height: 344px;
	background-image: url(../img/header_top_bk2.jpg);
	background-repeat: repeat-x;
}
#header-top2-main {
	height: 344px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header_topmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-sub {
	height: 211px;
	background-image: url(../img/header_sub_bk2.jpg);
	background-repeat: repeat-x;
}
#header-sub-main {
	height: 211px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header_topmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#main-menu {
	margin-right: auto;
	margin-left: auto;
	height: 58px;
	width: 950px;
	margin-top: 3px;
}
#main-menu li {
	float: left;
}
#main-menu a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#main-menu a#mm-netsos {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 58px;
	width: 160px;
}
#main-menu a:hover#mm-netsos {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -58px;
	height: 58px;
	width: 160px;
}
#main-menu a#mm-netsos-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -58px;
	height: 58px;
	width: 160px;
}
#main-menu a#mm-about {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -160px 0px;
	height: 58px;
	width: 157px;
}
#main-menu a:hover#mm-about {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -160px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-about-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -160px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-members {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -317px 0px;
	height: 58px;
	width: 157px;
}
#main-menu a:hover#mm-members {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -317px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-members-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -317px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-blog-members {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -474px 0px;
	height: 58px;
	width: 157px;
}
#main-menu a:hover#mm-blog-members {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -474px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-blog-members-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -474px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-blog-activity {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -631px 0px;
	height: 58px;
	width: 157px;
}
#main-menu a:hover#mm-blog-activity {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -631px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-blog-activity-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -631px -58px;
	height: 58px;
	width: 157px;
}
#main-menu a#mm-recruiting {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -788px 0px;
	height: 58px;
	width: 162px;
}
#main-menu a:hover#mm-recruiting {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -788px -58px;
	height: 58px;
	width: 162px;
}
#main-menu a#mm-recruiting-on {
	background-image: url(../img/main_btn.jpg);
	background-repeat: no-repeat;
	background-position: -788px -58px;
	height: 58px;
	width: 162px;
}

/* メイン======================================= */
#main{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#mainbox {
	width: 700px;
	float: left;
	text-align: left;
}
#top-netsos {
	height: 705px;
	width: 360px;
	background-image: url(../img/index_sos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}
#topsos-detail-bt {
	height: 18px;
	width: 69px;
	position: absolute;
	left: 280px;
	top: 678px;
}
#topsos-detail-bt a {
	height: 18px;
	width: 69px;
	display: block;
	background-image: url(../img/detail_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topsos-detail-bt a:hover {
	background-image: url(../img/detail_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}
#top-topics {
	width: 340px;
	float: right;
	text-align: center;
}
#top-topicsbox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#top-topicsbox ul {
	width: 300px;
	margin-top: 20px;
}
#top-topicsbox li {
	background-image: url(../img/index_topics_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 18px;
	padding-bottom: 8px;
	padding-right: 7px;
	padding-left: 7px;
}
#top-topicsbox .top-topics-date {
	background-image: url(../img/index_topics_tag.png);
	background-position: left center;
	text-indent: 15px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
#top-topicsbox .top-topics-title {
	padding-left: 15px;
}

.detail-bt {
	padding-right: 5px;
}
.detail-bt a {
	height: 18px;
	width: 69px;
	display: block;
	background-image: url(../img/detail_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}
.detail-bt a:hover {
	background-image: url(../img/detail_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -18px;
}

#sidebox {
	float: right;
	width: 240px;
	text-align: left;
}
.side-bn li {
	margin-bottom: 10px;
}
.side-bn h2 img {
	vertical-align: bottom;
}


/* フッタ======================================= */
#footer {
	margin-top: 20px;
	background-color: #346800;
	background-image: url(../img/footer_bk1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
	color: #D1EBAF;
	line-height: 1.5em;
	font-size: 0.9em;
	padding-bottom: 30px;
}
#pagetop {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}
#pagetop a {
	height: 36px;
	width: 101px;
	float: right;
	background-image: url(../img/pagetop_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-right: 15px;
	overflow: hidden;
}

#footer-box {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_img1.png);
	background-repeat: no-repeat;
	background-position: 830px 20px;
}
#footer-main {
	width: 810px;
	background-image: url(../img/footer_line.png);
	background-repeat: repeat-y;
}
#footer-main   #fcompany {
	float: left;
	width: 210px;
}
#fcompany  h2 {
	padding-left: 5px;
}
#fcompany  p {
	padding-left: 5px;
}
#footer-menu {
	width: 582px;
	float: right;
}
#footer-menu a:link {
	color: #C8E162;
}
#footer-menu a:visited {
	color: #A0C828;
}

#footer-menu a:hover {
	color: #F7A428;
}

#fnav-mn1 {
	float: left;
	width: 17%;
}
#fnav-mn2 {
	width: 35%;
	float: left;
}
#fnav-mn3 {
	float: left;
	width: 28%;
}
#fnav-mn4 {
	float: left;
	width: 20%;
}
#fnav  li.fnav-tag {
	background-image: url(../img/footer_tag.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 20px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 12px;
}
#fnav li.fnav-tag2 {
	background-image: url(../img/footer_tag.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 20px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

#fnav .fnav-pt {
	margin-left: 20px;
	margin-bottom: 3px;
}


#copyrights {
	text-align: center;
	margin-top: 30px;
}


/* その他======================================= */

.pankuzu {
	background-image: url(../img/pankuzu_tag.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 16px;
	line-height: 16px;
	text-indent: 26px;
	margin-bottom: 15px;
}
.side-mn {

}
.side-mn .side-mn-main {
	height: 35px;
	line-height: 35px;
	text-indent: 45px;
	background-image: url(../img/sidemn_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}
.side-mn .side-mn-end {
	background-image: url(../img/sidemn_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 45px;
	height: 40px;
	vertical-align: middle;
	padding-top: 9px;
}
.side-mn2 {
	background-image: url(../img/blog_side_bk.jpg);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
.side-mn2 h2 {
	margin-bottom: 12px;
}
.side-mn2 .caption {
	text-align: center;
	margin-bottom: 3px;
}


.calendar_table {
	border: 1px solid #CCCCCC;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.calendar_table th {
	background-color: #F9FFE2;
	border: 1px solid #CCCCCC;
	height: 22px;
	text-align: center;
	vertical-align: middle;
}
.calendar_table td {
	background-color: #FFFFFF;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
.calendar_table .sat {
	color: #3399CC;
}
.calendar_table .sun {
	color: #FF3333;
}
.calendar_table a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6633;
}
.calendar_table a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #77aa11;
}



.blog-list {
	margin-right: 10px;
	margin-left: 17px;
}
.blog-list li {
	background-image: url(../img/blog_sidemn_tag.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.calendar_table a:link {
	font-weight: bold;
	text-decoration: underline;
}
#feedmk {
	text-align: center;
	margin-bottom: 40px;
}
#feedmk p {
	margin-bottom: 10px;
}



.contentbox {
	width: 670px;
	margin-left: 6px;
}
.titlebox {
	background-image: url(../img/title_parts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 670px;
	line-height: 44px;
	font-weight: bold;
	color: #669900;
	text-indent: 27px;
	font-size: 1.2em;
	vertical-align: middle;
	margin-bottom: 24px;
}
.titlebox2 {
	background-image: url(../img/title_parts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 670px;
	line-height: 44px;
	font-weight: bold;
	color: #669900;
	text-indent: 27px;
	font-size: 1.2em;
	vertical-align: middle;
	margin-bottom: 24px;
	margin-left: 10px;
}

#syuibox {
	margin-left: 10px;
}
#syuibox #syuibox-left {
	float: left;
	width: 62%;
}
#syuibox #syuibox-right {
	float: right;
	width: 36%;
	text-align: right;
}
#gaiyoubox {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#gaiyoubox table {
	border: 1px solid #dddddd;
}
#gaiyoubox  th {
	border: 1px solid #dddddd;
	width: 26%;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #EBFAC0;
}
#gaiyoubox td {
	border: 1px solid #dddddd;
	width: 74%;
	text-align: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #F9FFE2;
}
.blogbox {
	padding-left: 25px;
	margin-bottom: 20px;
}
.blogbox-main  {
	background-image: url(../img/blog_bk.png);
	background-repeat: repeat-y;
	width: 640px;
}
.blog-content  {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
.blog-content .blog-tt {
	background-image: url(../img/blog_line1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
	margin-top: 5px;
}
.blog-content  h3  {
	background-image: url(../img/blog_tag.png);
	background-repeat: no-repeat;
	background-position: 4px top;
	padding-left: 24px;
	font-weight: bold;
	color: #336600;
}
.blog-date  {
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
	color: #448811;
}
.blog-content .blog-content-main {
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 18px;
}
.more_link     {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
}
.topicsbox {
	width: 640px;
	margin-left: 25px;
	margin-bottom: 30px;
}
.topicsbox h3 {
	background-image: url(../img/topics_hh.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	color: #336600;
}
.topics-content {
	width: 610px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.normalbox {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#netsos-service li {
	background-image: url(../img/line_a640.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 17px;
}
#netsos-service .nm {
	float: left;
	height: 20px;
	width: 25px;
	padding-left: 5px;
}
#netsos-service .mc {
	float: right;
	width: 607px;
	font-weight: bold;
	color: #993300;
}
#netsos-sevicebox #nleft {
	background-image: url(../img/netsos_service_tb_bk.png);
	background-repeat: repeat-y;
	float: left;
	width: 220px;
}
#netsos-sevicebox #nleft ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#netsos-sevicebox #nleft li {
	margin-bottom: 5px;
	color: #CC3300;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 17px;
}

#netsos-sevicebox #nmid {
	float: left;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	padding-top: 200px;
}
#netsos-sevicebox #nright {
	float: right;
	width: 220px;
	background-image: url(../img/netsos_service_sp_bk.png);
	background-repeat: repeat-y;
}
#netsos-sevicebox #nright ul {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#netsos-sevicebox #nright li {
	background-image: url(../img/netsos_service_sp_parts.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 190px;
	margin-bottom: 28px;
	color: #336699;
	line-height: 26px;
}
#netsos-sevicebox #nright li p {
	margin-right: 10px;
	margin-left: 10px;
}
#netsos-sevicebox #nright li.parts2 {
	background-image: url(../img/netsos_service_sp_parts2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	width: 190px;
}
#netsos-sevicebox #nright .parts2 p {
	line-height: 1.3em;
	padding-top: 6px;
}
#netsos-toi {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C2E48F;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.normalbox2 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/netsos_boxptt_bk.jpg);
	background-repeat: repeat-y;
}
.normalbox2 .normalbox2-cnt {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
}
.soy_inquiry_tyu  {
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	color: #FF3333;
}
.soy_inquiry_tyu img {
	vertical-align: middle;
}
#inquiry_form {
	width: 100%;
}
#inquiry_form  th  {
	border: 3px solid #FFFFFF;
	width: 28%;
	background-color: #CBE9A5;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #336600;
}
#inquiry_form .hissu {
	background-image: url(../img/hissu.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#inquiry_form  td  {
	border: 3px solid #FFFFFF;
	width: 72%;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #E8F8BF;
}
#inquiry_jusho {
	width: 100%;
}
#inquiry_jusho th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #E8F8BF;
}
#inquiry_jusho td {
	background-color: #E8F8BF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#inquiry_soushin {
	width: 100%;
	margin-top: 10px;
}
#inquiry_soushin td {
	text-align: center;
}
#kiyaku h4 {
	background-image: url(../img/line_b640.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}
#kiyaku ul {
	margin-right: 15px;
	margin-left: 15px;
}
#kiyaku   ul li  {
	margin-bottom: 15px;
}
#kiyaku ul h5 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDD993;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#kiyaku ul p {
	margin-right: 10px;
	margin-left: 10px;
}
#kiyaku    ol   li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 35px;
}
#kiyaku   ol   li ol li   {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 25px;
}
#sitemap   .upp {
	background-image: url(../img/line_b640.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
#sitemap  .upp2 {
	background-image: url(../img/line_b640.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#sitemap   p   {
	display: block;
	background-image: url(../img/sitemap_tag.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	text-indent: 22px;
}
#sitemap p.mn {
	font-weight: bold;
}
#sitemap  .mid {
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #61B30F;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#sitemap .mid2 {
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #61B30F;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
#members h3 {
	background-image: url(../img/members_tt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	text-indent: 22px;
	font-weight: bold;
	color: #336600;
	line-height: 26px;
}
#members th {
	width: 22%;
	color: #336600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3DD82;
}
#members td {
	width: 78%;
	padding-left: 7px;
}

#members .odd1 th {
	background-color: #EEF8DA;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#members .odd1 td {
	background-color: #EEF8DA;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	width: 78%;
}
#members .odd2 th {
	background-color: #EEF8DA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
}
#members .odd2 td {
	background-color: #EEF8DA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}
#members .even1 th {
	background-color: #F1FFBA;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#members .even1 td {
	background-color: #F1FFBA;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
#members .even2 th {
	background-color: #F1FFBA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
}
#members .even2 td {
	background-color: #F1FFBA;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}
#recruiting #pretext {
	line-height: 2em;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
	color: #336600;
}
#recruiting ul {
	margin-top: 30px;
}
#recruiting li {
	margin-bottom: 25px;
}

#recruiting  li h4 {
	background-image: url(../img/line_b640.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 7px;
	color: #336600;
}
#recruiting  li p {
	margin-right: 15px;
	margin-left: 15px;
}
#recruiting ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
}
#recruiting #footbox {
	background-color: #EEF8DA;
	border: 1px dotted #C2E48F;
	padding: 15px;
	margin-top: 40px;
}
.imgfloat1 {
	display: block;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

