* { /* 各要素のリセット */
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1em;
	font-size: 12px;
	font-style: normal;
	color: #333;
}
body { /*  */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #000;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.ai_link { /*  */
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 20px;
	line-height: 30px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container { /*  */
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	height: 100%;
}
#header { /* ヘッダー部分 */
	top: 20px;
	height: 40px;
	padding-right: 10px;
	padding-left: 180px;
}
#submanu { /* ヘッダー下のサブメニュー */
	padding-left: 180px;
	margin-top: 29px;
	height: 31px;
}
#submanu li { /* サブメニューのリスト設定 */
	float:left;
	list-style-type: none;
	margin-right: 5px;
}
#submanu li a { /* サブメニューリストのリンク設定 */
	text-align: center;
	background-image: url(img/submenu_off.jpg);
	display:block;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	height: 31px;
	width: 92px;
}
#submanu li.blank a { /* 暫定：外部リンク表示 */
	background-position: bottom;
}
#submanu li a:hover { /* サブメニューリストのリンク設定 */
	background-image: url(img/submenu_on.jpg);
}
#submanu li.blank a:hover { /* 暫定：外部リンク表示 */
	background-position: bottom;
}
#container #mainContent #content iframe {
	left: -10px;
}

#mainContent { /* メインコンテンツ部分 */
	background-image: url(img/contents_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 180px;
	padding-right: 10px;
	padding-top: 10px;
}
#mainContent h2 { /* メインコンテンツ部分のタイトル */
	font-size: 16px;
	line-height: 21px;
	background-image: url(img/h2_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-align: left;
}
#mainContent #content { /* メインコンテンツ内のカテゴリ */
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px solid #666;
	line-height: 1.5em;
}
#content li { /* メインコンテンツ　リンク集表示で使用 */
	padding-bottom: 10px;
	font-size: 10px;
	color: #00C;
	width: 280px;
	float: left;
	vertical-align: text-top;
	list-style-type: none;
}
#content li a { /* メインコンテンツ　リンク集表示のリンクテキスト */
	font-size: 12px;
	line-height: 16px;
}

#copyright { /* 最下部のコピーライト表記 */
	font-size: 9px;
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#menu { /* 左側メニュー */
	position: absolute;
	top: 0;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(img/menu_bg.jpg);
	width: 158px;
}
#menu h2 { /* 左側メニュー　最上部の表記 */
	font-size: 16px;
	line-height: 40px;
	background-image: url(img/title_icon.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#menu li { /* 左側メニュー　カテゴリリスト */
	background-image: url(img/menu_icon.jpg);
	background-repeat: no-repeat;
	text-align: center;
	list-style-type: none;
	margin-bottom: 10px;
}
#menu li a { /* 左側メニュー　カテゴリリストのリンクテキスト */
	display:block;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	width: 158px;
}
