/* Default Style
------------------------------------------*/

body {
	background-color: #eee;
	margin-top: 0;
}

a {
	color: #1030cd;
	text-decoration: none;
}

a:visited {
	color: #1030cd;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #1030cd;
	text-decoration: underline;
}

a:active {
	color: #1030cd;
}

div.subject {
	text-align: left;
	float: left;
}

div.tag {
	text-align: right;
}

div.titlebar {
	background-color: #696969;
	color: #f5f5f5;
	font-weight: bold;
	padding: 0.2em;
}

div.titlebar a:link,
div.titlebar a:visited {
	color: yellow;
	text-decoration: none;
}

div.titlebar a:hover {
	color: #000;
	text-decoration: none;
}

/* Base Style
------------------------------------------*/
#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
}

/* Language select
------------------------------------------*/
#langselect{
	float: left;
	text-align: left;
	font-size: small;
	margin: 0 0 0 10px;
}

#langselect ul{
	list-style:none;
	padding: 0.5em 0 0.5em 1em;
}

#langselect ul li{
	display: inline;
	padding: 0;
	border-left: 1px solid #999;
}


#langselect ul li a:link,
#langselect ul li a:visited {
	color: #003399;
}

#langselect ul li a:hover {
	color: #003399;
}

#langselect ul li#langselecthome{
	padding: 0;
	border-left: 0px solid #999;
}

/* Header navigation
------------------------------------------*/
#headernavi{
	text-align: right;
	font-size: small;
	vertical-align: bottom;
}

#headernavi ul{
	list-style:none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #eee;
}

#headernavi ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #999;
}

#headernavi ul li a:link,
#headernavi ul li a:visited {
	color: gray;
	text-decoration: none;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
}

#headernavi ul li a:hover {
	color: #000;
	background-color: #ddd;
	text-decoration: none;
	border-style: solid;
	border-color: #6698ff;
	border-width: 1px 1px 1px 1px;
}

#headernavi ul li#headernavihome{
	padding-left: 0;
	border-left: 0px solid #999;
}

/* Local menu
------------------------------------------*/
#localmenu{
	float: left;
	width: 150px;
	vertical-align: top;
	margin: 40px 10px 0 0;
}

*html body #localmenu{ /* IE6 */
	float: left;
	width: 175px;
	vertical-align: top;
	margin: 40px 10px 0 -40px;
}

#localmenu p{
	text-align: left;
	color: #666;
}

#localmenu ul{
	font-size: small;
	list-style:none;
	text-align: left;
	color: #666;
	padding:0 0 0 5px;
}

#localmenu ul li {
	padding: 5px 0 5px 5px;
	border-left: 3px solid #666;
	border-top: 1px dotted #666;
}

#localmenu ul li#lastmenu {
	padding-left: 5px;
	border-left: 3px solid #666;
	border-bottom: 1px dotted #666;
}
/*
#localmenu ul li a:link,
#localmenu ul li a:visited {
	color: gray;
	text-decoration: none;
}

#localmenu ul li a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}
*/
/* Main contents
------------------------------------------*/
#topcontents{
	float: right;
	width: 720px;
	display: block;
	color: #000;
	font-size: medium;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 0 75px;
	background-color: #fff;
}

#topcontents div.subpromo {
	width: 720px;
	height: 240px;
}

#contents{
	float: right;
	width: 620px;
	display: block;
	color: #000;
	font-size: medium;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 0 10px;
	background-color: #fff;
}

#contents h1{
	font-size: large;
	color: #680000;
	padding-top: 20px;
	border-bottom: 1px solid #999;
}

#contents dt{
	font-weight: bold;
	padding-top: 0.5em;
	padding-left: 0.5em;
}

#contents dd{
	font-size: small;
}

#contents div.subpromo {
	width: 620px;
	height: 240px;
}

#contents div#policy{
	color: #333;
	font-size: small;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
}

#contact_head{
	font-size: medium;
	padding-top: 30px;
	font-weight: bold;
	margin: 0;
}

#contact_list{
	font-size: small;
	/*	line-height: 140%;	*/
	padding: 5px 0 0 10px;
}

/* 2 columns contents
------------------------------------------*/
#content_left{
	float: left;
	width: 290px;
	font-size: small;
}

#content_right{
	float: right;
	width: 290px;
	font-size: small;
}

#content_span{
	clear: both;
	padding-top: 30px;
}


/* Promotion contents
------------------------------------------*/
#promosion{
	width: 770px;
	height: 240px;
	vertical-align: bottom;
	margin: 0 auto;
}

/* Topic path
------------------------------------------*/
ul.topic_path {
	font-size: small;
	text-align: left;
	margin-left: 0px; /* IE6 */
	padding-left: 0px;
}

ul.topic_path li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}

ul.topic_path li a {
	padding-right: 16px;
	background:url("../images/glue.png") no-repeat right center;
}

/*
ul.topic_path a:link,a:visited,a:hover{
	color: navy;
	text-decoration: underline;
}
*/

/* Footer
------------------------------------------*/
#footer{
	clear: both;
	/*margin-top: 50px;*/
	font-size: small;
	text-align: center;
	color: gray;
	margin: 5px 5px 0 5px;
	padding: 5px 0 30px 0;
	border-top: 1px solid gray;
}

/* Footer navigation
------------------------------------------*/
#footernavi{
	clear: both;
	text-align: right;
	font-size: small;
	vertical-align: bottom;
	padding: 3em 2em 0 0;
}

#footernavi ul{
	list-style:none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footernavi ul li{
	display: inline;
	margin-right: 6px;
	padding-left: 10px;
	border-left: 1px solid #999;
}

/*
#footernavi ul li a:link,
#footernavi ul li a:visited {
	color: gray;
	text-decoration: none;
}

#footernavi ul li a:hover {
	color: #000;
	text-decoration: none;
}
*/
#footernavi ul li#footernavihome{
	border-left: 0;
	padding-left: 0;
	border-left: 0px solid #999;
}

.page_honbun{
	font-size:80%;
	}
	
.page_honbun_m{
	font-size:90%;
	}
