﻿/* 中央配置ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #222222;
}
h1{
	color: #FF007B;
	text-align:left;
	font-size:125%;
	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-image:url(msm_h3_bg.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
h4 {
	font-style: normal;
	font-size: 75%;
	line-height: 150%;
}
h5 {
	color: #FF6060;
	font-style: normal;
	font-size: 200%;
	line-height: 150%;
}
h6 {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 95%;
	line-height: 200%;
}
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;
} 

