@charset "UTF-8";
/*======================================

	default for マルサンヌ

=======================================*/


/* --------------------------------------
   Initialize
-------------------------------------- */

* {  
    margin: 0;  
    padding: 0;  
}
html {  
    overflow-y: scroll;  
}
p,
li,
dt,
dl {
    line-height: 1.6;  
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
ul,
li {
    list-style-type: none;
}
img {
	vertical-align: top;
	border: 0;
}
hr {
	display: none;
}
strong {
	border-style: none;
	font-weight: bold;
}
address {  
    font-style: normal;  
}
body a {
	color: #335CA7;
	text-decoration: underline;
}
body a:hover {
	color: #537DCF;
	text-decoration: none;
}
.clear {  
    clear: both;  
}



/* --------------------------------------
   Common
-------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Pゴシック", Osaka, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	color: #FFF;
	background-color: #FF9900;
}
#container {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer {
	margin-right: auto;
	margin-left: auto;
}



/* ----- コンテンツここから ----- */
h1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
h1 img {
	max-width: 100%;
}
h2 {
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}
.map {
	margin-bottom: 20px;
}
#maptxt {
	font-size: 70%;
}



/* ----- フッターここから ----- */
#footer {
    line-height: 1.6;
	color: #FFF;
	padding-bottom: 30px;
}
address {
	text-align: center;
	margin-bottom: 10px;
}
#copyRight {
	font-size: 90%;
	text-align: center;
}
/* ----- フッターここまで ----- */



/* --------------------------------------
   micro clearfix 2011/4/26 Update
-------------------------------------- */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
