@charset "UTF-8";

/* フォント指定 */
* {
	line-height:1.5;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
}

/* /フォント指定 */

/* リセッタ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	/*font-family: inherit;*/
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: #e6f5ff;
	width:945px;
	margin:0px auto;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* /リセッタ */



/*------------------------------------------------------------
	各エリアテキストリンク 2013.02.05 from tochi.mlit.go.jp
------------------------------------------------------------*/
/*メインコンテンツエリアロールオーバーcss*/
a:link {
	color: #0090c5;
	text-decoration: none;
}
a:visited {
	color: #0889f7;
}
a:hover {
	color: #42a4f7;
}
a:active  {
	color: #0889f7;
}
/* aタグ下線消す場合に付加 */
a.noline{
	text-decoration:none !important;
}

/*------------------------------------------------------------
	各エリアテキストリンク終了
------------------------------------------------------------*/

/* 共通クラス
---------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	height: 1%;
}


.ime_active {
	ime-mode: active;
}
.ime_disabled {
	ime-mode: disabled;
}


.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }

.red { color: #FF0000; }
.red_line { color: #FF0000; text-decoration:underline; }
.red_bold { color: #FF0000; font-weight:bold; }
.blue { color: #0000FF; }
.blue_bold { color: #0000FF; font-weight:bold; }
.green { color: #339999; }
.green_bold { color: #339999; font-weight:bold; }
.bold { font-weight:bold; }

