/*----------------------------------------------*/
/*初期化*/

html,body,h1, h2, h3, h4,
p, div, blockquote, pre, address,
dl, dt, dd, ul, ol, li,
em, strong, dfn, small, big, q, i, b, span,
a:link, a:visited, a:hover, a:active,
abbr, acronym, cite, code, var, img {
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	background: transparent;
	margin:0;
	padding:0;
}

/*----------------------------------------------*/

body {
	font-size: 11pt;
	text-align: left;
	font-family: "Arial", Sans-Serif;
	padding:0 20px 15px 70px;
}

h1{
	font-size:130%;
	font-weight:bold;
	color:#003366;
	margin:25px 0 30px -50px;
}

h2{
	font-size:100%;
	margin:20px 0 10px -50px;
	color:#333;
	border-bottom:1px solid #ccc;
}

h3{
	font-size:85%;
	color:#666;
	font-weight:bold;
	margin:20px 0 10px -30px;
}

p{
	font-size:9pt;
	margin:10px 0;
}

hr{
	margin:20px 0 20px -50px;
}

table {
	border: none;
	margin: 10px 0;
	padding: 0;
}

table table{
	margin:10px;
}

th, td {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD #BBB #BBB #DDD;
	word-break: break-all;
}

th{
	color:#333;
	background-color:#F1F7FB;
}

td button{
	padding:2px 10px;
	margin-bottom:5px;
}

ul{	margin-left:20px}

li{
	margin-bottom:5px;
}

dl{
	font-size:85%;
}

dt{
	font-weight:bold;
	margin:5px 0;
}

dd{
	margin-left:20px;
}

.default_width{
	width:300px;
}

.half_width{
	width:150px;
}

.date_width{
	width:100px;
}

.detail{
	font-size:80%;
}

.refer_width{
	width:450px;
}

.image_width{
	width:100px;
}

.separate_cell{
	padding:1px;
	font-size:75%;
	text-align:center;
	border:none;
	background-color:#ddd;
}

a.compare_link{
	font-size:75%;
}

.compare_detail{
	font-size:85%;
	margin-left:15px;
	padding-left:5px;
	border-left:2px solid #ccc;
}

.second_Table{
	background-color:#FBF8F2;
}

A:link {
	color: blue;
}

A:visited {
	color: purple;
}

A:hover,A:active{
	color: red;
	text-decoration: none;
}

h1 A:link{
	color:#003366;
	text-decoration: none;
}

h1 A:visited {
	color:#003366;
	text-decoration: none;
}

h1 A:hover,h1 A:active{
	color: red;
	text-decoration: none;
}

.no_padding{
	padding:0;
}

.refer_url{
	color:#BBB;
	font-size:85%;
}

/*----------------------------------------------*/
/*テキスト意味づけ*/

em, strong, b, i, small, big,
code, samp, var, dfn, kbd, q, cite,
abbr, acronym {
	display: inline;
}

strong{
	font-weight:bold;
}

#topLine {
	margin:0 -20px 20px -70px;
	padding:1px 0;
	color:#DBE7F0;
	background-color:#365D95;
	border-bottom:1px solid #045D9E;
}

#topLine p{
	margin:0;
	padding:0 20px;
	font-size:95%;
	text-align:right;
}

#topLine p a{
	color:#fff;
}

#topLine table{
	margin:0;
	padding:0;
}

#topLine table td{
	border:none;
	margin:0;
	padding:0;
	color:#fff;
}

#topLine button,#topLine input{
	border-style: solid;
	border-width: 1px;
	border-color: #fff #ccc #ccc #fff;
	margin:0;
	padding:1px 5px;
	font-size:85%;
}

#history_index ul li{
	display:inline;
	margin-right:10px;
}



