/* 基本デザイン用CSS */
body {
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
}
h1　{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:140%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
}
h2 {
	/*color: #FF6600;*/
       color: #666666;
	font-size:120%;
	/*border-left: 12px solid #336600;*/
	padding-left: 5px;
       
	margin-top: 0.5em;
	margin-bottom: 0px;
}
p {
	font-size: 80%;
	line-height: 120%;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	/*border-top: dotted 2px #D93E02;*/
	padding-top: 5px;
	margin-top: 15px;
	/*clear: both;*/
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	font-weight:normal;
}
h1 a {
	color: #336600;
	font-weight: normal;
}
.em1:link {
       text-decoration: none; 
       color: blue;
       font-size: 100%;
       
}
.em1:visited {
       color: blueviolet;
}

.em1:hover {
       border-bottom: solid 1px;
       color:orange;
}
strong  {
     font-weight: bold
     font-size: 120%;
}
em    {
      text-decoration: none; 
      font-style: normal;
      font-weight: bold;
      /*background: #ffffff;*/
}

#i1 {
    border: none;
    /*color: #fff;
    background: transparent;*/
}

