@charset "utf-8";
/* CSS Document */

/* すべて */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.331  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color : #333333 ;
	text-align:left;
}
body div	{text-align:left;}
/* clearfix */
.clearfix:after	{
	content:url(../images/pixel.gif);
	display:block;
	clear:both;
	height:0;
}
body p	{
    padding:10px 15px 0 15px;
    line-height:140%;
}

body img	{
margin:5px 0 5px 0;
}
.clearfix {
	overflow:hidden;
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

.clear	{
	clear:both;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* リンク */
a, a:link, a:visited {
	color: #663300;
}
a:hover {
	color: #663300;
	text-decoration:underline;
}
a:active {
}

/* テキスト */
.text_orng	{
	color: #FF6600;
}
.text_green	{
	color: #48700E;
}
.text_blu	{
	color: #0000FF;
}
.text_sky	{
	color: #0066FF;
}
.text_red	{
	color: #FF0000;
}
.text_white	{
	color: #FFFFFF;
}
.text_white a:link,
.text_white a:visited	{
	color: #FFFFFF;
}
.text_white a:hover	{
	color: #FFFFFF;
	text-decoration:underline;
}

.table_normal td {
    padding:10px 10px 10px 10px;
	line-height:150%;
	color: #333333;
}


#hidaricol .calender {

	display: none;

}