/* Common classes */
html, body {
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #838181;
	line-height: 15px;
	text-decoration: none;	
}

.left { float: left; }
input.text { font-family: Arial; font-size: 12px; width: 195px; height: 13px; border: 1px #CCCCCC solid; }
textarea.lomake { font-family: Arial; font-size: 12px; width: 300px; height: 50px; border: 1px #CCCCCC solid; }

.clear {
	clear: both;
}

.clear2 {
	clear: both;
	height: 8px;
}

.news_title {
	color: #000; 
	font-size: 9px;
}

.news_content {
	color: #666;
}

.news_readmore {
	color: #ffcc00;
}

.download_readmore {
	color: #666;
}

.contact_link {
	font-size: 9px;
	font-weight: normal;
	color: #ffcc00;
}

img {
	border: 0px;
	display: block;
}

#content_bg {
	width: 758px;
	padding: 45px 0px 10px 0px;
}

#content_bg_2 {
	width: 758px;
	padding: 25px 0px 10px 0px;
}

#header {
	width: 758px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#logo {
	width: 200px;
	float: left;
}

#navi_main {
	width: 540px;
	padding: 12px 0px 0px 18px;
	text-align: right;
	float: left;
}
		
	a.topnavi {
		font-size: 14px;
		font-weight: normal;
		color: #787878;
	}
	
	a.topnavi:hover {
		font-size: 14px;
		font-weight: bold;
		color: #387c87;
		text-decoration: none;
	}

	.tnButton1 {
		float: left;
		text-align: left;
		height: 20px;
		width: 70px;
	}
	
	.tnButton2 {
		float: left;
		text-align: left;
		height: 20px;
		width: 90px;
	}
	.topnavi_pad {
		float: left;
	}

div a, td a { 
	font-size: 10px;
	font-weight: bold;
	color: #387c87; 
	text-decoration: none;
}

div a:hover, td a:hover { 
	text-decoration: underline;
}