* {
	margin: 0px;
	padding: 0px;
}

html , body {height:100%;}
body > #container {height:auto;}

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	line-height: 2em;




    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

img { border-style:none; }

#headline {
	background-image: url(image/headline.gif);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
}
#container {
		height:100%;/* for IE6 */
	min-height:100%;
	background-image: url(image/background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;

}
#footer {
	background-image: url(image/footback.png);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footer_marge {
	height: 40px;
}

#cont_left {
	float: left;
	width: 680px;
}
#cont_left_inner {
	padding-right: 40px;
}


#cont_right {
	float: right;
	width: 240px;
}
.grayline {
	border: 1px solid #CCC;
	padding: 3px;
}
.worksarea {
	background-color: #F5F1F1;
	padding: 14px;
	font-size: 77%;
	line-height: 1.4em;
}
.indent40 {
	padding-left: 40px;
}
.indent60 {
	padding-left: 60px;
}
.indent80 {
	padding-left: 80px;
}
.indent120 {
	padding-left: 120px;
}


.bold {
	font-weight: bold;
}


#footer_inner {
	padding: 20px;
	color: #FFF;
}


#headarea {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav1 {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 10px;
}
#nav1 li {
	display: inline;
}
#nav1 li:after {
	display: inline;
	content: " | ";
	margin: auto 20px;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
}
#nav1 li:last-child:after {
	display: none;
}
#nav1 li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	vertical-align: middle;
}
#nav1 li a:hover {
	opacity: 0.6;
}

#cont {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#cont_head {
	background-image: url(image/cont_bg_top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 1000px;
}
#cont_inner {
	background-image: url(image/cont_bg_mid.png);
	background-repeat: repeat-y;
	padding: 40px;
}
#cont_foot {
	background-image: url(image/cont_bg_bottom.png);
	height: 8px;
	width: 1000px;
}

.clear {
	clear: both;
}
#logo {
	float: left;
}
#catch {
	float: right;
	padding-top: 19px;
}
#logoarea {
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 20px;
}

table#topt,table#topt2 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#topt th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#topt td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#topt th:first-child,table#topt2 th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
table#topt th:last-child,table#topt2 th:first-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table#topt2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}


.tcomment {
	line-height: 1.5em;
	text-align: left;
	font-size: 93%;
}
tr.color1 {
	background-color: #F4F9FF;
}
.title03 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6CF;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}

tr.color2 {
	background-color: #FBFCFF;
}
#footer_left {
	float: left;
	width: 440px;
	margin-right: 40px;
}
#copyright {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

#footer_right {
	float: right;
	width: 440px;
}
#nav2 {
	text-align: center;
}
#footlogo {
	width: 100%;
	padding-bottom: 10px;
}
.leftphoto {
	float: left;
	padding-right: 20px;
}

#nav2 li {
	display: inline;
	vertical-align: middle;
}
#nav2 li:after {
	display: inline;
	content: " | ";
	margin: auto 20px;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
}
#nav2 li:last-child:after {
	display: none;
}
.indent40 {
	margin-left: 40px;
}
#nav2 li a {
	vertical-align: middle;
}
#nav2 li a:link {
	color: #FFF;
	text-decoration: none;
}
#nav2 li a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #F00;
}
.worksarea a:link {
	color: #000;
	text-decoration: none;
}
.worksarea a:visited {
	color: #000;
	text-decoration: none;
}
.worksarea a:hover {
	color: #F00;
}
a:hover img {
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	opacity:0.6;
}
.steeltitle {
	font-size: 182%;
	color: #0F9FFF;
}
.comment {
	font-size: 93%;
	color: #666;
}
.steeltitle2 {
	background-color: #F3D7A7;
	padding: 10px;
	margin-bottom: 20px;
}
.emph {
	font-size: 154%;
	color: #333;
	font-weight: bold;
}
.steelhousepage p {
	line-height: 2.6em;
}
.center {
	text-align: center;
}
