/* ------------ body ------------ */
body {
	background: #eff url("../img/bk.gif") repeat left top fixed;
}

/* ------------ ヘッダ ------------ */
#header {
	height: 88px;
	background-color: #039;
}

#header .contents {
	width: 800px;
	height: 88px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	width: 380px;
	top: 10px;
	margin: 0;
}

#header p {
	position: absolute;
	width: 395px;
	bottom: 10px;
	padding: 3px 10px 1px 10px;
	background-color: #36c;
	color: white;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: bold;
}

#header a {
	display: block;
}

/* #header a[href="https://www.tex.nipponsteel.com/"] {
	position: absolute;
	right: 0;
	top: 18px;
} */

#header p + a {
	position: absolute;
	right: 0;
	top: 18px;
}

/* ------------ コンテンツエリア ------------ */
#contents {
	width: 800px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

/* ------------ メイン ------------ */
#main {
	width: 520px;
	margin-top: 25px;
	padding: 0 60px 0 60px;
	float: right;
	overflow: hidden;
	/* background-color: #ffc; */
}

#main h3 {
	margin: 0 0 15px 0;
	color: #03c;
	font-size: 1.3em;
}

#main > p {
	font-size: 1.1em;
}

#main .window {
	margin-top: 25px;
	text-align: center;
}

#main .window h4 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.4;
}

#main .window h4 a {
	text-decoration: none;
	color: black;
}

#main .window h4 a:hover {
	text-decoration: underline;
	text-decoration: underline dashed;
}

#main .window h4 span {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
}

#main .mail {
	width: 300px;
	margin: 25px auto 5px auto;
}

#main .mail a.button {
	border: solid 3px #096;
}

/* ------------ サイド ------------ */
#side {
	width: 160px;
	float: left;
	overflow: hidden;
	margin-top: 25px;
	/* background-color: #cff; */
}

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

#side ul li {
	margin-bottom: 2px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#side ul li .attention {
	font-weight: bold;
	color: #c30;
}

#side ul li .attention:before {
	content: "＊"
}

/* ------------ フッタ ------------ */
#footer {
	background-color: #039;
}