@charset "utf-8";

/***************************************
  共通
***************************************/
html {
	overflow-y: scroll;
	text-align: center;
}

body {
	text-align: center;
}

/* 全体 */
#container {
	width: 61.13em;
	margin: 0em auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
}

/* スキップリンク */
#blockskip {
	position: absolute;
	left: -9999px;
}

/* ヘッダー */
#header {
	width: 61.13em;
	height: 2.5em;
	background-color: #6fbfff;
	color: #000000;
}

#header img {
	width: 45.31em;
	height: 2.5em;
}

/* サイト内検索 */
#search {
	width: 61.13em;
	background-color: #f2f2f2;
	color: #000000;
	text-align: right;
}

#search label {
	font-size: 90%;
}


#inner-search {
	padding: 0.19em;
}

/* トピックパス */
#topicpath {
	margin: 0.63em 0.31em 0.63em 0.31em;
}

#topicpath ol {
	margin: 0;
	padding: 0;
}

#topicpath li {
	list-style-type: none;
	display: inline;
	font-size: 80%;
}

#topicpath li a {
	margin-right: 0.13em;
}

/* タイトル */
#title {
	margin: 0.63em 0.31em 0.63em 0.31em;
}

#title h1 {
	line-height: 130%;
	margin: 0em;
	padding-left: 0.26em;
	border-bottom: 2px solid #ff9900;
	border-left: 10px solid #ff9900;
	font-weight: bold;
	font-size: 120%;
}

#title p {
	margin: 0;
}

/* メイン */
#main {
	margin: 0.63em;
}

/* 説明 */
#desc {
	margin-bottom: 0.63em;
}

#desc h2 {
	margin-bottom: 0.31em;
	padding-left: 0.31em;
	border-left: 5px solid #ff9900;
	font-weight: bold;
	font-size: 100%;
}

#desc ul {
	margin: 0.31em;
	padding: 0em;
}

#desc li {
	list-style-type: none;
	line-height: 160%;
	padding-left: 1.04em;
	background-image: url(../image/point.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	font-size: 90%;
}

/* フッター */
#footer {
	width: 61.13em;
	height: 2.35em;
	background-image: url(../image/top_footer.gif);
	background-repeat: repeat-x;
}

/* ページの先頭へ */
.top {
	margin: 0.78em 0em 0.78em 0em;
	font-size: 80%;
	text-align: right;
}

/* 回り込み解除 */
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 0.06em;
}

* html .clearfix {
	height: 0.06em;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
