@charset "UTF-8";

/* 
	default setting file
	create : 071101 
	update : 071101
*/

/* -------------------------------------------------- Initialization of the browser style */
html { overflow-y: scroll; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ol,
ul,
li,
dl,
dt,
dd,
pre,
blockquote,
address,
hr,
table,
tr,
th,
td,
form,
fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

/* --------------------------------------------------body */
body {
	font-family: /*"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,*/ "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

/* -------------------------------------------------- font elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
address { color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1.1; }

p,
li,
dt,
dd,
th,
td,
pre {
	font-size: 80%;
	line-height: 1.3;
}

address {
	line-height: 1.1;
	font-size: 80%;
}

ol li,
ul li { list-style: none; }

li p,
li li,
li li li,
dd p,
dd li,
dd dd,
th p,
td p,
td li,
td dt,
td dd { font-size: 100%; }

/* -------------------------------------------------- text elements */
em {
	font-style: normal;
	color: #FF0000;
}

strong { font-weight: bold; }

/* -------------------------------------------------- Table elements */
table,
th,
td { border-collapse: collapse; }

/* -------------------------------------------------- Form elements */
input,
select,
textarea { }

p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select { font-size: 100%; }

/* -------------------------------------------------- etc */
a,
img { border: 0; }

img { vertical-align: middle; }

*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

input { vertical-align: top; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

/* -------------------------------------------------- link elements */
a,
a:link,
a:active{
	color:#039;
	text-decoration: none;
}
a:visited {
	color:#369;
	text-decoration: none;
}

a:hover {
	color: #06C;
	text-decoration: underline;
}

/* -------------------------------------------------- 重大なお知らせCSS */

.column3B ul#emergency {
	clear: both;
	width:470px;
	margin: 0 10px 0 12px;
	border-top: none;
}

.column3B ul#emergency li {
	margin-bottom: 9px;
	padding-left: 11px;
	background-image: url(/common/images/marker-arrow.gif);
	background-position: 0 0.45em;
	background-repeat: no-repeat;
	color:#FF0000;
	font-weight:bold;
	border-top:none;
}
.column3B ul#emergency li a {
	margin-bottom: 5px;
	color:#FF0000;
	font-weight:bold;
	border-top:none;
}
.column3B ul#emergency li a:hover {
	color:#FF6633;
}

/* EOF */
