@charset "utf-8";
/* CSS Document */

td,th{
	padding:2px;
}

.main ul {
	margin:10px 0 0px 30px;
	padding:0 0 10px 20px;
}
.main ul li{
	list-style:disc;
	padding-bottom:1em;
}


.main ol {
	margin:10px 0 0px 20px;
	padding:0 0 10px 20px;
}
.main ol li{
	list-style:decimal;
	padding-bottom:1em;
}

.sub-p{
	margin-left:20px;
}

.main p.title{
	color:#ff9900;
}


img.left_image{
	float:left;
	margin:5px 30px 30px 0;
}
.dot{
	display:block;
	margin-top:20px;
	margin-bottom:10px;
}

/****** For Technology *********/
ul#side_navi li a{
	font-weight:bold;
}

ul#side_navi li p{
	margin-top:5px;
	margin-left:30px;
	color:#999999;
}

ul#side_sub_navi{
	font-weight:bold;
	margin:0 0 0 30px;
	padding:0 0 0 30px;
}
ul#side_sub_navi li {
	margin-top:1px;
	list-style:decimal;
	font-weight:normal;
	color:#666666;
}
ul#side_sub_navi li a{
	font-size:12px;
	background:none;
	padding:0;
	font-weight:normal;
}
ul#side_sub_navi li a:hover {
	text-decoration:underline;
	font-weight:normal;
	background:none;
	padding:0;
}

ul#side_sub_navi li a span{
	font-weight:normal;
	font-size:12px;
	background:none;
	display:block;
}

h5{
	padding:2px 0 2px 30px;
	background:url(../images/side_navi_button.gif) no-repeat center left;
}

/******* For News **********/
table.sub-p {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background: #fff;
	}
table.sub-p th {
	padding:1px 2px 1px 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #9966FF;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
table.sub-p td {
	padding:1px 2px 1px 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	}

table.no-border {
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0px solid #666666;
	border-left: 0px solid #666666;
	background: #fff;
	margin:20px;
}
table.no-border th {
	padding:1px 2px 1px 2px;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	background: #9966FF;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
table.no-border td {
	padding:1px 2px 1px 2px;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	font-size: 12px;
}
	
br {
	line-height:0.7em;
}
.sub-p{
	margin-left:20px;
}

.main p.sub-p-title{
	margin:15px 0px 0px 20px;
	padding:0 0 0 5px;
	background-color:#CCCCCC;
}
.main p.sub-p-contents{
	margin:2px 0px 0px 25px;
	padding:0px;
}
.event-sep {
	margin-top:20px;
}

p.news-title{
	font-weight:bold;
	text-align:center;
	font-size:16px;
	color:#ff9900;
}
p.news-sub-title{
	font-weight:bold;
	text-align:center;
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
}
p.news-date{
	text-align:right;
}

/******* For Policy *************/
div.policy p {
	margin:2px 0 5px 0;
}



/******* For Sitemap *************/
.sitemap {
	width:220px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
.sitemap h6{
	background-color:#ff9900;
	width:220px;
	color:#fff;
	padding:2px 0px 2px 4px;
	line-height:1em;
	margin-bottom:5px;
}
.sitemap ul {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}
.sitemap ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.sitemap p{
	margin:0;
	padding:0;
}
.sitemap .tech-title{
	margin-top:15px;
}
.sitemap ul.tech-sub li{
	padding:0 0 0 5px;
}

.sitemap h6 a{
	color:#FFFFFF;
	padding:2px 2px;
	line-height:1em;
}
.sitemap h6 a{color:#FFFFFF;}
.sitemap h6 a:visited {color:#FFFFFF;}
.sitemap h6 a:hover {color: #000000;}

