﻿@charset "utf-8";

/* ****************************************************
other.css
Define container layout.
***************************************************** */
/* layout
=================================*/

/* bunner
=================================*/
.bn01 {
	height: 98px;
	width: 335px;
	background: url(/IPv6/images/index_bg01.png) repeat-x;
}
.bn01 .fig01,
.bn02 .fig02 {
	float: left;
}

.bn01 .tx01 {
	padding: 15px 0 0 0;
	text-align: center;
	line-height: 120%;
	font-size: 16pt;
	font-weight: bold;
	color: #3EC73C;
}
.bn01 .tx01 a {
	text-decoration: none;
	color: #3EC73C;
}
.bn01 .tx01 a:hover,
.bn01 .tx01 a:active {
	text-decoration: underline;
	color: #3EC73C;
}
.bn01 .tx02 {
	padding-top: 2px;
	text-align: center;
	color: #50001E;
	margin-top: 0;
}
.bn02 {
	height: 98px;
	width: 240px;
	background: url(/IPv6/images/index_bg01.png) repeat-x;
}
.bn02 .fig02 {
	margin-right: 2px;
}
.bn02 .tx03 {
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	color: #3EC73C;
	line-height: 100%;
	padding: 5px 0 0 0;
}
.bn02 .tx03 span {
	font-style: italic;
	color: #FFFFFF;
	font-weight:normal;
}
.bn02 .tx04 {
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	color: #50001E;
	line-height: 100%;
	margin-top: 0;
}

/* topPdng */
.topPdng {
	padding: 113px 0 0;
}

/* contentBlock
=================================*/
.contentBlock {
	border: 1px solid #CCCCCC;
	height: 180px;
	margin-bottom: 25px;
	overflow: auto;
	padding: 10px 15px 10px 10px;
}