﻿@charset "utf-8";

/* 
===  info.css  ===
*/

/*  -----  sitemap ------   */

#sitemap {
	width: 800px;
	float: left;
}

#sitemap li {
	line-height: 1.5;
}

#sitemap h2 {
	height: 30px;
	border-left: solid 8px #3344bb;
	padding-left: 10px;
	padding-top: 5px;
	font-size: large;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 15px;
}

#sitemap h3 {
	font-size: medium;
	color: #3344bb;
	margin-top: 20px;
	margin-bottom: 15px;
}

#sitemap p {
	line-height: 1.7;
	margin-left: 10px;
}

#stmleft {
	width: 380px;
	height: 400px;
	float: left;
	padding-left: 20px;
}

#stmright {
	width: 380px;
	height: 400px;
	float: left;
	padding-left: 20px;
}

.li1 {
	margin-bottom: 15px;
	margin-top: 20px;
}

.li1 a{
	font-weight: bold;
	color: #003399;
}

.li2 a{
	font-weight: normal;
	color: #0099FF;
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(../img_e/info/mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.li3 a{
	font-weight: normal;
	color: #669900;
}


/* ----- link  ----- */

#linkg {
	width: 561px;
	float: left;
	margin-top: 30px;	
}

#linkg h2 {
	height: 20px;
	border-left: solid 5px #3344bb;
	padding-left: 10px;
	padding-top: 10px;
	font-size: large;
	color: #333333;
	margin-bottom: 15px;
}

#linkg h3 {
	 font-size: medium;
	 color: #666666;
	 margin: 30px 0 10px 0;
	 border-bottom: solid 1px #333;
}

#linkg p { 
	font-size: small;
	line-height: 1.4;
	border-bottom: dotted 1px #666;
	padding: 5px 5px 5px 0;
}


/* ----- ABOUT MECC  ----- */

.about_box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	clear: both;
	overflow: hidden;
	
}
.about_box img {
	margin-top: 10px;
}

.about_box .abbox_l {
	float: left;
	line-height: 1.6;
}

.about_box .abbox_r {
	float: left;
	line-height: 1.6;
}

.about_box .abbox_l p {
	width: 360px;
	margin: 10px;
}

.about_box .abbox_r p {
	width: 360px;
	margin: 10px;
}

.about_box .abbox_l ul {
	width: 300px;
	margin: 20px 10px;
}

.about_box .abbox_r ul {
	width: 300px;
	margin: 20px 10px;
}









