@charset "UTF-8";

/* 全体設定ここから */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
p {
	font-size: 75%;
	line-height: 200%;
}
ul ,ol {
	font-size: 75%;
	line-height: 160%;
	list-style: none;
}
ul.normal {
	font-size: 100%;
}
ul.visible {
	list-style: disc outside;
	padding-left: 15px;
}
ol.visible {
	list-style: decimal outside;
	padding-left: 28px;
}
ul.visible_normal {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 100%;
	padding-left: 15px;
}
ol.visible_normal {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 100%;
	padding-left: 21px;
}
.likelist {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.likelist_bold {
	display: list-item;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
dl {
	font-size: 75%;
	line-height: 160%;
}
dt {
	margin-top: 5px;
}
dd {
	padding-left: 15px;
}
img {
	border-style: none;
}
.box {
	width: 480px;
	margin-right: 40px;
	margin-left: 40px;
}
.box_mid {
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
}
em {
	color: #FF0000;
	font-style: normal;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.boldletter {
	font-weight: bold;
}
.lredbold {
	font-size: 160%;
	font-weight: bolder;
	color: #FF0000;
}
.cap {
	font-size: 80%;
	margin-top: 20px;
	width: 500px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 150%;
}
.box_cap {
	margin-top: 20px;
	width: 500px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 150%;
}
.nowrap {
	white-space: nowrap;
}
h1 {
	font-size: 60%;
	padding-top: 10px;
}
h2 {
	height: 58px;
	width: 560px;
	margin-top: 7px;
	line-height: 58px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: url(images/h2_bg_yellow.gif) no-repeat left top;
}
h3 {
	clear: both;
	width: 532px;
	font-weight: bolder;
	padding-left: 10px;
	border-bottom: 1px solid #666666;
	border-left: 8px solid #ff9501;
	line-height: 150%;
	margin: 20px 5px;
}
h4 {
	padding-left: 25px;
	background-color: #FFC;
	line-height: 180%;
	width: 515px;
	font-size: 90%;
	margin: 10px;
	clear: both;
}
h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.next {
	float: right;
	margin-top: 30px;
}
.back {
	float: left;
	margin-top: 30px;
}
.gotop {
	float: right;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.leftspace {
	margin-left: 15px;
}
.top_padding {
	padding-top: 10px;
}
.bottom_padding {
	padding-bottom: 10px;
}
.topbottom_padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.margin_top {
	margin-top: 10px;
}
.clearfloat {
	clear: both;
}
.floatright  {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatleft  {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* 全体設定こまで */

/* ヘダー領域ここから */
#header {
	height: 78px;
	width: 735px;
	border-bottom: 2px solid #479501;
	padding-right: 10px;
	padding-left: 10px;
	background: #FFFFFF;
	position: relative;
	left: 31px;
	top: 22px;


}
#header a.home {
	position: absolute;
	right: 100px;
	top: 7px;
	background: url(images/arrow02_w.gif) no-repeat left 0px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	font-size: 60%;
	font-weight: bold;
	visibility: hidden;
}
#header a.sitemap {
	position: absolute;
	right: 20px;
	top: 7px;
	background: url(images/arrow02_w.gif) no-repeat left 0px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	font-size: 60%;
	font-weight: bold;
	visibility: hidden;
}
#header a.logo img {
	margin-top: 10px;
}
#header a.inquiry01 {
	position: absolute;
	top: 25px;
	right: 15px;
	visibility: hidden;
}
/* ヘダー領域ここまで */

/* サイド領域ここから */
#side {
	float: left;
	width: 150px;
	padding: 15px 10px;
	display: none;
}
#side ul li {
	margin-bottom: 10px;
}
#side ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 150px;
}

	/* ナビゲーション領域ここから */
