@charset "utf-8";

/* CSS Document */
/* --- ◆基本設定--- */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
ul,
ol,
dl,
dt,
dd,
fieldset {
	display: block;
	text-align: inherit;
	line-height: inherit;
	text-indent: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:13px; 
	_font-size:12px; 
	font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}


/* ----- list ----- */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol {
	list-style: none;
}

li {
	display: list-item;
}

dl {
	padding: 0;
	margin: 0;
}

dt {
	padding: 0;
	margin: 0;
}

dd {
	padding: 0;
	margin: 0;
}


/* ----- form ----- */

form {
}

fieldset {
}



/* =========== inline level elements =========== */

/* ----- collective ----- */

a,
abbr,
acronym,
b,
bdo,
big,
button,
cite,
code,
dfn,
em,
i,
img,
input,
kbd,
label,
map,
object,
q,
ruby,
samp,
select,
small,
span,
strong,
sub,
sup,
textarea,
tt,
var {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: inherit;
}


/* ----- anchor ----- */

a {
	color: #235295;
	text-decoration: none;
}

a:link {
}

a:visited {
	color: #195494;
}

a:focus,
a:hover,
a:active {
	color: #4083cd;
	text-decoration: underline !important;
}


/* Gecko, Safari runs insertWastingSpans.js */

a.wasting-span-inserted:focus,
a.wasting-span-inserted:hover,
a.wasting-span-inserted:active {
	text-decoration: none !important;
}

a.wasting-span-inserted span.wasting-span {
	position: static !important;
	float: none !important;
	clear: none !important;
	display: inline !important;
	visibility: inherit !important;
	overflow: hidden !important;
	border: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit !important;
	font: inherit !important;
	background: transparent !important;
	text-decoration: none !important;
	opacity: 1.0 !important;
}

a.wasting-span-inserted:focus  span.wasting-span,
a.wasting-span-inserted:hover  span.wasting-span,
a.wasting-span-inserted:active span.wasting-span {
	text-decoration: none !important;
}


/* ----- img ----- */

img {
	border: none;
}


/* ----- form ----- */

legend {
}

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
	/*
	font-family: "MS UI Gothic", "Lucida Grande",
	             "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", sans-serif;
	*/
	/* MacIE only \*//*/
	font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Osaka", sans-serif;
	/* end */
}

input.text,
input.password,
textarea,
select {
	color: black;
	background-color: white;
}

input.password {
	font-family: Arial, sans-serif;
}

input.checkbox {
	vertical-align: middle;
}

input.submit,
input.reset,
input.button {
}

select {
	height: 18px; /* for Gecko */
}

optgroup {
	font-style: normal;
	font-weight: bold;
}

button {
	cursor: pointer;
}



/* =========== table-related elements =========== */

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	text-indent: 0;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

p,li,dt,dd,td {
	line-height: 1.4em;
}
/* --- [clearfix] --- */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



