@charset "utf-8";

/*
===== CONTENTS ==============================
	1: body setting
	2: link setting
	3: Text
=============================================


/*
===== 1: body setting =====
*/
body {
	font:normal 100%  "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", HiraKakuPro-W3, verdana, arial, sans-serif;
	color: #333333;
	background-color: #ececec;
	margin:0px;
	padding:0px;
}


/*
===== 2: link setting =====
*/
A { color: #003399; text-decoration: none }

A:hover  { color: #003399; text-decoration: underline }

A:active  { color: #003399; text-decoration: underline }


a.foot_link {
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: none;
}

a.foot_link:hover {
	color: #FFFFFF;
	font-size: 70%;
	text-decoration: underline;
}


a.sidemenu_link {
	color: #333333;
	font-size: 70%;
	text-decoration: none;
}

a.sidemenu_link:hover {
	color: #003399;
	font-size: 70%;
	text-decoration: none;
}



/*
===== 3:Text =====
*/
.size80 {
	font-size: 80%;
	line-height: 140%;
}

.size70 {
	font-size: 70%;
	line-height: 140%;
}

.size60 {
	font-size: 60%;
	line-height: 140%;
}

.size70_body {
	font-size: 70%;
	line-height: 200%;
}

.copyright {
	font-size: 60%;
	color: #999999;
}

.title {
	font-size: 90%;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
}

.title_topics {
	font-size: 90%;
	font-weight: bold;
}

.subtitle {
	font-size: 70%;
	padding: 0px 0px 0px 10px;
}

.subtitle_topics {
	font-size: 70%;
}

.breadcrumb {
	font: 11px "‚l‚r ‚oƒSƒVƒbƒN";
}

.sidemenu {
	color: #333333;
	font-size: 70%;
}

