@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul {
 list-style-type: none;
}
li {
 list-style-position: outside;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}A {
	COLOR: #3753ad;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A:visited {
	COLOR: #761064
}
A:hover {
	COLOR: #FF9900
}
A:active {
	COLOR: #ffff99
}
.h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	position : absolute;
	padding: 10px 0;
	font-size: 12px;
	font-weight: normal;
	top: 1050px;
	text-indent: 20px;
}
hr {
	color: #d4d4d4;
	height: 1px;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.st #container {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.st #container .red {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CE0000;
}
.st #container .gry {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}
.st #bg {
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 0px 0px;
	width: 780px;
}

.st #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.st #mainContent2 {
	margin: 0 200px 0 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 5px 0 25px;
	vertical-align: top;
}

.st #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 5px 25px 15px 5px;
}
.st #sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 170px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.st #sidebar2 div {
	background-image: url(../imgs/side_bt.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 28px;
	width: 150px;
	padding-left: 20px;
	padding-top: 7px;
	margin: 0px;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.newsday {
	color: #FF9900;
	float: left;
	margin-right: 8px;
}

.newstext {
	margin-left: 75px;
	text-align: left;
}
.newsbox {
	background-image: url(../imgs/dot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* navi */
#nav {
	DISPLAY: block;
	MARGIN: 0px;
	WIDTH: 780px;
	HEIGHT: 54px;
	padding: 0px;
}
#nav li {
	DISPLAY: block;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 54px;
	BORDER-BOTTOM-STYLE: none;
	padding: 0px;
	position: absolute;
}
#n01 {
	WIDTH: 162px;
	HEIGHT: 54px
}
#n02 {
	MARGIN-LEFT: 162px;
	WIDTH: 152px;
	HEIGHT: 52px
}
#n03 {
	MARGIN-LEFT: 314px;
	WIDTH: 152px;
	HEIGHT: 54px
}
#n04 {
	MARGIN-LEFT: 466px;
	WIDTH: 152px;
	HEIGHT: 54px
}
#n05 {
	MARGIN-LEFT: 618px;
	WIDTH: 162px;
	HEIGHT: 54px
}
#service {
	margin-top: 10px;
	padding-top: 10px;
	width: 500px;
}
#service p {
	width: 220px;
	display: block;
	margin-left: 8px;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 7px;
}
#service span {
	float: right;
	margin-right: 10px;
}
#service span a {
	background-image: url(../imgs/ar_t.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}


#service .box1 {
	float: left;
	width: 240px;
	margin-right: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
	text-align: left;
	margin-top: 20px;
}
#service .box2 {
	float: right;
	width: 240px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d4d4d4;
	text-align: left;
	margin-left: 5px;
	margin-top: 20px;
}
#futta_m {
	text-align: center;
	padding: 0px;
	background-image: url(../imgs/g_futta.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 120px;
}
#futta_m p {
	float: right;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-top: 10px;
}

#futta {
	width: 760px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#futta p {
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#futta span {
	float: right;
	display: block;
}
#futta div {
	float: left;
	clear: left;
	padding-left: 10px;
}
#futta div img {
	margin-top: 15px;
}

#company {
	text-align: left;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#company th {
	text-align: left;
	padding: 5px 5px 5px 7px;
	width: 25%;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #F2F2F2;
	vertical-align: top;
}
#company td {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFDF00;
	border-left-color: #FFDF00;
	padding-left: 7px;
	vertical-align: top;
}
.l25 {
	margin-left: 25px;
}
.box {
	width: 530px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
}
.title {
	font-size: 18px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.bar {
	margin-top: 10px;
	margin-bottom: 20px;
}
#form {
	text-align: left;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#form th {
	text-align: left;
	padding: 5px 5px 5px 7px;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F2F2F2;
	vertical-align: top;
}


#form td {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-left: 7px;
	vertical-align: top;
	width: 70%;
}#form caption {
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
#form strong {
	color: #CC0000;
}
#privacy {
	width: 630px;
	padding-left: 10px;
	text-align: left;
}
#privacy strong {
	margin-top: 40px;
	margin-bottom: 10px;
	display: block;
}
#privacy span {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
#site_tree {
	MARGIN: 35px 25px 10px;
	text-align: left;
}
#site_tree LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; MARGIN-LEFT: 85px; MARGIN-RIGHT: 45px; PADDING-TOP: 25px; LIST-STYLE-TYPE: none
}
#site_tree LI.under {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: left 50%;
	DISPLAY: block;
	PADDING-LEFT: 30px;
	BACKGROUND-IMAGE: url(../imgs/tree.gif);
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 2px;
	BACKGROUND-REPEAT: no-repeat
}
#site_tree A {
	COLOR: #666666; TEXT-DECORATION: none
}
#site_tree A visited:unknown {
	COLOR: #666666
}
#site_tree A:hover {
	COLOR: #FFCC00;
	TEXT-DECORATION: underline
}
#site_tree A A:active {
	COLOR: #cc3300; TEXT-DECORATION: underline
}
#news {
	background-image: url(../imgs/bar_new.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 25px;
	width: 495px;
	padding-right: 5px;
	padding-top: 7px;
}
#news a {
	color: #E77139;
	font-size: 11px;
}
.ERR {
	color: #CC0000;
}

#mainContent2 .box table#cost {
	width: 98%;
	background-color: #D4D4D4;
	margin-bottom: 5px;
}
#mainContent2 .box table#cost th {
	padding: 6px;
	background-color: #EFEFED;
	text-align: center;
}
#mainContent2 .box table#cost td {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#mainContent2 .box table#cost td.price {
	text-align: right;
}
#mainContent2  dl.workbox  {
	border: 1px solid #EEEEEE;
	overflow: hidden;
	width: 96%;
	zoom: 1;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}
#mainContent2  dl.workbox   dt   {
	float: left;
}
#mainContent2 dl.workbox dt img {
	padding: 1px;
	border: 2px solid #ededed;
}

#mainContent2  dl.workbox  dd  {
	padding-left: 180px;
}
#mainContent2  dl.workbox  dd  strong  {
	display: block;
	font-size: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
}
#mainContent2  dl.workbox  dd .customer {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#mainContent2 dl.workbox dd ul {
	display: block;
	padding: 0px;
}

#mainContent2 dl.workbox dd li {
	background-image: url(../imgs/web_imgs/ic_bk.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 12px;
}
#mainContent2  .sbar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
	padding-bottom: 2px;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 98%;
}
#mainContent2  dl.workbox  dd  a:link {
	text-decoration: none;
}
#mainContent2 dl.workbox dd a:hover {
	text-decoration: underline;
}

#mainContent2 dl.workbox dd a:visited {
	text-decoration: none;
}
#mainContent2 ul#tab {
	width: 97%;
	overflow: hidden;
	zoom: 1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 20px;
	margin-bottom: 20px;
}
#mainContent2 ul#tab li {
	float: left;
	background-color: #E3E3E3;
	margin-right: 5px;
}

#mainContent2 ul#tab li a {
	display: block;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent2  ul#tab  li a:link {
	text-decoration: none;
}
#mainContent2 ul#tab li#selected {
	background-color: #333333;
}
#mainContent2 ul#tab li#selected a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent2 ul#tab li#selected a:visited {
	color: #FFFFFF;
}
#mainContent2 ul#tab li a:visited {
	text-decoration: none;
}
.comp  {
	margin-top: 40px;
	margin-bottom: 40px;
}
