@charset "utf-8";

/* General
--------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.8;
	height: 100%;
	text-align: center;
	color: #666;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Container
--------------------------------------------------*/
#container {
	position: relative;
	width: 800px;
	margin: 0 auto 0;
	text-align: left;
	background-color: #FFFFFF;
}

/* Header
--------------------------------------------------*/
#header {
	position: relative;
	width: 800px;
	height: 116px;
	background: transparent url(../img/header.jpg) no-repeat left top;
}

#header .logo a {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 155px;
	height: 33px;
	text-indent: -9999px;
	font-size: 0px;
}

#header h1 {
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #333;
}

#header h2 {
	position: absolute;
	top: 45px;
	left: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#header p {
	position: absolute;
	top: 70px;
	left: 50px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

#header ul {
	position: absolute;
	top: 16px;
	right: 0px;
	font-size: 65%;
	list-style: none;
}

#header ul li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0 0 0 9px;
	line-height: 1.8;
	white-space: nowrap;
	background: transparent url(../img/jp/list_icon.gif) no-repeat left 4px;
}

#header ul li a {
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

/* breadcrumbs
--------------------------------------------------*/
ul.breadcrumbs {
	position: relative;
	float: left;
	display: block;
	width: 795px;
	height: 32px;
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 85%;
	color: #333;
	background: transparent url(../img/breadcrumbs.jpg) no-repeat left top;
}

ul.breadcrumbs li {
	float: left;
	list-style-type: none;
	font-weight: bold;
}

ul.breadcrumbs li a {
	color: #333;
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	background: transparent url(../img/breadcrumbs.gif) no-repeat right center;
}

ul.breadcrumbs p {
	position: absolute;
	top: 2px;
	right: 5px;
	font-weight: bold;
}

/* contents
--------------------------------------------------*/
#contents {
	float: left;
	width: 800px;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(../img/contents_bg.gif) repeat-y left center;
}

/* leftarea
--------------------------------------------------*/
#contents .leftarea {
	float: left;
	width: 180px;
}

#contents .leftarea dl {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

#contents .leftarea dl dt {
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background: transparent url(../img/left_dl_dt.gif) no-repeat ;
}

#contents .leftarea dl dd {
	padding: 10px 0 10px 5px;
	background: transparent url(../img/left_dl_dd_footer.gif) no-repeat left bottom;
}

#contents .leftarea dl dd a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 3px;
	background: transparent url(../img/left_dl_dd.gif) no-repeat left center;
}

#contents .leftarea dl dd a:hover {
	text-decoration: underline;
}

#contents .leftarea .weather {
	width: 150px;
	margin: 0 auto 30px;
}

/* rightrea
--------------------------------------------------*/
#contents .rightarea {
	float: right;
	width: 600px;
}

#contents .rightarea span.ml30 {
	margin-left: 30px;
}

#contents .rightarea p {
	width: 540px;
	margin: 0 auto 30px;
}

#contents .rightarea h3 {
	color: #003366;
	width: 590px;
	height: 35px;
	margin-bottom: 20px;
	padding: 5px 0 0 10px;
	background: transparent url(../img/h3.gif) no-repeat left top;
}

#contents .rightarea h4 {
	font-size: 85%;
	color: #FFF;
	width: 590px;
	height: 23px;
	margin-bottom: 5px;
	padding: 2px 0 0 10px;
	background: transparent url(../img/h4.gif) no-repeat left top;
}

#contents .rightarea ul {
	margin: 0 0 30px 45px;
}

#contents .rightarea ul.disc {
	list-style-type: square;
}

#contents .rightarea dl {
	float: left;
	width: 600px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#contents .rightarea dl dt {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

#contents .rightarea dl dd {}

#contents .rightarea dl dd span {
	margin-right: 15px;
}

#contents .rightarea dl p {
	margin: 0;
	padding: 0;
}

#contents .rightarea dl p.powered {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 250px;
	height: 15px;
	font-size: 9px;
	text-align: right;
}

#contents .rightarea dl p a.twitter {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 77px;
	height: 18px;
	font-size: 0px;
	text-indent: -9999px;
	background: transparent url(../img/twitter_logo.gif) no-repeat left center;
}

#contents .rightarea dl p a.rss {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 27px;
	height: 15px;
	text-indent: -9999px;
	background: transparent url(../img/rss.gif) no-repeat left center;
}

#contents .rightarea ul.linklist {
	float: left;
	width: 590px;
	margin: 0;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	list-style: none;
}

#contents .rightarea ul.linklist li {
	float: left;
	padding-left: 7px;
	margin-right: 10px;
	white-space: nowrap;
	background: transparent url(../img/icon.gif) no-repeat left center;
}

#contents .rightarea ul.linklist li a {
	text-decoration: none;
}

#contents .rightarea ul.linklist li a:hover {
	text-decoration: underline;
}

/* contents_bottom_links
--------------------------------------------------*/
#contents_bottom_links {
	float: left;
	width: 800px;
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
	background: transparent url(../img/contents_bottom_links.gif) repeat-x left top;
}

#contents_bottom_links dl {
	font-size: 65%;
	color: #0066CC;
}

#contents_bottom_links dl dt {
	margin-bottom: 3px;
}

#contents_bottom_links dl dd {
	float: left;
	white-space: nowrap;
	margin-right: 8px;
	margin-bottom: 5px;
	padding-right: 8px;
	line-height: 1.6;
	border-right: 1px solid #0066CC;
}

#contents_bottom_links dl dd a {
	color: #0066CC;
	text-decoration: none;
}

#contents_bottom_links dl dd a:hover {
	text-decoration: underline;
}

/* footer
--------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	float: left;
	font-size: 75%;
	width: 800px;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	background: transparent url(../img/footer_bg.gif);
}

#footer h5 {
	font-size: 110%;
	color: #FFF;
	text-indent: 5px;
	margin: 0 0 15px 0;
	background-color: #999999;
}

#footer ul {
	float: left;
	clear: left;
	width: 780px;
	font-size: 85%;
	margin: 0 0 5px 0;
	padding: 0 10px 0 10px;
}

#footer ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 11px;
	line-height: 1.8;
	white-space: nowrap;
	list-style: none;
	background: transparent url(../img/footer.gif) no-repeat left 3px;
}

#footer ul li a {
	color: #0066CC;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 75%;
	text-align: center;
}

