﻿/* 中央配置ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #222222;
}
h1{
	color: #FF007B;
	text-align:left;
	font-size:105%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
}
h2 {
	color: #FF80C0;
	font-size:80%;
	border-left: 12px solid #FF80C0;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-color: #FFD1D1;
	color: #FFFCFC;
	text-align:left;
	font-size: 85%;
	font-style: normal;
	line-height: 200%;
	padding: 5px 5px 5px 5px;
}
h4 {
	font-style: normal;
	font-size: 75%;
	line-height: 150%;
}
.show {
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	float: center;
	text-align: left;
	margin:4px auto;
	width :400px;
	border-style: inset;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 50%;
}
.voice {
	font-size: 100%;
	padding: 0px 0px 5px 15px;
	text-align: left;
	margin:4px auto;
	line-height: 120%;
}

p {
	font-size: 80%;
	line-height: 150%;
}
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: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color: #336600;
	font-weight: normal;
}
a:hover { 
	text-decoration: underline; 
	font-style: italic;
} 

