﻿/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:240%;
	font-weight: normal;
	color: #660099;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
    text-align:center;
	background-image: url(bar-purple.gif);
	background-position: top center;
	background-repeat: repeat-x;
    padding: 10px;
}
h2 {
	color: #FF6600;
	font-size:120%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 120%;
}
h3 {
	background-image:url(h3_bg.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
	margin:0.5em 0px;
	clear:both;
}
h4 {
	font-size:100%;
	text-align:center;
	margin-top: 0px;
	margin-bottom:10px;
	line-height: 100%;
}
p {
	font-size: 100%;
	line-height: 150%;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin-top: 0px;
	margin-bottom:3px;
	margin-right: 10px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}


#link {
    background-color: #ffffff;
	padding: 5px;
	width: 920px;
	height: 22px;
        margin-top: 5px;
}
#link h4 {
    width: 225px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 100%;
	line-height: 100%;
}
#link a {
	font-weight: normal;
	display: block;
	width: 225px;
}

    
	



	
    