@charset "utf-8";
body,p,div,h1,h2,h3,h4,h5,h6	{ margin:0px; padding:0px;}
p{letter-spacing: 0px;}
img { vertical-align:bottom; border:none;}
a:link img{ border:none;}
a:visited img{ border:none;}
a:hover img{ border:none;}
ul,dl,ol,li,dl,dt,dd,form{list-style:none; margin:0px; padding:0px;}
fieldset,legend,table{margin:0px; padding:0px;border-collapse: collapse;}


/* common.css
----------------------------------------------- */

body {  
    line-height: 140%;
	font-family: Verdana, "ＭＳ ゴシック", 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-spacing: 0;
        color: #000000;
}


/* layout.css
----------------------------------------------- */
#container,
#content_top,
#content,
#footer {
	float: none !important;
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
	background-image:none !important;
	border:none !important;
}

#sidebar {
	display: none;
}

#header{
	display: none;
}

#footer {
	margin-top: 1em;
	font-size: 90%;
    list-style-type: none;
}


/* module.css
----------------------------------------------- */
#content h1	{
	background-color: #014471;
	font-size: 18px;
	color: #ffffff;
	line-height: 160%;
	width: 576px;
	height: 28px;
	margin: 0px 0px 5px 0px;
	text-indent: 10px;
	overflow: hidden;
}

#content h2 {	
	background-image:  url(../img/line-blue02.gif);
	background-repeat:no-repeat;
	font-size: 1em;
	color: #000099;
	width: 576px;
	line-height: 23px;
	text-indent: 10px;
	margin: 20px 0px 10px 10px ;
}

#content h3 {
    color: #000000;
	margin: 10px 0 10px 0;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
}

#content h4 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
        color: #000000;
}

#content p,
#content ul,
#content ol,
#content dl {
	margin: 0 10px 20px 10px;
}

#content table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #000000;
}

#content table th,
#content table td {
	padding: 3px;
	font-size: 90%;
}

#content table th {
	border: 1px solid #000000;
}

#content table td {
	border: 1px solid #000000;
}


/* accesebility.css
----------------------------------------------- */

div.hidden,
p.hidden {
	display: none;
}

/* 各ページ非表示指定
----------------------------------------------- */
div#content div#gaiyou table.prof_member {
   border: none;
}

div#content table.categ3{
   display:none;
}

div#content table.act {
	border:none !important;	
}