#navi ul li.gnavi01 a{
	background: url(images/navigation01.gif) no-repeat left top;
	height: 90px;
	width: 150px;
	text-indent: -9999px;
}
#navi ul li.gnavi01 a.present{
	background: url(images/navigation01_h.jpg) no-repeat left top;
}
#navi ul li.gnavi02 {
	margin-top: 5px;
}
#navi ul li.gnavi02 a{
	background: url(images/navigation02.gif) no-repeat left top;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}
#navi ul li.gnavi02 a.present{
	background: url(images/navigation02_h.gif) no-repeat left top;
}
#navi ul li.gnavi03 {
	margin-top: 5px;
}
#navi ul li.gnavi03 a{
	background: url(images/navigation03.gif) no-repeat left top;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}
#navi ul li.gnavi03 a.present{
	background: url(images/navigation03_h.gif) no-repeat left top;
}
#navi ul li.gnavi04 {
	margin-top: 5px;
}
#navi ul li.gnavi04 a{
	background: url(images/navigation04.gif) no-repeat left top;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
}
#navi ul li.gnavi04 a.present{
	background: url(images/navigation04_h.gif) no-repeat left top;
}
#navi ul li.subnavi {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi ul li.subnavi a {
	width: 130px;
	margin: 0px;
	background: url(images/arrow02_g.gif) no-repeat left 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navi ul li.subnavi a.present {
	background: url(images/arrow02_g_h.gif) no-repeat left 8px;
	color: #FF9900;
}
#navi ul li.localnavi {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 110%;
}
#navi ul li.localnavi a {
	font-size: 95%;
	width: 128px;
	background: url(images/branchline_s.gif) no-repeat left 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#navi ul li.localnavi a.present {
	color: #FF9900;
}
	/* ナビゲーション領域ここまで */
	/* バナー領域ここから */
#banner {
	margin-top: 30px;
}
#banner p {
	font-weight: bold;
	color: #FFFFFF;
	background: #2f6201;
	text-align: center;
	line-height: 1.5em;
}
#banner ul {
	margin-top: 10px;
}
#banner ul li {
	margin-top: 5px;
	margin-bottom: 0px;
}
#banner ul li.banner01 a{
	background: url(images/banner01.jpg) no-repeat left top;
	height: 60px;
	width: 150px;
	text-indent: -9999px;
}
#banner ul li.banner02 a{
	background: url(images/banner02.jpg) no-repeat left top;
	height: 60px;
	width: 150px;
	text-indent: -9999px;
}
#banner ul li.banner03 a{
	background: url(images/banner03.gif) no-repeat left top;
	height: 60px;
	width: 150px;
	text-indent: -9999px;
}
	/* バナー領域ここまで */

/* サイド領域ここまで */

/* 問い合わせボタンここから */
#inquiry {
	width: 590px;
	height: 50px;
	margin-bottom: 15px;
	clear: both;
	padding-left: 170px;
	display: none;
}
#inquiry a.inquiry02 {
	background: url(images/inquiry.gif) no-repeat center center;
	text-indent: -9999px;
	height: 50px;
	width: 225px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* 問い合わせボタンここまで */

/* フッター領域ここから */
#footer {
	clear: both;
	width: 760px;
	border-top: 2px solid #479501;
	padding-top: 10px;
	text-align: center;
	background: #FFFFFF;
}
#footer ul li {
	display: inline;
}
#footer p {
	background: #479501;
	font: bold 70%/180% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
address {
	padding-top: 10px;
	padding-bottom: 7px;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
/* フッター領域ここまで */

/* コンテンツ共通領域ここから */
#contents {
	width: 560px;
	margin: 0px;
}
ul.topicpath li {
	display: inline;
	font-size: 90%;
	vertical-align: top;
}
ul.topicpath li .tp_space {
	margin-right: 3px;
}
/* コンテンツ共通領域ここまで */

/* 会社概要共通ここから */
#contents.aboutus h2 {
	background: url(images/h2_bg_green.gif) no-repeat left top;
	margin-bottom: 15px;
}
#contents.aboutus h3 {
	border-left: 8px solid #479501;
}
#contents.aboutus h4 {
	background: #D1FFB9 url(images/h4_point_green.gif) no-repeat 5px center;
}
#contents.aboutus table {
	border-collapse: collapse;	border-spacing: 0;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}
