@charset "utf-8";

/* top */

/* ------
 基本設定
------- */

#info_box a:link {
	color: #FFFF00;
	text-decoration: none;
}
#info_box a:visited {
	text-decoration: none;
	color: #FFFF00;
}
#info_box a:hover {
	text-decoration: underline;
}
#info_box a:active {
	text-decoration: none;
}




#info_box {
	width: auto;
	margin-bottom: 10px;
	margin-left: 200px;
	margin-top: 20px;
}

#info_box p {
	font-size:11px;
	color:#FFFFFF;
}

h3 {
	font-size:12px;
	color: #FFFFFF;
	line-height: 15px;
}
h3.subtitle {
	color:#00FFFF;
	font-size:14px;
	line-height: 2px;
}
h3.subtitle2 {
	color:red;
	font-size:14px;
	line-height: 15px;
}

