@charset "Shift_JIS";

/*======================================

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/


/*======================================
	1. Font size setting
=======================================*/

p,pre,cite,blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

p.61 {
	font-size: 61%;
}

p.69 {
	font-size: 69%;
}

p.77 {
	font-size: 77%;
}

p.85 {
	font-size: 85%;
}

p.92 {
	font-size: 92%;
}

p.100 {
	font-size: 100%;
}

p.107 {
	font-size: 107%;
}

p.114 {
	font-size: 114%;
}

/*======================================
	2.Universal selector
=======================================*/

* {
	line-height: 1.5;
	font-style: normal;
}

/*======================================
	3.Structure Module
=======================================*/

body {
	padding-bottom: 1em;
	color: #555; /* Text Color */
	background-color: #455e7f;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font: 13px/1.231;
	*font-size: small;
	*font: x-small;
}

/*======================================
	4.Text Module
=======================================*/

p,pre,address,cite {
	margin: 0.8em 20px;
}

h2,h3,h4,h5,h6 {
	margin: 0.8em 20px 0.5em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	margin: 0;
	padding: 0.5em 40px 0.6em 30px;
	border-bottom: 2px solid #333;
	color: #fff;
	background-color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 152%;
	font-weight: normal;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}

h2 {
	border-bottom: 3px solid #eee;
	font-size: 114%;
	color: #000;
}

h3 {
	padding: 0.3em 10px;
	color: #666;
	font-size: 114%;
	background-color: #f5f5f5;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.8;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #fff;
	background-color: #555;
	font-family: monospace;
}

pre * {
	color: #fff;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.3em 20px;
	display: block;
	content: attr(title);
	color: #fff;
	background-color: #333;
	font-size: 85%;
}

blockquote {
	margin: 2em 20px 2em 40px;
	padding: 0.6em 20px;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!;
	border: none!;
	color: #666;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title);
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block;
	content: "Quote: "attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}

code {
	font-family: monospace;
}

abbr,acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em;
	background-color: #f5f5f5;
	font-family: monospace;
}

/*======================================
	5.Hypertext Module
=======================================*/

a {
	text-decoration: none;
	color: #000080;
}

a:visited {
	color: #800000;
}

a:hover {
	text-decoration: underline;
	background: none;
	color: #800000;
}

/*======================================
	6.List Module
=======================================*/

ul,ol,dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: outside;

}

li,dt,dd {
	margin: 0.4em 10px;

}

dt {
	color: #000;
}

dd {
	margin-left: 20px;
	margin-bottom: 0.6em;
}

li li,li p,li pre,li dt,li dd,dd li,dd p,dd pre,dd dt,dd dd {
	font-size: 100%;

}

li ul,li ol,li dl,li p,dd ul,dd ol,dd dl,dd p {
	margin: 0;

}

/*======================================
	7.Forms Module
=======================================*/

form {
	margin: 1em 20px;
	padding: 1px 0;
	background-color: #fff;
	background-image: url(images/slash01.png);
}

form dl,form p {
	margin: 0.5em 20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	color: #000;
	background-color: #fff;
	margin: 0 1em;
	padding: 0 10px;
}

input,textarea {
	margin: 0.5em 1px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
	font-family: Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",  sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
}

input:hover,textarea:hover {
	border: 1px solid #00b8fd;
}

input:focus,textarea:focus {
	border: 1px solid #000;
}

/*
textarea {
	padding: 0.4em 8px;
	width: 30em;
background-color: #fff;
}
*/

input.inputField {
}

