@charset "EUC-JP";


/*　右側　*/

#main {
	margin: 0px;
	padding: 0px;
	width: 545px;
	float: left;
	background: #FFFFFF;
}

#main .inner {
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

div.category {
	border-top: 3px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	margin-bottom: 10px;
	width: 530px;
}

div.category p.data {
	text-align: right;
	background: #F3F3F3;
	font-size: 14px;
	padding-right: 15px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	margin-bottom: 7px;
}

div.category h2.title {
	border-left: 3px solid #844F98;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 5px;
}

div.category .system-free {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dotted #844F98;
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*　右側　PDF部分　*/

div.category #PDF {
	margin: 0px auto;
	border-top: 1px dotted #844F98;
	width: 510px;
	padding-top: 13px;
	padding-bottom: 13px;
}

div.category #PDF p.file {
	background: url(../img/icon_pdf.gif) no-repeat 0px 3px;
	padding-left: 35px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 3em;
}

div.category #PDF table {
	width: 490px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/texture_04.gif) no-repeat left top;
}

div.category #PDF th {
	padding: 10px 20px;
	width: 112px;
	vertical-align: top;
}

div.category #PDF td {
	padding: 10px 8px 10px 20px;
	margin: 0px;
	color: #666666;
}

/*　左側　*/

#sub {
	margin: 0px;
	padding: 0px;
	width: 215px;
	float: right;
}

#sub h3 {
	margin-bottom: 10px;
}

#sub ul {
	list-style: url(none) none;
	margin: 0em 0em 1em;
	padding: 0px 1em;
}

#sub li {
	background: url(../img/icon_01.gif) no-repeat left 6px;
	padding-left: 1.5em;
	font-size: 11px;
	margin-bottom: 0.5em;
}

/*　左側　カレンダー部分　*/

table#day {
	width: 210px;
	border: 1px solid #;
	border: 1px solid #B3B3B3;
	margin-bottom: 15px;
}

table#day * {
	font-size: 10px;
}

table#day th {
	text-align: center;
	padding: 5px 7px;
	font-weight: normal;
	background: #E6E6E6;
	border-bottom: 1px solid #B3B3B3;
}

table#day th a {
	text-decoration: none;
}

table#day td {
	padding: 5px 7px;
	text-align: center;
}

table#month td a:link {
 color:#FFFFFF;
}
table#month td a:active {
 color:#0000FF;
}
table#month td a:visited {
 color:#990066;
}
table#month td a:hover {
 color:#FF0000;
}
