/* base layout
------------------------------------------------------- */
body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

img {
	border: 0;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

#gnav,
#snavBOX,
#head_l,
#topicpath,
.bnr_box,
#footer .rightBox,
.pagetop_arw{
	display: none;
}

#wrapper,
#gnav,
#ctn_area,
#ctn_area_in,
#ctn_right,
#ctn_left,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* table
------------------------------------------------------- */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}


#ctn_right table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#ctn_right table th,
#ctn_right table td {
	padding: 3px;
	font-size: 90%;
	text-align:left;
}

#ctn_right table th {
	border-bottom: 1px solid #333333;
	text-align:left;
	width:30%;
}

#ctn_right table td {
	border: 1px dotted #333333;
	text-align:left;
}

/* link
------------------------------------------------------- */
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#logo a{text-decoration:none;}
#logo a:link:after,
#logo a:visited:after {
	content:no-close-quote;
	font-size: 90%;
}

/* font
------------------------------------------------------- */
body {
	line-height: 1.5;
	letter-spacing: 1px;
}

.contentsC {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}

address{font-style: normal;}

h3{ 
background:gray; 
font-weight:bold; 
font-size:16px; 
color:white;
font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}


h4{ 
font-weight:bold; 
font-size:14px; 
font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}