@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html { overflow-y: scroll; }
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
option, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	font-style: normal;
	border: none;
	outline: 0;
	font-size: 100%;
	/* background: transparent; */
}

html>body body { font-size: 12px; }
caption,th {	text-align: left; }
ol,ul {	list-style: none; }
address,em,cite { font-style: normal; }
fieldset,img { border: none; vertical-align: top; }
a { overflow: hidden; text-decoration: none; }
q:before,q:after {	content:''; }
abbr,acronym { border:0; }
:focus { outline: 0; }

body {
  text-align: center;
  background: #fff url(../img/s-bglong.gif) repeat-x left top;
}

h1 { background-color:#F06A88; color:#FFF; font-size:15px; padding:5px 0px; }

#building {
    background-color: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

#header {
  position:relative;
  background-color: #fff;
  text-align: left;
  width: 1000px;
  height: 473px;
}
#headerflashcont {
  position: absolute;
  top: 36px;
  background-color: #fff;
  left: 0;
  width: 1000px;
  height: 437px;
}


#contents {
	width: 1000px;
	height: 2650px;
	background: #fff url(../img/underbg.gif) repeat-x left top;
    margin: 0;
	text-align:left;
}

#contents #main-content-mu {
    float: right;
	width: 735px;
	height: auto;
	text-align: left;
	margin-bottom: 30px;
	color:#333;
	background: #fff;
	font-size:12px;
}

p.intro{
padding:10px 20px 20px 20px;
font-size:16px;
color:#444;
font-weight:bold;
}
		
#contents #sub-content-mu {
    float: left;
	width: 265px;
	height: auto;
}
#contents #sub-content-mu p {
	margin: 0;
}

p.wrap{
   padding-left:12px;
   font-size:10px;
   lign-height:15px;
}


#footer{
	background-color: #000;
	padding: 10px 0 10px 0;
	border-top: 3px solid #333;
	color:#F60;
}

#footerwrap{
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}

#footerwrap a {
	color: #cc3366;
}
#footerwrap  a:hover,
#footerwrap a:active {
	text-decoration:underline;
}
p.copyright {
	float: right;
}