/* C-SS copyright.
----------------------------------------------- */
/*{border:1px solid #000000;}*/

a:visited { text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #ff6600; text-decoration: underline; }
a:link { text-decoration: underline; color: #0000FF; }

h1, h2, h3, h4, h5, p, ul, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height:1%;
}

img {
	border: none;
}


/* Area
----------------------------------------------- */
body {
	background-image: url(../img/bg_orange.gif);
}

div#main {
	background: #FFFFFF;
	margin: 0 auto;
	width: 640px;
}

/* Text
----------------------------------------------- */
p {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 80%;
}

h3 {
	border-bottom: 1px solid #FF6600;
	background:url(../img/p_point03.gif) no-repeat 0 center;
	padding: 5px;
	padding-left: 15px;
	line-height: 110%;
	font-size: 80%;
	margin-bottom: 10px;
}

/* Header
----------------------------------------------- */
div#header {
padding-bottom: 10px;
	background: #FF9900;
}

div#header p {
	margin: 0;
	padding: 8px;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 100%;
}

div#header h1 {
}


/* Contents
----------------------------------------------- */
div#contents {
	border: 1px solid #858585;
}

* hteml div#contents {/*IE6 hack*/
	height: 100%;
}


/* Leftmenu
----------------------------------------------- */
div#leftmenu {
	padding-top: 10px;
	width: 140px;
	text-align: center;
	float: left;
}

* html div#leftmenu {/*IE6 hack*/
	padding-top: 10px;
	margin-left: 1px;
	width: 130px;
	text-align: center;
	float: left;
}

div#leftmenu h2 {
	padding: 5px;
}

h2.menu2 {
	font-size: 80%;
	line-height: 125%;
	margin: 10px;
	border-bottom: 1px solid #FF6600;
}

div#leftmenu ul {
	margin-bottom: 15px;
}

div#leftmenu ul li {
	margin-bottom: 5px;
	list-style: none;
}

p.sat {
	color: #0000FF;
}

p.sun {
	color: #FF0000;
}

div.adl {
	width: 90%;
	text-align:left;
	margin-left: 5px;
}

div.adl h2 {
	line-height: 125%;
	font-weight: normal;
	background: #FF3300;
	font-size: 80%;
	color: #FFFFFF;
}

/* Rightscontents
----------------------------------------------- */
div#rightcontents {
	width: 485px;
	float: right;
	padding: 5px;
	border-left: 1px solid #858585;
}

* html div#rightcontents {/*IE6 hack*/
	margin-right: 1px;
}


p.title {
	background: url(../img/p_point02.gif) no-repeat 0 center;
	color: #FF0000;
	padding: 10px;
	font-size: 110%;
	margin: 0;
}

p.subtitle {
	color: #FF9900;
	padding: 10px;
	padding-top: 0;
}

div#rightcontents h2 {
	border: 1px solid #666666;
	border-left: 10px solid #666666;
	padding: 5px;
	margin-bottom: 10px;
}

p.adl {
	padding: 3px 10px;
	font-size: 120%;
	color: #0066CC;
}

/* Footer
----------------------------------------------- */
div#footer {
	margin: 0 auto;
	padding: 5px;
	width: 630px;
	line-height: 100%;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	background: #FF9900;
}

div#ad_footer {
	margin: 0 auto;
	padding: 5px;
	width: 630px;
	line-height: 100%;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	background: #FF9900;
}

/* Parts
----------------------------------------------- */
img.img {
	border: 1px solid #CDCDCD; 
	padding: 3px;
	margin: 5px;
	margin-top: 0;
}

div.clear {
	clear: both;
}

ul.link {/*normal link*/
	margin-bottom: 10px;
}

ul.link li {
	padding: 10px;
	padding-left: 15px;
	background: url(../img/p_point02.gif) no-repeat 0 center;
	font-size: 70%;
	list-style: none;
}

table.t-data { /*normal table*/
	background: #CCCCCC;
}

table.t-data th {
	font-size: 80%;
	background: #FFFFFF;
	text-align:left;
}

table.t-data td {
	background: #FFFFFF;
	font-size: 80%;
}