@charset "Shift_JIS";
/*
colorset:
	background:#FFFFFF
	text:#333333
	red:#DC0A2B
	grey60:#666666
	grey50:#808080
	grey40:#999999
	grey33:#AAAAAA
	grey20:#CCCCCC
	grey15:#D9D9D9
	grey10:#E6E6E6
*/

  
/*
/////////////////////////////////////////////////////
default
///////////////////////////////////////////////////*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font-weight: normal;
}

body {
	color: #333333;
	font-size: 9pt;
	line-height: 1.6em;
	background-color: #FFFFFF;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: underline;
	color: #265193;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	text-decoration: underline;
}


/*
----------------------------------------------------------
[LAYOUT]
----------------------------------------------------------*/
#body {
	margin: 0px auto;
	text-align: center;
	height: 100%;
	background: url(/_img/bg.gif) center top repeat-y;
}

#wrapper {
	position: relative;
	clear: both;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 750px;
}

/*--HEADER---------------------------------------------------*/

#header {
	position: relative;
	clear: both;
	height: 70px;
	color: #FFFFFF;
	background-color: #DC0A2B;
}

div.header_l {
	float: left;
	height: 70px;
	padding-right: 10px;
}

div.header_r {
	float: right;
	height: 70px;
}

div.header_r img.lang {
	margin-top: 40px;
}

/*--LEFT-----------------------------------------------------*/

#left {
	position: relative;
	float: left;
	width: 145px;
	padding: 10px;
}

/*--MENU--*/

div.menu {
	width: 145px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.menu a:hover {
	background-color: #CCCCCC;
}

/*--SEARCH--*/

div.search {
	width: 145px;
	margin-bottom: 20px;
}

div.search * { margin: 0px; padding: 0px; }

#search {
	width: 105px;
	height: 18px;
	border-top: 1px solid #808080; border-left: 1px solid #808080;
	border-bottom: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9;
	padding: 0px; margin: 0px;
	margin-right: 5px;
}

/*--BANNER--*/

div.banner {
	width: 145px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*--MAIN-----------------------------------------------------*/

#main {
	position: relative;
	float: right;
	width: 573px;
	padding: 10px 10px 10px 0px;
}

div.content {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-bottom: 10px;
}

/*--FOOTER---------------------------------------------------*/

#footer {
	position: relative;
	clear: both;
	font-size: 8pt;
	height: 10px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #DC0A2B;
}

div.footer_l {
	float: left;
	height: 10px;
	line-height: 10px;
	vertical-align: bottom;
	padding-right: 10px;
}

div.footer_l span.copyright {
	font-family: monospace;
}

div.footer_r {
	float: right;
	height: 10px;
	line-height: 10px;
	vertical-align: bottom;
}

/*
----------------------------------------------------------
[STYLE]
----------------------------------------------------------*/
p {
	margin-bottom: 15px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 20px 15px 20px;
}

h2.text {
	border-left: 5px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	width: 496px;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 20px 15px 20px;
	padding: 3px 5px 3px 5px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px 20px 15px 20px;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 20px 15px 20px;
}

hr {
	border: 0px;
	border-bottom: 1px dotted #666666;
	height: 0px;
	margin: 0px 20px 15px 20px;
}

ol, ul {
	margin: 0px 0px 0px 32px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 15px 0px;
}

strong {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 130%;
}

em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #D9D9D9;
}

.note {
	color: #666666;
	font-size: 8pt;
}

.caption {
	color: #808080;
	font-size: 8pt;
}

.more {
	text-align: right;
	font-size: 8pt;
}

.more a {
	text-decoration: none;
}