input,submit {
	color: #555;
	border: 1px solid #ddd;
	padding: 0px  background-color: #fff;
	font-size: 85%;
	HEIGHT: 20px;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================
	8.Tables Module
=======================================*/
/*
table {
	margin: 1em 20px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 1px;
}

caption {

}

th {
	border-right: 1px solid #ccc;
	color: #fff;
	background-color: #333;
	font-weight: normal;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
*/

table {
	font-size: inherit;
	font: 100%;
}

TABLE.Table {
	border-collapse: collapse;
	border: 1px solid #663300;
	background-color: #eee;
	empty-cells: show;
	font-size: 100%;
	line-height: 130%;
}

.Table TH {
	border: 1px solid #663300;
	color: #333333;
	background-color: #d0d0d0;
	padding: 3px;
	text-align: center;
	font-size: 100%;
	line-height: 130%;
}

.Table TD {
	border: 1px solid #663300;
	padding: 3px;
	color: #333333;
	font-size: 100%;
	line-height: 130%;
}

TABLE.width {
	width: 402px;
	border-collapse: collapse;
	border: 1px solid #663300;
	background-color: #eee;
	empty-cells: show;
	font-size: 100%;
	line-height: 130%;
}

.width TH {
	border: 1px solid #663300;
	color: #333333;
	background-color: #d0d0d0;
	padding: 3px;
	text-align: center;
	font-size: 100%;
	line-height: 130%;
}

.width TD {
	border: 1px solid #663300;
	padding: 3px;
	width: 134px;
	color: #333333;
	text-align: center;
	font-size: 100%;
	line-height: 130%;
}

TABLE.cols {
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #d0d0d0;
	background-color: #F5F5F5;
}

.cols TD {
	padding: 3px;
	border-top: 0px solid #663300;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 0px solid #663300;
	vertical-align: top;
}

TD.nowrap {
	white-space: nowrap;
}

TH.nowrap {
	white-space: nowrap;
}

td.cc9933 {
	background: #cc9933;
}

td.85888b {
	background: #85888b;
}

td.008aff {
	background: #008aff;
}

td.f50025 {
	background: #f50025;
}

td.fc1fff {
	background: #fc1fff;
}

td.00c72e {
	background: #00c72e;
}

td.000000 {
	background: #000000;
}

td.ffdb87 {
	background: #ffdb87;
}

TD.bottom {
	background-color: #000000;
	vertical-align: bottom;
}

TD.bottom_w {
	background-color: #ffffff;
	vertical-align: bottom;
}


TD.center {
	text-align: center;
}

/*======================================
	9.Image Module
=======================================*/

img {
	border-style: none;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

img.margin {
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.middle {
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:middle;
	
}

img.center {
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	
}

/*======================================
	10.Object Module
=======================================*/

/*
object,
embed {
	margin: 1em 20px;
}
*/



/*=====================================
	11.float
=======================================*/

.float {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	display: block;
	clear: both;
	line-height: 0;
}

/*======================================
	11.div#header
=======================================*/

div#header {
	padding: 1px 0 10px;
}

/*=====================================
	12. Website Title
=====================================*/

div#header p.siteName {
	margin: 13px 4px 10px 0px;
	line-height: 1;
	font-weight: bold;
	font-family: "Times New Roman",Arial Black, Helvetica, sans-serif;
	color: #aec7e8;
	font-size: 189%;
}

div#header p.siteName a {
	color: #fff;
	text-decoration: none;
}

div#header p.siteName a:hover {
}

div#header p.siteName span.domain {
	color: #84a0b9;
}

div#header p.siteName a:hover span.domain {
	color: #fff;
}

/*======================================
	13.div#content
=======================================*/

div#content {
	/*position: relative;*/
	background-color: #fff;
	background-image: url(images/bg_white_corner01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#content p.return {
	margin: 0;
	padding: 0.2em 20px 0.4em;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #354e6f;
	text-align: right;
	background: #fff url(images/slash01.png);
}

/*======================================
	14. div#main
=======================================*/

