a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #666666;
}

.sm {  font-size: 11px}
.m {  font-size: 12px}
.mm {  font-size: 14px}
.ml {  font-size: 16px}
.l {  font-size: 20px}
.mlb {  font-size: 16px; font-weight: bold}
.mmb {  font-size: 14px; font-weight: bold}
.smb { font-size: 11px ; font-weight: bold}
.mb { font-size: 12px; font-weight: bold}
.m01text {
	font-size: 80%;
	line-height: 120%
}
.mb01text { font-size: 12px; line-height: 16px; font-weight: bold }
.mm01text { font-size: 14px; line-height: 18px}
.mmb01text { font-size: 14px; line-height: 18px; font-weight: bold }
.sm01text { font-size: 11px; line-height: 15px}
.smb01text { font-size: 11px; line-height: 15px; font-weight: bold }
.ml01text { font-size: 16px; line-height: 20px}
.p080 {  font-size: 80%}
.p120 {  font-size: 120%}
.p150 {  font-size: 150%}
#alart {
	background:  #EBEEEE;
	padding: 2px;
	width: 720px;
	border: 1px solid #666666;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
#alart a {
	text-decoration:none;
	color: #666666;
}
#alart a:hover { text-decoration:underline; 
}
/*共通サイドメニュー*/
.producsGroupBase{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	width: 165px;
}
.producsGroupBaseCont {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.pdMEnu a {
	height: 20px;
	background-image: url(../img/shmenu/shmenubase01_nn.gif);
	background-repeat: no-repeat;
	width: 160px;
	padding-left: 16px;
	display: block;
	border: 0px;
	padding-top: 4px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.pdMEnu a:hover {
	background-image: url(../img/shmenu/shmenubase02_nn.gif);
	background-repeat: no-repeat;
	color: #003366;
	border: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.sideMenu {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

.sideMenu li { display: inline; }

.sideMenu li a {
	margin-bottom: 1px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #000000;
	background-image: url(../img/point/sankaku.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 80%;
}

.sideMenu li a:hover {
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-decoration: none;
	background-image: url(../img/point/pt_sank_or.gif);
	background-repeat: no-repeat;
}

