/**
 * 共通のスタイルシート
 *
 */
A {
	text-decoration:none;
	color:#3363c0;
}
A:hover	{
	text-decoration:underline;
	color:#3366ff;
}
/*
A:link {
	color: blue;
}
A:visited {
	color: blue;
}
A:active {
	color: blue;
}
A:hover {
	color: blue;
}
*/
div.tate {
	writing-mode:lr-tb;
}

/* 
 * デフォルトのスタイル
 *
 */
body {
	background-color: #FFFFFF;
    color: black;
	font-size: 10pt;
	font-family: Arial, "MS PGothic", Verdana, Helvetica, sans-serif;
    margin-left: 1em;
    margin-right: 1em;
}
table.calendar {
	border-style:solid;
    border-width: 1px 1px 1px 1px;
    border-color:black;
}

tr.calendar_date{
	background-color:#0099FF;
}


tr.caption		{background-color:#cccccc}
td.caption		{background-color:#cccccc}
tr.line_odd		{background-color:#ccffff}
td.value		{background-color:#E3FAFF}
tr.line_even	{background-color:#ffffcc}
td.line_even	{background-color:#ffffcc}

tr.calendar_caption {
	background-color:#cccccc;
    border-width: 0px 0px 0px 0px;
	
}
tr.calendar {
	background-color:#ffffff;
    border-width: 0px 0px 0px 0px;
}
td.holiday	{
	background-color:pink;
    border-width: 0px 0px 0px 0px;
}

.text_left {
	text-align:left;
}

.text_center{
	text-align:center;
}

.text_right{
	text-align:right;
}
ul{
    margin-top:0;
    margin-bottom:0;
    margin-left:10;
    padding-left:10;
}
li{
    line-height:18px;
    margin-bottom:0em;
}
ol{
    margin-top:0;
    margin-bottom:0;
}

/*
 * added
 */
p{
	margin-top:5px;
	margin-bottom:5px;
}

div.title{
	background-color:#3399cc;
	font-size:20pt;
	color:#F9FFBF;
	padding:4px;
	padding-left:20px;
	line-height:120%;
	font-family: "Garamond", "Times New Roman";
}

div.biztitle{
	background-color:#990066;
	font-size:20pt;
	color:#F9FFBF;
	padding:4px;
	padding-left:20px;
	line-height:120%;
	font-family:"Garamond", "Times New Roman";
}

div.answer{
	margin: 0px 5px;
	font-size: small;
	line-height:120%;
}

div.back{
	text-align: right;
	font-size: x-small;
}
