body {
	font-size: 12px;
	line-height: 160%;
	color: #151515;
	background-image: url(../img/back.gif);
	margin-top: 0px;
	padding-top: 0px;
}

/* コンテンツカラー */
/* 背景 */
.content_bg {
	background-color: #990000;
}
.greetings_bg {
	background-color: #FFA07A;
}
.achievements_bg {
	background-color: #3CB371;
}
.monitor_bg {
	background-color: #BA55D3;
}
.careers_bg {
	background-color: #87CEEB;
}
.about_bg {
	background-color: #C0C0C0;
}
.sitemap_bg {
	background-color: #808080;
}
	
/* フォントカラー */
.content {
	color: #6699FF;
}
.greetings {
	color: #FFCCFF;
}
.achievements {
	color: #FFCC66;
}
.monitor {
	color: #CCFF66;
}
.careers {
	color: #CCFFFF;
}
.about {
	color: #CC99FF;
}


/* テキストレイアウト設定 */
h4 {
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 10px;
	background-image:  url(../img/SmallChapterEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
/*	color: #990000; */
}
.main_text {
	margin-right: 20px;
	margin-left: 20px;
	display:block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* フォント */
/* MainColor12px */
.nseigyo12 {
	font-size: 12px;
	color: #990000;
	padding-top: 2px;
}
/*英語中国語*/
.language {
	padding-top: 2px;
}
.language a {
	padding-top: 2px;
}
.language a:hover {
	padding-top: 2px;
}

/* 網掛け設定 */
.dust_check1 {
	background-image: url(../img/dust_check3.gif);
	background-repeat: repeat;
}
.dust_pattern1 {
	background-image: url(../img/dust_pattern1.gif);
	background-repeat: repeat;
}

/* レイアウト、フレーム、リンク基本設定 */
/* ヘッダー */
#header {
	width: 750px;
	border: none;
	border-width: 0px 0px 0px 0px;
}
table.header a {
	font-size: 12px;
	color: #AAA;
	text-decoration: none;
}
table.header a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

/* トップメニュー */
#topmenu {
	width: 750px;
	border: solid #AAA;
	border-width: 1px 1px 0px 1px;
}
table.topmenu a {
	display:block;
	width:150px;
	height:30px;
}
table.topmenu a.greetings {
	background-image: url(../img/greetings/TopMenu.gif);
	background-color: #AAA;
}
table.topmenu a:hover.greetings {
	background-color: #FFA07A;
}
table.topmenu a.achievements {
	background-image: url(../img/achievements/TopMenu.gif);
	background-color: #AAA;
}
table.topmenu a:hover.achievements {
	background-color: #3CB371;
}
table.topmenu a.monitor {
	background-image: url(../img/monitor/TopMenu.gif);
	background-color: #AAA;
}
table.topmenu a:hover.monitor {
	background-color: #BA55D3;
}
table.topmenu a.careers {
	background-image: url(../img/careers/TopMenu.gif);
	background-color: #AAA;
}
table.topmenu a:hover.careers {
	background-color: #87CEEB;
}
table.topmenu a.about {
	background-image: url(../img/about/TopMenu.gif);
	background-color: #AAA;
}
table.topmenu a:hover.about {
	background-color: #C0C0C0;
}

/* カットイン */
#cutin {
	width: 750px;
	border: solid #AAA;
	border-width: 0px 1px 0px 1px;
}

/* パス */
#path {
	width: 750px;
	border: solid #AAA;
	border-width: 0px 1px 0px 1px;
}
table.path td.menuhead {
	font-size: 16px;
	color: #FFFFFF;
}
table.path td.root {
	text-align: right;
	padding-right: 11px;
}
table.path td.root {
	font-size: 11px;
}
table.path td.root a {
	color: #333;
	text-decoration: underline;
}
table.path td.root a:hover {
	color: #18358E;
	text-decoration: none;
}

/* コンテンツ */
#contents {
	width: 750px;
	border: solid #AAA;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
}
table.contents td {
	text-align: left;
}
table.contents a:link,table.contents a:visited {
	color: #990000
}
table.contents a:hover {
	color: #666666;
	background-color: #FFBFBF;
}

/* フッター */
#footer {
	width: 750px;
	border: none;
	border-width: 0px 0px 0px 0px;
}
table.footer td {
}
table.footer a {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
table.footer a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

/* コンテンツメニュー */
table.menu {
	border: solid #AAA;
	border-width: 0px 1px 1px 0px;
}
table.menu td {
	color: #666666;
	vertical-align: top;
}
table.menu a:link, table.menu a:visited {
	display: block;
	width: auto;
	height: auto;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
}
table.menu a:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
table.menu td.layer1 {
	text-indent: 10px;
}
table.menu td.layer2 {
	text-indent: 20px;
}
table.menu td.layer3 {
	text-indent: 30px;
}

