/*==================================
	* 全体の設定
==================================*/

a {
	text-decoration: none;
}
a:link , a:visited {
	color : #666666;
}
a:hover {
	color : #ff6600;
}
td {
	font-size: 14px;
}



/**********************/

.font10 {
	font-size: 10px;
}
.font18 {
	font-size: 18px;
}
.font12 {
	font-size: 12px;
}

.infomation {
	border-top: 1px solid #FF6666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6666;
	color : #FF6666;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*********** #sakuhin menu ***********/

#sakuhin a {
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#sakuhin a:hover{
	text-decoration: none;
	color: #FF9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
}


/*********** #tuki menu ***********/

#tuki a {
	display: block;
	padding: 5px;
	color : #666666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #eeeeee;
}

#tuki a:hover {
	text-decoration: none;
	color: #00008E;
	background-color: #eeeeee;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}

/*********** #kongetu menu ***********/

#kongetu a {
	display: block;
	padding: 5px;
	color : #ff0000;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #eeeeee;
}

#kongetu a:hover {
	text-decoration: none;
	color: #00008E;
	background-color: #eeeeee;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}

/*********** リンクなし（月） ***********/
.tuki {
	display: block;
	padding: 5px;
	color : #dddddd;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

/*********** ニュース ***********/
.news1 {
	font-size: 14px;
	line-height:18px;
}
.news2 {
	font-size: 12px;
	line-height:18px;
}
