@charset "UTF-8";
/* YUI reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}



/* generall */

body {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #900;
}

a {
	
}

a:hover {
	color:#999;
}

.clear {
	clear:both;
}

.wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;	
}



/* head */
#header {
	height: 90px;
}
#header h1 {
	float: left;
	height: 90px;
	width: 320px;
	background: url(../images/studioasp_mdata.gif) no-repeat;
}
#header h1 a {
	display: block;
	height: 90px;
	width: 320px;
}
#header h1 span {
	display: none;
}

#header ul {
	float: right;
	width: 468px;
	text-align: right;
	font-size: 0.9em;
	margin: 0 0 5px;
}
#header ul li {
	display: inline;
	padding-left: 3px;
	color: #999;
	border-left-width: 8px;
	border-left-style: solid;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#header ul li a {
	color: #000;
}
#header ul li a:hover {
	color: #CCC;
}
#header ul .LWT {
	border-left-color: #006;
}
#header ul .SAT {
	border-left-color: #900;
}
#header ul .EGT {
	border-left-color: #090;
}
#header ul .MSNT {
	border-left-color: #F90;
}

/* #header ul li:first-child {
	border: none;
} */

/* menu */

#menu ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	background: #EFEFEF;
}
#menu ul li {
	display: inline;
	padding: 5px 0;
}
#menu ul li a {
	color: #900;
	border-right: 1px solid #CCC;
	font-weight: bold;
	padding: 7px 25px;
}
#menu ul li a:hover {
	color: #000;
	background: #CCC;
}
#menu #homelink {
	border-left: 1px solid #CCC;
}
#menu ul #homelink #current {
	color: #FFF;
	text-decoration: none;
	background: #666;
}

/* search */
#search {
	height: 80px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	background-color: #900;
	background-image: url(../images/searchbk.png);
	line-height: 80px;
}
#search form {
	margin-left: 20px;
}
#search form input {
	font-size: 1.2em;
	line-height: 1.2em;
}


/* contents */
#contents {
	margin-top:10px;
	margin-bottom:20px;
}

/* main contents */

#contents #main {
	width:530px;
	float:left;
}


/* side contents */

#contents #side {
	float:right;
	width:300px;
}



/* footer */

#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background: #F5F5F5;
}
#footer .wrap #mgLink {
	text-align: left;
	margin-bottom: 30px;
}
#footer .wrap #mgLink ul {
	float: left;
	width: 212px;
}
#footer .wrap #mgLink li {
	font-size: 75%;
	line-height: 2.0em;
}
#footer .wrap #mgLink ul .ttl {
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	padding-left: 4px;
}
#footer .wrap #mgLink li a {
	color: #666;
	text-decoration: none;
}
#footer .wrap #mgLink li a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .wrap p {
	font-size: 90%;
	text-align: center;
	color: #333;
}
#footer .wrap p a {
	color: #000;
}
#footer .wrap #footerAds {
	margin-bottom: 20px;
}