#contents.aboutus th {
	border: 1px solid #666666;
	font-weight: normal;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#contents.aboutus td {
	border: 1px solid #666666;
	padding: 5px 10px 5px 5px;
}
#contents.aboutus .box table {
	line-height: 150%;
	font-size: 80%;
}
#contents.aboutus .box table th {
	font-weight: normal;
	padding: 5px 10px 5px 5px;
	text-align: left;
	border: 1px solid #000000;
	width: 60px;
}
#contents.aboutus .box table td {
	padding: 5px 10px 5px 5px;
	border: 1px solid #000000;
}
#contents.aboutus dl.opened dt{
	padding-top: 5px;
	float: left;
	width: 7.5em;
	padding-left: 10px;
}
#contents.aboutus dl.opened dd{
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#contents.aboutus img.ceoimage{
	float: left;
	margin-bottom: 10px;
}
#contents.aboutus h4.ceo01 {
	width: 415px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	clear: none;
}
#contents.aboutus .padding_left {
	padding-left: 30px;
	width: 410px;
	float: right;
	padding-top: 10px;
}
#contents.aboutus .box .book {
	width: 500px;
	margin-left: 20px;
}
#contents.aboutus .bookcontents {
	float: left;
	width: 275px;
	margin-top: 10px;
}
#contents.aboutus .bookcontents table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 150%;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: -5px;
}
#contents.aboutus .bookcontents td {
	white-space: nowrap;
}
#contents.aboutus .bookcontents dl dd table tr th {
	width: 30px;
}
#contents.aboutus .bookimage {
	padding-top: 30px;
	float: right;
	padding-right: 20px;
}
#contents.aboutus .customer01 {
	float: left;
	width: 255px;
	padding-right: 5px;
	padding-left: 10px;
}
#contents.aboutus .customer02 {
	float: right;
	width: 255px;
	padding-right: 10px;
	padding-left: 5px;
}
#contents.aboutus p.customer {
	font-size: 90%;
	font-weight: bold;
	width: 239px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #666;
	border-left: 6px solid #479501;
}
#contents.aboutus .customer01 ul li  {
	background-image: url(images/circle01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#contents.aboutus .customer02 ul li  {
	background-image: url(images/circle01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#contents.aboutus h3.ceo_h3 {
	text-align: center;
	font-weight: bolder;
	margin-top: 0px;
	border: none;
	font-size: 100%;
}
#contents.aboutus h3.ceo_h3 {
	text-align: center;
	font-weight: bolder;
	margin-top: 0px;
	border: none;
	font-size: 100%;
}
#contents.aboutus .box_book {
	width: 444px;
	padding: 10px;
	background: #FAFFE6;
	border: 3px double #006600;
	margin-left: 10px;
}
/* 会社概要ここまで */

/* サイトマップここから */
#contents.sitemap h2 {
	background: url(images/h2_bg_green.gif) no-repeat left top;
}
#contents.sitemap h3 {
	border-left: 8px solid #479501;
}
#contents.sitemap h4 {
	background: #D1FFB9 url(images/h4_point_green.gif) no-repeat 5px center;
}
#contents.sitemap a {
	text-decoration: none;
}
#contents.sitemap ul li.level01 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 5px;
	list-style: url(images/arrow04.gif) outside;
}
#contents.sitemap ul li.level02 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 70px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: url(images/circle01.gif) outside;
}
#contents.sitemap .small {
	font-weight: normal;
	margin-left: 10px;
}
/* サイトマップここまで */