div#main {
	padding: 1px 0;
	background-image: url(images/bg_white_corner02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*======================================
	15. Topic Path
======================================*/

p.topicPath {
	margin: 1.3em 9em 0.3em 20px;
	padding-left: 20px;
	padding-bottom: 0.8em;
	font-size: 85%;
	line-height: 1;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	text-justify: none;
	letter-spacing: 1px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

p.topicPath a:link,p.topicPath a:visited {
	padding: 0.1em 0.5em;
	border: 1px solid #eee;
	color: #888;
	background-color: #fff;
	text-decoration: none;
}

p.topicPath a:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #222;
}

p.topicPath span.current {
	padding: 0.1em 0.5em;
	color: #fff;
	background-color: #333;
}


/*=============================================
             16. Text Body
=============================================*/

div.entry div.textBody {
	margin-left: 1px;
	padding: 1px 0;
	letter-spacing: 1px;
}

div.entry div.textBody h2 {
	margin-top: 2em;
}

div.entry div.textBody dl,div.entry div.textBody ul,div.entry div.textBody ol {
	border-left: 5px solid #eee;
	border-bottom: 1px solid #fff;
}

/*=======================================
	      17. Search
=======================================*/

div#utilities dl dd form {
	margin: 0 5px 0 10px;
	padding: 0.5em 5px;
	border: 1px solid #eee;
}

/*======================================
	     18.div#footer
=======================================*/

div#footer {
	padding: 1px 0;
}

div#footer ul.support {
	margin: 0;
	text-align: right;
}

div#footer ul.support li {
	margin: 0 0 0 6px;
	display: inline;
	font-size: 85%;
	color: #fff;
}

div#footer ul.support li a {
	color: #aec7e8;
	text-decoration: none;
}

div#footer ul.support li a:hover {
	color: #fff;
}

div#footer li.template a {
}

div#footer li.template a[title]:after {
	content: " "attr(title);
}

div#footer address {
	font-size: 77%;
	margin: 0.2em 0;
	text-align: right;
	color: #f5fcff;
}

/*======================================
	19.Containers Layout
=======================================*/

body {
	margin: 0 20px; /* ¶‰E—]”’ */
	text-align: center; /* for IE6 ’†‰›Šñ‚¹ */
}

div#header,div#content,div#footer {
	margin: 0 auto; /* ’†‰›Šñ‚¹ */
	width: 100%;
	text-align: left;
}

/*======================================
	20. div#utilities
======================================*/

div#utilities {
	margin-top: 0em;
	padding: 1.4em 0;
	background: #fff;
}

div#utilities dl {
	margin: 0px 5px;
	background-color: #fff;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

div#utilities dl dt {
	margin-bottom: 0;
	padding: 0.3em 10px;
	border-left: 0px solid #bbb;
	color: #000;

}

div#utilities dl dd {
	margin: 0px;
	padding: 0.5em 5px ;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f7f7f7 url(images/bg_line-dot.gif) left top repeat-x;
	width: 100%;
}

div#utilities dl dd ul {
	margin: 0 10;
}

div#utilities dl dd dt {
	margn: 0;
	padding: 0 0 0.3em 0;
	color: #333;
	border: none;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}

/*--------------------------------------
	20-1. div#utilities dl.navi
--------------------------------------*/

div#utilities dl.navi dd ul {
	margin: 0px;
	list-style-type: none;
}

div#utilities dl.navi dd ul li a {
	padding-left: 15px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*background-position: 0 0.5em;*/
}

div#utilities dl.navi dd ul li a:hover {
	background-image: url(images/arrow02.gif);
}

div#utilities dl.navi li.sub a {
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*background-position: 0 0.5em;*/
}

div#utilities dl.navi li.sub a:hover {
	background-image: url(images/arrow03.gif);
}

/*===========================================
        21. dl.navi
==========================================-*/

div#utilities dl.navi {
	margin-left: 5px;
	display: inline; /* for WinIE */
	float: left;
	width: 265px;
	position: absolute;
	left: 25px;

}

/*===========================================
         22. dl.others
===========================================*/



/*
div#utilities dl.others dd ul {
	list-style-type: circle;
}
*/

div#utilities dl.others {
	width: 100%;
	_width: 100%; /* for IE */
	margin: 0 10px 0 280px;
}

div#utilities dl.others dd {
	margin: 0px 0px 0px 0px;
	padding: 0.5em 5px;
}

div#utilities dl.others ul {
	margin: 0.2em 20px;
}

div#utilities dl.others ol {
	margin: 0.2em 10px;
}

