@charset "Shift_JIS";

/*===========================================================
公衆衛生ねっと（メンテナンスページのCSS）
=============================================================*/

/*文字*/
.exsmall {
	font-size: xx-small;
	line-height: 1.3em;
	text-decoration: none;
}

.small {
	font-size: xx-small;
	line-height: 1.3em;
	text-decoration: none;
}

.normal {
	font-size: x-small;
	line-height: 1.3em;
	text-decoration: none;
}

.big {
	font-size: small;
	line-height: 1.3em;
	text-decoration: none;
}

.exbig {
	font-size: medium;
	line-height: 1.3em;
	text-decoration: none;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #996666;
	text-decoration: underline;
}




/*フォーム*/
form{
	margin: 0px;
	padding: 0px;
}


/*メインメニュー*/
.mainmenu table , .mainmenu th , .mainmenu td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.mainmenu th {
	background: url(../images/c_file_img/cgi_m_th.gif) no-repeat center top;
	width: 270px;
	padding: 30px 15px 10px;
	text-align: left;
	height: 30px;
}

.mainmenu .td01 {
	background: url(../images/c_file_img/cgi_m_td01.gif) repeat-y;
	width: 300px;
	padding: 10px 15px;
}

.mainmenu .td02 {
	background: url(../images/c_file_img/cgi_m_td02.gif) no-repeat center bottom;
	width: 300px;
	padding: 0px 0px 15px;
}


