/* ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing:0px;
	margin: 0px;
	margin-left: 15px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0%;
	font-weight: normal;
	letter-spacing:0px;
	margin: 0px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #F7014A;
	margin: 3px;
	}
p {
	font-size: 12px;
	margin: 5px;
	}
p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
	}
p2 {
	font-size: 12px;
	margin: 5px;
	color: #F7014A;
	}
address {
    font-size: 10px;
	font-style: normal;
	text-align: right;
	margin-right: 10px;
	}
#path {
	text-align:right;
	margin: 0px;
	}
a {
	color: #555555;
	text-decoration: none;
	font-weight:bold;
	}
h1 a {
	color: #336600;
	font-weight: normal;
	}
twelve_big_pink {
	font-size: 12px;
	color: #877B6D;
	line-height: 1.5em;
	}
twelve_white {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.5em;
}
a:link {
	font-size: 12px;
	color: #F7014A;
	text-decoration: none;
}
a:visited {
	color: #F7014A;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #F7014A;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	font-size: 12px;
	color: #F7014A;
	text-decoration: underline;
}

