
/* グローバル共通 */
body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 110%;
	background: #E5DFD4;
	margin: 0px;
}
td,
th {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 120%;
}
input {
	font-size: 12px;
}
td.wakuL {
	background: #FFFFFF url(/images/waku_l1.gif) repeat-y;
}
td.wakuR {
	background: #FFFFFF url(/images/waku_r1.gif) repeat-y;
}
td.wakuC {
	background-color: #FFFFFF;
	text-align: left;
}


/* ヘッダ */
#headTable {
	width: 760px;
	margin-top: 34px;
}
#headTable .headBg1 {
	background: #FFFFFF url(/images/head_bg1.gif) no-repeat;
}
#headTable .headBg2 {
	background: #FFFFFF url(/images/head_bg2.gif) no-repeat;
}

/* パンくず */
.headWay {
	color: #666666;
	font-size: 10px;
	font-family:verdana,arial,helvetica,sans-serif;
	line-height:115%;
	background-color: #FFFFFF;
	padding-top: 6px;
	text-align: left;
}


/* フッタ */
.fuadTable td {
	font-size: 11px;
	color: #006699;
}


/* メイン */

/* メニュー */
.leftMenu {
	background: #FFFFFF url(/images/left_bg1.gif);
}

/* リンク */
a:link    { color:#0066CC; text-decoration: underline; }
a:visited { color:#775E81; text-decoration: underline; }
a:active  { color:#FF6600; text-decoration: underline; }
a:hover   { color:#FF6600; text-decoration: none; }
.fuadTable a:link    { color:#006699; text-decoration: none; }
.fuadTable a:visited { color:#006699; text-decoration: none; }
.fuadTable a:hover  { color:#006699; text-decoration: underline; }
.headWay a:link    { color:#666666; text-decoration: none; }
.headWay a:visited { color:#666666; text-decoration: none; }
.headWay a:hover   { color:#FF6600; text-decoration: none; }


/* テキスト関係 */
.line {
	line-height: 1.5em;
}
.line2 {
	line-height: 1.2em
}
.line3 {
	line-height: 1.8em
}
.text10 {
	font-size: 10px;
}
.text10line {
	font-size: 10px;
	line-height: 1.5em;
}
.text10r {
	font-size: 10px;
	color: #FF3300;
}
.text11 {
	font-size: 11px;
}
.text11line {
	font-size: 11px;
	line-height: 1.5em;
}
.text12 {
	font-size: 12px;
}
.text12line {
	font-size: 12px;
	line-height: 1.5em;
}
.text12r {
	font-size: 12px;
	color: #FF3300;
}
.text14 {
	font-size: 14px;
}
.text14line {
	font-size: 14px;
	line-height: 140%;
}
.text16 {
	font-size: 16px;
}
.text16line {
	font-size: 16px;
	line-height: 1.4em;
}
.text18 {
	font-size: 18px;
}
.text18 {
	font-size: 18px;
	line-height: 1.4em;
}


/* リスト */
ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1em;
}
ul li {
	line-height: 135%;
	background: url(/images/li1.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
ol {
	font-size: 12px;
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 1em;
}
ol li {
	line-height: 135%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0em;
}

/* カテゴリ共通 */
.ThumbsTitle{
	color: #666666;
	padding-bottom: 9px;
}
.ThumbsText{
	line-height: 160%;
	color: #666666;
}
.DetailsBtn {
	padding-top: 3px;
}
.DetailImg{
	float: left;
	padding-right:10px;
	padding-bottom:10px;
}

/* カレンダー部分 */
.CalBG{
	background-image: url(/images/cal_bg.gif);
}
.Calendar {
}
.Calendar tr.cell td {
	width: 21px;
	height: 15px;
	background: url(/images/cal_day.gif) no-repeat;
	font-size: 10px;
	line-height: 16px;
	color: #444444;
	text-align: center;
}
.Calendar tr.cell td.Holiday {
	background: url(/images/cal_holiday.gif) no-repeat;
}
.Calendar tr.cell td.Sat {
	background: url(/images/cal_sat.gif) no-repeat;
}
.Calendar tr.cell td.Sun {
	background: url(/images/cal_sun.gif) no-repeat;
}
