/* 文字 */
span {
  font-size: 8pt;
  font-weight: normal;
  /*
  font-family: "ＭＳ Ｐゴシック, Osaka, sans-serif";
  */

  color: #333333;
}
p {
  font-size: 10pt;
  font-weight: normal;
  /*
  font-family: "ＭＳ Ｐゴシック, Osaka, sans-serif";
  */

  padding:2px 10px 2px 10px;
  line-height:160%;
  color: #333333;
}


/* リンク */
/*
a:link {
color : #6F6FFF;
text-decoration : undeline;
background-color : none;
}
a:visited {
color : #6F6FFF;
text-decoration : undeline;
background-color : none;
}
a:hover {
color : #333333;
text-decoration : none;
background-color : #DDDDDD;
}
*/

/*--サイドメニュー*/
#mailmag {
display: block ;
background: #FFFFFF ;
width: 170px ;
}
#sidemenu {
font:"ＭＳ Ｐゴシック", Osaka, sans-serif;
color: #333333;
text-align: center ;
}
ul#title {
width: 170px ;
text-align: center ;
font-size: 10px ;
margin-top: 0px ;
margin-left: 0px ;
margin-right: 0px ;
margin-bottom: 3px ;
padding: 0px ;
}
ul#sidemenu {
display: block ;
list-style: none ;
width: 150px ;
text-align: left ;
margin-top: 0px ;
margin-left: 10px ;
margin-right: 10px ;
margin-bottom: 5px ;
padding: 0px ;
font-size: 13px ;
line-height: 120% ;
}
li.main {
font-size: 13px ;
line-height: 120% ;
}
li.sub {
font-size: 10px ;
font-weight: bold ;
line-height: 120% ;
}
#sidemenu li a.main:link,a.main:visited {
font-size: 13px ;
font-weight: normal ;
color: #6F6FFF ;
text-decoration: underline ;
line-height: 120% ;
}
#sidemenu li a.main:hover {
font-size: 13px ;
font-weight: normal ;
color: #333333 ;
text-decoration: none ;
background-color: #DDDDDD ;
line-height: 120% ;
}
#sidemenu li a.sub:link,a.sub:visited {
font-size: 10px ;
font-weight: normal ;
color: #6F6FFF ;
text-decoration: underline ;
line-height: 120% ;
}
#sidemenu li a.sub:hover {
font-size: 10px ;
font-weight: normal ;
color: #333333 ;
text-decoration: none ;
background-color: #DDDDDD ;
line-height: 120% ;
}
/*.name {
	padding: 0px;
	float: left;
	height: 20px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}*/
.name {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #A780BD;
	padding: 0px;
	float: left;
	height: 20px;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	border-bottom: solid #A780BD 1px;
	border-left: solid #A780BD 1px;
}
