@import url(baseOutline.css);
@import url(head.css);
@import url(left.css);
@import url(right.css);
@import url(contents.css);
@import url(foot.css);

/* ==================== base ==================== */

* {
font-family:arial,Osaka,sans-serif,verdana;
	font-size: 12px;
}

p,li,td,th,dt,dd,h1,h2,h3,h4{
	color: #555555;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background: url(images/bg_001.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}

img{
	border: none;
}

.clear{
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

a:link { color: blue; text-decoration: none;}
a:visited { color: blue;  text-decoration: none;}
a:hover { color: red;}
a:active { color: white; }

.content_ads{
margin:7px 0 0 0;
padding:10px;
border:#ddd solid 1px;
}

.content_ads li{
text-align:left;
list-style-type:none;
font-size:12px;
color:#555;
line-height:180%;
}

.content_ads li a{
font-size:12px;
}


