/* --------------------------------------------------------------------
   LOULAN RAKUTEN(GOLD) STYLESHEET (2014.05/01)
-------------------------------------------------------------------- */


/* ---------------- LAYOUT --------------- */
html {
	scrollbar-base-color: #E5C891;
	scrollbar-arrow-color: #FFFFFF;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

#container { width: 100%; margin: 0 auto; }

p { margin: 0 0 10px 0; }

/* ---------------- HEADLINE ---------------- */

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	margin-top: 5px;
	margin-bottom: 7px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ---------------- TEXT --------------- */

.s150 { font-size: 10px; line-height: 150%; color: #333333; text-align: left; }
.s200 { font-size: 10px; line-height: 200%; color: #333333; text-align: left; }

.m150 { font-size: 12px; line-height: 150%; color: #333333; text-align: left; }
.m200 { font-size: 12px; line-height: 200%; color: #333333; text-align: left; }

.TxtL { text-align: left; }
.TxtC { text-align: center; }
.TxtR { text-align: right; }

.Txtred { color: #FF0000; }
.Txtredb { color: #CC0000; font-weight: bold; text-align: left; }


/* ---------------- LINK --------------- */

a:link { color: #A40000; text-decoration: none; }
a.bz:link { color: #006666; text-decoration: none; }
a:visited { color: #660000; text-decoration: none; }
a:hover {  color: #FF3333; text-decoration: underline; }
a:hover img.hoverImg {
	opacity:0.6;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* ---------------- IMAGE --------------- */

img { border: 0 }

.imgR { float: right; margin: 0 0 15px 15px; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgNew { margin: 2px 0; }


/* ---------------- COMPANY --------------- */

table.info {
	width: 900px;
	border-collapse: collapse;
	border: none;
	margin: 20px 0;
}

td.infotd1 {
	width: 200px;
	border-top: 1px dotted #FF3300;
	border-right: none;
	border-bottom: 1px dotted #FF3300;
	border-left: none;
	font-size: 12px; line-height: 150%; text-align: left;
	padding: ; margin: 6px;
}

td.infotd2 {
	width: 700px;
	border-top: 1px dotted #FF3300;
	border-right: none;
	border-bottom: 1px dotted #FF3300;
	border-left: none;
	font-size: 12px; line-height: 150%; text-align: left;
	padding: 6px; margin: 6px;
}