/* トップページここから */
#contents.sitetop h2.toph2 {
	background: url(images/mainimage.jpg) no-repeat left top;
	height: 226px;
	width: 560px;
	margin-bottom: 20px;
	text-indent: -9999px;
	margin-top: 0px;
}
#contents.sitetop h3.toph3 {
	width: 550px;
	padding: 0px;
	margin: 0px 5px;
	line-height: 150%;
	border: none;
	font-size: 80%;
}
#contents.sitetop h4 {
	margin-top: 20px;
	background-color: #ff9500;
	color: #FFF;
}
#contents.sitetop table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 150%;
	font-size: 80%;
}
#contents.sitetop th {
	font-weight: normal;
	text-align: left;
	width: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#contents.sitetop td {
	padding: 5px;
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
/* トップページここまで */

/* 事業内容TOPここから */
#contents.jigyo h2 {
	background-image: url(images/h2_bg_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents.jigyo h3 {
	width: 230px;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-weight: bolder;
	height: 30px;
	background: #DDF3CB;
	border: 0px none;
}
#contents.jigyo h3.staff01 {
	background: #ddf3cb url(images/staff01.jpg) no-repeat right top;
}
#contents.jigyo h3.ceo02 {
	background: #DDF3CB url(images/ceo02.jpg) no-repeat right top;
}
#contents.jigyo h3.staff02 {
	background: #DDF3CB url(images/staff02.jpg) no-repeat right top;
}
#contents.jigyo h3.staff03 {
	background: #DDF3CB url(images/staff03.jpg) no-repeat right top;
}
#contents.jigyo h4 {
	border-bottom: 7px dotted #DDF3CB;
	margin: 0px 20px 10px;
	padding: 10px 0px;
	line-height: 140%;
	font-size: 75%;
	background: #FFFFFF;
	font-weight: normal;
	width: 210px;
}
#contents.jigyo h5 {
	line-height: 140%;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#contents.jigyo .box_all {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}
#contents.jigyo .box_u_left {
	float: left;
	width: 250px;
	border: 5px solid #DDF3CB;
	height: 24em;
	margin-top: 20px;
	clear: both;
}
#contents.jigyo .box_u_right {
	float: right;
	width: 250px;
	border: 5px solid #DDF3CB;
	height: 24em;
	margin-top: 20px;
}
#contents.jigyo .box_b_left {
	float: left;
	width: 250px;
	border: 5px solid #DDF3CB;
	height: 14em;
	margin-top: 20px;
	clear: both;
}
#contents.jigyo .box_b_right {
	float: right;
	width: 250px;
	border: 5px solid #DDF3CB;
	height: 14em;
	margin-top: 20px;
}
#contents.jigyo .box_mid ul {
	margin: 0px 20px 20px;
}
#contents.jigyo .box_mid li {
	padding-left: 20px;
	background-image: url(images/arrow06.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#contents.jigyo .box_mid li a {
	text-decoration: none;
	line-height: 170%;
}
#contents.jigyo li.jigyo_level2 {
	padding: 0px;
	margin: 0px 0px 0px -15px;
	background: url(none);
}
#contents.jigyo li.jigyo_level3 {
	padding: 0px;
	margin: 0px 0px -15px -15px;
	background: url(none);
}
/* 事業内容TOPここまで */

