@charset "UTF-8";


/* common.css
----------------------------------------------- */

body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

address {
	font-style: normal;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}


/* layout.css
----------------------------------------------- */

#wrapper,
#header,
#gnav,
#lnav,
#consul_title,
#contents,
#reform,
#consul_main,
#consul_middle_img,
#consul_bottom_img,
#consul_para1,
#consul_para2,
#consul_para13,
#primary,
#secondary,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#gnav,
#lnav_reform,
#co_lnav,
#con_lnav,
#unav1 {
	display: none;
}

#primary,
#contents {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

#secondary {
	display: none;
}

#footer {
	margin-top: 15px;
	border-top: 1px dashed #000000;
	text-align: right;
	font-size: 90%;
}

#footer ul {
	list-style-type: none;
}


/* module.css
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5{
	border-left: 5px solid #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	}

p,
ul,
ol,
dl {
	margin: 0 0 20px 10px;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

table th,
table td {
	padding: 3px;
	font-size: 90%;
}

table th {
	border-bottom: 1px solid #333333;
}

table td {
	border: 1px dotted #333333;
}


/* accesebility.css
----------------------------------------------- */

div.hidden,
p.hidden {
	display: none;
}


/* print.css
----------------------------------------------- */

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
