@charset "utf-8";
/* formatting style
------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
#contents #ichimai #calendar hr {
	clear: both;
}


/* link style
------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF004F;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF004F;
	text-decoration: underline;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------------*/
#contents
 {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#ichimai {
	padding: 15px;
}
#ichimai h2 {
	font-weight: bold;
	display: block;
	border-bottom: 2px solid #666666;
	padding-left: 25px;
	font-size: 130%;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF004F;
	background-image: url(../images/arrow/bullet5.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ichimai h3 {
	display: block;
	border-top: 2px solid #FF004F;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 23px;
	font-size: 110%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/arrow/bullet4.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
#ichimai h4 {
	font-size: 100%;
	background-image: url(../images/arrow/bullet6.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
#ichimai h5 {
	font-size: 120%;
	font-weight: normal;
	color: #FF004F;
	padding-left: 25px;
	line-height: 1.2;
}

#ichimai p {
	line-height: 1.8;
	padding-left: 25px;
	margin-bottom: 0.5em;
}
#ichimai  p  a.link {
	background-image: url(../images/arrow/arrow_hover2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#ichimai  p  a:hover.link {
	background-image: url(../images/arrow/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
/* header styles
------------------------------------*/
#header {
	background-image: url(../images/headvisual_thin.jpg);
	background-repeat: no-repeat;
	height: 184px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 24px;
	top: 5px;
}
#header ul {
	width: 799px;
	position: absolute;
	left: 1px;
	top: 154px;
	background-color: #FFFFFF;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	background-color: #E7E7E7;
	height: 30px;
	width: 132px;
	border-left: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}

#header ul li#nHome a {
	border-left-style: none;
}
/* footer styles
------------------------------------*/
#footer {
	padding: 10px;
	clear: both;
	background-image: url(../images/footbg.gif);
	color: #FFFFFF;
	width: 780px;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 15px;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/arrow/arrow_up_hover.gif);
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin-top: 0px;
}
/* J_[ -------------------- */
#calendar{
	color:#666666;
	margin:16px 0;
	padding:0;
}
#contents #ichimai #calendar #cc {
	clear: both;
}
#calendar  .column{
	display:block;
	text-align:center;
	float:left;
}

#calendar table{
	display:inline;
	float:left;
	background:#CCCCCC;
	margin: 10px 0px 0px 35px;
}
#calendar td{
	color:#666666;
	background:#FFFFFF;
	text-align:center;
	padding:0 3px;
}

/* j ---------- */
#calendar .month{
	background:#EEEEEE;
	}
	
/* j ---------- */
#calendar .sunday{
	color:#FF3300;
	}
#calendar .sundayday{
	background:#FFCCCC;
	}
	
/* yj ---------- */
#calendar .saturday{
	color:#0066FF
	}
	
/* Cxg ---------- */
#calendar .event{
	color:#E6004F;
	}
#calendar .event a{
	color:#E6004F;
	}

/* xٓ ---------- */
#calendar .close{
	color:#FFFFFF;
	background:#666666;
	}
#calendar .pla_close {
	background-image: url(../images/misc/placlose.gif);
	background-repeat: no-repeat;
}
