@charset "utf-8";

/*formatting style
---------------------------------*/* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #666666;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* main styles
---------------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
#main h2 {
	font-size: 14px;
	color: #0066FF;
}
#main_tema  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	background-color: #FFFFFF;
	white-space: normal;
	width: 320px;
	margin: auto;
	height: 20px;
	border: thin solid #3399CC;
	position: absolute;
	left: auto;
}

/* sidebar left styles
---------------------------------*/
#sidebar_left {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
}
#sidebar_left h2 {
	color: #0099FF;
	font-size: 12px;
}



/* header styles
---------------------------------*/
#header {
	background-image: url(../images/header_telemore.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	position: relative;
 }
h1 {
	margin: 0;
	width: 858px;
	font-size: 12px;
	color: #0099FF;
	float: left;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	font-style: normal;
	color: #666666;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	float: left;
	list-style-type: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li#nhome a {
	border-left-style: none;
}
/* footer styles
---------------------------------*/
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #00CCFF;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
