@charset "shift_jis";


/* body
---------------------------------*/

body {
	font-size: 9pt !important;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #444;
	background: #FFF;
}


/* table
---------------------------------*/

table {
	font-size: 9pt;
	line-height: 1.4em;
}


/* color
---------------------------------*/

.red {
	color: #FF0000;
}


/* anchor
---------------------------------*/

a {
	zoom: normal;
	color: #444 !important;
	text-decoration: underline !important;
}

a:hover {
	color: #090 !important;
	text-decoration: none !important;
}


/* text
---------------------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

pre {
	font-family: "Osaka|", monospace;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

code {
	font-family: "Osaka|", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

address {
	font-style: normal;
	font-weight: normal;
}


/* list
---------------------------------*/

ul,ol,li {
	list-style: none;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}


/* form
---------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	color:#000;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}

optgroup {
	font-style: normal;
	background: #CCC;
}

option {
	background: #FFF;
}


/* object
---------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: bottom;
}


/* clearfix
---------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