div#utilities dl.others li {
	margin: 0.2em 10px;
}

div#utilities dl.others form {
	margin: 0.5em 10px 0;
}

div#utilities dl.others form legend {
	display: none;
}

/*======================================
	23.globalNavi Module
======================================-*/

ul#globalNavi {
	margin: 0.1em 5px -2px;
	padding: 0.2em 0 0 0;
	background-image: url(images/bg_break01.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 9em;
	background-image: url(images/bg_break01.gif);
	background-position: right 0.1em;
	background-repeat: no-repeat;
	list-style-type: none;
}

ul#globalNavi li a {
	margin: 0 1px;
	padding: 0.3em 0.5em; /* ƒ{ƒ^ƒ“‚ÌŒú‚Ý */
	border: none;
	display: block;
	position: relative; /* IE6‚Åƒ}ƒEƒX”½‰ž—Ìˆæ‚ðFix */
	line-height: 1;
	font-size: 92%;
	color: #aec7e8;
	text-align: center;
	text-decoration: none;
}

ul#globalNavi li a:hover,ul#globalNavi li.current a {
	color: #fff;
	background-color: #001628;
}

div.relatedEntries ul li {
	font-size: 108%;
}

div.relatedEntries ul li a {
}

/*===============================================
                  24.ul navi
===============================================*/

UL.navi2 {
	padding: 0px;
	margin: 0px;
}

UL.navi2 A {
	width: 150px;
	height: 90px;
	margin: 5px;
	padding: 2px;
	font-size: 100%;
	color: #143368;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #909090;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
}

UL.navi2 A:HOVER {
	width: 150px;
	height: 100px;
	font-size: 100%;
	color: #143386;
	background-color: #c0c0c0;
	text-decoration: none;
	border-right: 1px solid #143368;
	border-top: 1px solid #143368;
	border-bottom: 1px solid #143368;
	border-left: 1px solid #143368;
}

UL.navi2 LI {
	width: 150px;
	height: 100px;
	display: inline;
}

/*------------------------------------------
              24-1.ul navi3
------------------------------------------*/

UL.navi3 {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
}

UL.navi3 A {
	width: 280px;
	margin: 5px;
	padding: 2px;
	font-size: 100%;
	color: #143368;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #909090;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
}

UL.navi3 A:HOVER {
	font-size: 100%;
	color: #143386;
	background-color: #c0c0c0;
	text-decoration: none;
	border-right: 1px solid #143368;
	border-top: 1px solid #143368;
	border-bottom: 1px solid #143368;
	border-left: 1px solid #143368;
}

UL.navi3 LI {
	display: inline;
	width: 280px;
}

/*------------------------------------------
                24-2.ul navi4
------------------------------------------*/

UL.navi4 {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
}

UL.navi4 A {
	width: 400px;
	margin: 5px;
	padding: 2px;
	font-size: 100%;
	color: #143368;
	line-height: 130%;
	text-decoration: none;
	text-align: left;
	border-right: 2px solid #909090;
	border-top: 2px solid #909090;
	border-bottom: 2px solid #909090;
	border-left: 2px solid #909090;
}

UL.navi4 A:HOVER {
	font-size: 100%;
	color: #143386;
	background-color: #c0c0c0;
	text-decoration: none;
	border-right: 2px solid #143368;
	border-top: 2px solid #143368;
	border-bottom: 2px solid #143368;
	border-left: 2px solid #143368;
}

UL.navi4 LI {
	display: inline;
	width: 400px;
}

UL.navi4 span {
	width: 400px;
	margin: 5px;
	padding: 2px;
	font-size: 100%;
	color: #143368;
	line-height: 130%;
	text-decoration: none;
	text-align: left;
	border-right: 2px solid #909090;
	border-top: 2px solid #909090;
	border-bottom: 2px solid #909090;
	border-left: 2px solid #909090;
}

/*------------------------------------------
                24-3.ul navi5
------------------------------------------*/

UL.navi5 {
	padding: 0px;
	margin: 0px;
}