/* システム概要ページここから */
#contents.system h2 {
	background: url(images/h2_bg_blue.gif) no-repeat left top;
}
#contents.system h3 {
	border-left: 8px solid #3366CC;
}
#contents.system h4 {
	background: #dbf0f4 url(images/h4_point.gif) no-repeat 5px center;
}
#contents.system h5 {
	font-size: 85%;
}
#contents.system table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 80%;
}
#contents.system th {
	padding: 5px;
	border: 1px solid #000;
	background-color: #FFD988;
}
#contents.system td {
	padding: 5px;
	border: 1px solid #000;
}
#contents.system table.price th {
	width: 90px;
	text-align: left;
}
#contents.system li.arrow_flow02 {
	background: url(images/yazirusi2.gif) no-repeat left 10px;
	padding-top: 30px;
}
#contents.system .bgc_pc {
	background: #faf2de;
	padding: 10px;
}
#contents.system .bgc_ffd988{
	background-color: #ffd988;
	font-weight: bold;
}
#contents.system .boxleft {
	width: 260px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#contents.system .boxright {
	width: 260px;
	float: right;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	padding-right: 30px;
}
#contents.system .likelist_arrow {
	display: list-item;
	list-style: url(images/h4_point_plane.gif) outside;
	margin-left: 15px;
}
#contents.system dd {
	padding-left: 15px;
}
#contents.system ol li.ya {
	height: 35px;
	background: url(images/yazirusi2.gif) no-repeat left bottom;
	padding-top: 5px;
}
#contents.system ol li.ya {
	background: url(images/yazirusi2.gif) no-repeat left 25px;
	vertical-align: top;
	padding-bottom: 30px;
}
#contents.system .boxleft {
	text-align: center;
	float: left;
	width: 202px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents.system .boxright {
	float: right;
	padding-right: 10px;
}
#contents.system .hyou{
	float: left;
	text-align: center;
	padding: 10px 20px 10px;
}
#contents.system .hyou2 {
	text-align: center;
	padding-right: 250px;
}
#contents.system .box_flow {
	float: right;
	width: 395px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#contents.system .bb{
	font-weight: bold;
	background: #DBF0F4;
	width: 395px;
	clear: both;
	margin-bottom: 10px;
}
#contents.system .img_flow{
	padding-left: 10px;
	float: left;
	padding-top: 10px;
}
#contents.system img.yajirusi{
	padding-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#contents.system table.left_normal {
	font-size: 100%;
}
#contents.system th.esti   {
	padding-right: 0px;
}
#contents.system h4.estimate {
	width: 225px;
	margin-right: 0px;
	margin-left: 0px;
}
#contents.system .box_left_esti {
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#contents.system .box_right_esti {
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#contents.system dl.negative_voice {
	margin-top: -5px;
}
#contents.system .cap2 {
	float: left;
	width: 245px;
	padding-top: 50px;
	padding-left: 40px;
}
#contents.system th.websys {
	width: 20%;
}
/* システム概要ページここまで */

/* セミナーページここから */
#contents.seminar h2 {
	background: url(images/h2_bg_blue.gif) no-repeat left top;
}
#contents.seminar h3 {
	border-left: 8px solid #3366CC;
}
#contents.seminar h3 {
	clear: both;
	width: 532px;
	font-weight: bolder;
	padding-left: 10px;
	border-bottom: 1px solid #666666;
	border-left: 8px solid #3366CC;
	line-height: 150%;
	margin: 20px 5px;
}
#contents.seminar h4 {
	background: #DBF0F4 url(images/h4_point.gif) no-repeat 5px center;
}
#contents.seminar table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-bottom: 10px;
}
#contents.seminar th {
	background-color: #FFD988;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	font-size: 80%;
}
#contents.seminar td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	font-size: 80%;
}
#contents.seminar ol.seminarlist {
	list-style: decimal outside;
	margin-left: 40px;
	margin-right: 40px;
}
#contents.seminar li.arrow_flow02 {
	background: url(images/yazirusi2.gif) no-repeat left 10px;
	padding-top: 30px;
}
#contents.seminar .box_secu {
	background: #F0FDFF;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px 20px -10px;
	font-weight: bold;
	line-height: 160%;
}
/* セミナーページここまで */

