﻿/* ページの基本デザイン用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;
}

#main p {
    color:#ffffff;
	font-weight: bold;
	font-size: 105%;
}
#side p {
    font-size: 100%;
	line-height: 120%;
    margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
    margin: 0px;
}
#side h2 a {
	color: #660099;
	font-weight:normal;
}
#ad_side p {
    font-size: 90%;
	line-height: 110%;
    font-style: normal;
	font-weight:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#ad_side h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
    margin: 0px;
}
#ad_side h2 a {
	color: #660099;
	font-weight:normal;
}
#ad_side h4 {
	font-size:100%;
	text-align:center;
	margin-top: 3px;
	margin-bottom:0px;
	line-height: 100%;
}
#ad_side h4 a {
	color: #660099;
	font-weight:normal;
}

#memo{
	margin: 15px 15px;
	background-image: url(ami.gif);
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
}

#annai {
    background-color: #ffffff;
	padding: 5px;
	width: 920px;
	height: 22px;
        margin-top: 5px;
}
#annai h4 {
    width: 225px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-size: 100%;
	line-height: 100%;
}
#annai a {
	font-weight: normal;
	display: block;
	width: 450px;
}

#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;
}

    
	



	
    