@charset "utf-8";

/* ++++++++共通設定++++++++ */

*	{
	margin:0;
	padding:0;
}
body	{
	margin-top:20px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
	color:#666666;
	line-height:130%;
}
body div {
	margin:0 auto;
	text-align:left;
}
img	{
	border:none;
	vertical-align:middle;
}
ul,
ol,
li	{
	list-style:none;
}
.clear	{
	clear:both;
}
.clfx:after	{
	content:url(spacer.gif);
	display:block;
	clear:both;
	height:0;
}
.clfx	{
	display:inline-block;
}
.clfx	{
	display: block;
}
/* Mac版IEのみに適用 \*//*/
.clfx	{
	overflow: hidden;
}
/* */


/* ++++++++フォントカラー++++++++ */

a:link		{color: #666666;}
a:visited	{color: #666666;}
a:hover		{color: #FF6600;}

.green	{color:#009900;}
.orange	{color:#FF9900;}
.brown	{color:#996633;}
.sky	{color:#0099FF;}


/* ++++++++上部テキスト++++++++ */

.head_text	{
	font-size:11px;
}


/* ++++++++上部メニュー++++++++ */

#header	{
	width:835px;
	height:32px;
	background-image:url(../images/background-top.gif);
	background-repeat:no-repeat;
}
#header ul#navi_head	{
	float:left;
	padding-left:25px;
}
#header ul#navi_head li	{
	display:inline;
	float:left;
	height:22px;
	margin:5px 10px 0 0;
}
#header ul#navi_head li a	{
	display:block;
	width:100px;
	height:22px;
	background-position:top;
}


/* ++++++++メインレイアウトボックス++++++++ */

#container	{
	width:835px;
	height:885px;
	padding-top:7px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}
#box_left	{
	float:left;
	width:173px;
}
#box_center	{
	float:left;
	width:476px;
}
#box_right	{
	float:left;
	width:186px;
}
#foot_menu	{
	width:835px;
}


/* ++++++++左ボックス++++++++ */

#box_left div	{
	padding:10px 0 5px 7px;
}
#box_left div h1 a	{
	display:block;
	width:166px;
	height:44px;
}
#box_left p	{
	padding:10px 5px 15px 5px;
	background-color:#FFFFCC;
}
#box_left h2	{
	display:block;
	width:166px;
	height:34px;
	background-color:#FFFFCC;
}
#box_left h2 img	{
	margin:8px 0 0 10px;
}


/* ++++++++中央ボックス++++++++ */

#box_center div#top_flash	{
	padding:20px 0 5px 18px;
}
#box_center div#center_container	{
	float:left;
	width:476px;
}
#box_center div#center_left	{
	float:left;
	width:243px;
}
#box_center div#center_left img	{
	margin:5px 0 10px 18px;
}
#box_center div#center_left p	{
	padding:10px 5px 10px 18px;
}
#box_center div#center_right	{
	float:left;
	width:233px;
}
#box_center div#center_right img	{
	margin:5px 0 10px 5px;
}
#box_center div#center_right p	{
	padding:10px 0 10px 5px;
}
#box_center div#center_right h1	{
	display:block;
	width:195px;
	height:144px;
	padding:20px 0 0 50px;
}

#box_center div#center_right h2 a	{
	display:block;
	width:224px;
	height:116px;
	padding:5px 0 0 5px;
}

/* ++++++++コピーライト++++++++ */

#copy	{
	clear:both;
	width:476px;
	padding:10px 0 10px 0;
}
#copy p	{
	text-align:center;
}


/* ++++++++右ボックス++++++++ */

#box_right ul	{
	padding:42px 0 0 9px;
}
#box_right li	{
	width:168px;
	height:104px;
	margin-bottom:9px;
}
#box_right li a	{
	display:block;
	height:104px;
}

#box_right div#news	{
	padding:10px 0 5px 16px;
}
#box_right div div	{
	width:160px;
	margin:0;
	background-color:#FFFFFF;
}
#box_right p	{
	padding:10px 5px 10px 5px;
}
#box_right h2	{
	display:block;
	width:160px;
	height:31px;
	background-color:#FFFFFF;
	padding:15px 0 0 5px;
}

#box_right div#link	{
	padding:10px 0 5px 16px;
}

/* ++++++++カレンダー++++++++ */

#box_right div#holiday	{
	padding:10px 20px 5px 16px;
}
#box_right div#holiday p	{
	padding:5px 0 5px 0;
	text-align:center;
}
table.calendar	{
	margin:0 0 10px 10px;
}
table.calendar tr.headline td	{
	font-size:10px;
}
table.calendar th	{
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
table.calendar th span	{
	cursor: pointer;
	float: right;
}
table.calendar td	{
	width:20px;
	height:20px;
	border-bottom:solid 1px #CCCCCC;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}
table.calendar td.click	{
	cursor:pointer;
	background-color:#FFFFFF;
}
table.calendar td.Today	{font-weight:bold;}
table.calendar td.Sat	{color:#0066FF;}
table.calendar td.Sun	{color:#FF0000;}
table.calendar td.holyday	{
	background-color:#FFCCFF;
	color:#FF0000;
}
table.calendar td.xday	{}
table.calendar td.birthday	{}
.holiday_color	{
	padding:2px;
	background-color:#FFCCFF;
	font-size:9px;
	color:#FF0000;
}


/* ++++++++下部メニュー++++++++ */

#foot_menu p	{
	padding:10px;
	text-align:center;
	background:#ffffcc;
}
#foot_menu a	{
	margin:0 7px 0 7px;
}