UL.navi5 LI {
	display: inline;
	width: 100px;
	height: 90px;
	margin: 5px;
	padding: 0px;
	font-size: 100%;
	color: #143368;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #909090;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px solid #909090;
}

UL.navi5 A:HOVER {
	text-decoration: none;
}

/*==============================================
               25.ul li
==============================================*/

ul.inline {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.inline li {
	padding: 0em 0.1em;
	display: inline;
}

ul.none {
	list-style-type: none;
}

/*=============================================
             26.menu
=============================================*/

DIV.menu4 {
	width: 300px;
	cursor: hand;
}

/*
DIV.menu4 span {
	width: 300px;
	color: #000080;
	background-color: #c0c0c0;
	padding-bottom: 1px;
	padding-top: 1px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
*/

DIV.menu4 span {
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
	color: #143368;
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0 0.5em;
}

DIV.menu4 span:hover {
	background-image: url(images/arrow02.gif);
}

/*------------------------------------------
                 26-1.menu3
------------------------------------------*/

DIV#menu3 ul {
	list-style-type: none;
}

DIV#menu3 ul li a {
	padding-left: 15px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0 0.5em;
}

DIV#menu3 ul li a:hover {
	background-image: url(images/arrow02.gif);
}

DIV#menu3 li.sub a {
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0 0.5em;
}

DIV#menu3 span {
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0 0.5em;
	color: #663300;
}

DIV#menu3 li.sub a:hover {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 0 0.5em;
}

DIV#menu3 li.sub2 a:hover {
	background-image: url(images/arrow03.gif);
}

/*================================================
                    27.bar
================================================*/

.bar {
	color: #eeeeee;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	background-image: url("../images/bar.gif");
	background-repeat: repeat-x;
}

/*================================================
                    28.div Layout
================================================*/

DIV.center {
	text-align: center;
}

DIV.left {
	text-align: left;
}

DIV.right {
	text-align: right;
}

div.nowrap {
	white-space: nowrap;
	text-align: center;
}

div.width {
	width: 800px;
	text-align: center;
}

/*==================================================
                    29.font color
==================================================*/

.ff00ff {
	color: #ff00ff;
}

/*==================================================
                    30.button
==================================================*/

#button A {
	display: block;
	width: 80px;
	color: #ffffff;
	background-color: #7388a5;
	border: outset 2px #9999cc;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}

#button A:HOVER {
	color: #eeeeee;
	background-color: #4b638c;
	border: inset 2px #9999cc;
	margin: 0px;
	padding: 2px 0px 1px 0px;
}

#button A:active {
	color: #ffffff;
}

#button A:visited {
	color: #ffffff;
}

HR.pb {
	margin-top: 100%;
	border: #dcdcdc 1px solid;
}

/*============================================
                 31.Calendar
============================================*/

div.cal_TOP {
}

DIV.cal {
	background: #eee  MARGIN: 0PX 0PX;
	PADDING-BOTTOM: 0PX;
	BORDER-BOTTOM: 0PX solid #AAA;
	text-align: center;
}

DIV.cal_HEAD {
	background: #eee  font-size: 8PT;
	text-align: center;
	PADDING: 0PX 0PX;
	MARGIN-BOTTOM: 0PX;
}

DIV.cal_BODY {
	background: #eee  text-align: center;
	PADDING: 0PX 0PX;
}

div.cal_BOTTOM {
	background: #eee;
}

.cal {
	background: #ccc;
	font-size: 7PT;
	text-align: center;
}

.cal_DAY {
	background: #ccc;
	font-size: 7PT;
	font-weight: bold;
	text-align: center;
}

.cal_SUN {
	background: #ccc;
	font-size: 7PT;
	font-weight: bold;
	color: #D36654;
	text-align: center;
}

.cal_SAT {
	background: #ccc;
	font-size: 7PT;
	font-weight: bold;
	color: #3572A1;
	text-align: center;
}

.cal_today {
	font-size: 7PT;
	font-weight: bold;
	background: #555;
	color: #FFF;
	text-align: center;
}

.cal_TR {
	background: #000;
}


