﻿/* 基本デザイン用CSS (製作:谷本将志) */


body {
	font-family:"メイリオ",Meiryo,HGRSMP,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 20px;
	margin: 0px;


}



h2 {
	color: #FF6600;
	font-size:120%;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}




}
h3 {
	background-image:url(h3.jpg);
	border:3px double #0088CC;
	color: #FFFFFF;
	font-family:"メイリオ",Meiryo,HGRSMP,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 90%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	text-align:left;
}

h4 {
	font-family:"メイリオ",Meiryo,HGRSMP,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
}

h5 {
	font-family:"メイリオ",Meiryo,HGRSMP,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 75%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
}


p {
	font-size: 80%;
}

address {
	font-family:"メイリオ",Meiryo,HGRSMP,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 75%;
	font-style: normal;
	text-align:center;
	border-top: dotted 2px #0099FF;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}

p img {
	border: solid 1px #0099FF;

}

#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color: #336600;
	font-weight: normal;
}


a	{
	text-decoration:none;
	}
a:link {
	color:#0099FF;
	}
a:visited {
	color:#FF2000;
	}
a:hover {
	color: #FF6600;
	}
a:active {
	color: #339900;
	}

h2 a {
	display: block;
	width: 100px;
	text-align: center;
	background-image:url(navbar2.gif);
	height:25px;
	line-height:25px;
	background-positon: left top;
	}
	}
h2 a:hover {
	background-position:left center;
	}
h2 a:active {
	background-position:left bottom;
	}