/* 問い合わせフォームここから */
#contents.form h2 {
	background: url(images/h2_bg_form.gif) no-repeat left top;
}
#contents.form table {
	margin: auto;
	border: 1px solid #ccc;
	margin-top: 10px;
}
#contents.form th, #contents.form td {
	font-size: 80%;
	line-height: 140%;
	text-align: left;
}
#contents.form td {
	background: #f1f1f1;
	padding: 4px;
	width: 412px;
}
#contents.form th {
	font-weight: bold;
	background-color: #e4e4e4;
	white-space: nowrap;
	vertical-align: top;
	padding: 4px;
}
#contents.form table tr th.center {
	text-align: center;
}
#contents.form table.form_completion {
	margin-top: 50px;
}
#contents.form .submit {
	text-align: center;
	background: #fff;
	width: auto;
	vertical-align: middle;
}
#contents.form .submit input {
	width: 70px;
}
#contents.form .type_blue {
	color: #44d;
}
#contents.form .err {
	color: #d44;
}
#contents.form .form_step {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #0000FF;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	width: 80px;
}
#contents.form .form_guide {
	padding-top: 18px;
	width: 445px;
	float: right;
	text-align: left;
}
#contents.form .form_arrow {
	text-align: center;
	padding-top: 20px;
}
/* 問い合わせフォームここまで */

/* 情報ページここから */
#contents.info h4 {
	background: #FFC url(images/h4_point_orange.gif) no-repeat 5px center;
	clear: both;
}
#contents.info #subtitle {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 507px;
	margin-right: auto;
	margin-left: auto;
}
#contents.info #subtitle ul {
	text-align: center;
}
#contents.info #subtitle ul li {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#contents.info #subtitle ul li a {
	background: url(images/btn_info.gif) no-repeat left top;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	height: 28px;
	width: 149px;
	display: block;
	text-align: left;
	line-height: 28px;
}
#contents.info #subtitle ul li a.present {
	background: url(images/btn_h_info.gif) no-repeat left top;
	color: #F00;
}
#contents.info .hp_text1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents.info .mierda{
	float: right;
	width: 283px;
}
#contents.info .pc_text1 {
	padding-top: 45px;
}
#contents.info .box4 {
	background: #FFC;
	line-height: 140%;
	margin-top: 10px;
	list-style: none;
	clear: both;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
}
#contents.info .box5 {
	background: #FFC;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents.info table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	line-height: 150%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
#contents.info th {
	background-color: #ffd988;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	font-size: 75%;
	font-weight: normal;
}
#contents.info td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	font-size: 75%;
}
#contents.info .box4 table {
	text-align: left;
	font-size: 130%;
}
#contents.info .box4 th {
	width: 150px;
}
#contents.info .box4 td {
	width: 280px;
}
#contents.info .hp_threekeyword {
	background: #FFC;
	list-style: none;
}
#contents.info .hp_threekeyword dt {
	list-style: none;
}
#contents.info table.fontadj {
	font-size: 130%;
	text-align: left;
}
#contents.info table.fontadj th {
	width: 35%;
}

/* システム開発TOPページ */
#contents.systop .systemtop {
	width: 540px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 10px;
}
#contents.systop .systemtop p{
	text-indent: -9999px;
}
#contents.systop h2 {
	background: url(images/top_main.gif) no-repeat;
	height: 226px;
	width: 560px;
	margin-bottom: 20px;
	text-indent: -9999px;
	margin-top: 7px;
}
#contents.systop #btn01 {
	background: url(images/btn1.gif) no-repeat left top;
	height: 145px;
	width: 175px;
	float: left;
	margin-right: 7px;
	margin-top: 15px;
}
#contents.systop #btn02 {
	background: url(images/btn2.gif) no-repeat;
	height: 145px;
	width: 175px;
	float: left;
	margin-right: 7px;
	margin-top: 15px;
}
#contents.systop #btn03 {
	background: url(images/btn3.gif) no-repeat left top;
	height: 145px;
	width: 175px;
	float: left;
	margin-top: 15px;
}
#contents.systop #btn04 {
	background: url(images/btn4.gif) no-repeat left top;
	height: 145px;
	width: 175px;
	float: left;
	margin-right: 7px;
	margin-top: 15px;
}
#contents.systop #btn05 {
	background: url(images/btn5.gif) no-repeat left top;
	height: 145px;
	width: 175px;
	float: left;
	margin-top: 15px;
}
