@charset 'UTF-8';

/* Cascading Style Sheet For Infocom West Home Page */
/* Auth: Infocom West */

/* タグプロパティ */
body {
	margin: 5px auto;
	width: 700px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	letter-spacing: 0.05em;
	position: relative;
}
p {
	margin-top: 0;
}
img {
	border-width: 0;
}
strong {
	color:#FF0000;
}
em {
	color:#FF0000;
	font-style: normal;
}
table {
	font-size: inherit;
}
caption {
	text-align: left;
	font-weight: bold;
}

/* ヘッダー */
#header {
	margin: 0 auto 12px;
	height: 120px;
}
#header-menu {
	position: absolute;
}
#header-listdown {
	position: absolute;
	left: 105px;
}
#header-listdown div {
	display: none;
	position: absolute;
}
#header-listdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #999999;
}
#header-listdown ul li {
	width: 135px;
	padding: 2px;
	font-size: 12px;
	background-color: #0033CC;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
}
#header-listdown ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* コンテンツ（コンテンツ領域） */
#contents {
	width: auto;
	margin: 0 auto;
	line-height: 120%;
}

/* フッター */
#footer {
	clear: both;
	margin: 10px auto;
	width: 100%;
	color: #ffffff;
	text-align:center;
}
#copyright {
	background-color: #003399;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footnavi {
	padding-top: 10px;
	padding-bottom: 3px;
}
#footnavi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	word-spacing: 10px;
}
#footnavi li {
	display: inline;
}


/* 回り込み解除 */
.clear {
	clear: both;
}
