/* CSS Document */

h1 {
	margin:0;
	padding:0;
	line-height:28px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#cc0000;
}

.small {
	font-size:11px;
}

body {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	line-height:20px;
	color:#333333;
}

/* リンク */
a:link {
    color:#cc0000;
    font-style:normal;
    text-decoration:underline;
}

a:visited {
    color:#666666;
    text-decoration:underline;
}

a:hover {
    color:#cc0000;
    font-style:normal;
    text-decoration:none;
}

/* 基本レイアウト */
#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#header {
	width:100%;
	height:40px;
	background-image: url(../parts/header.gif);
	background-repeat: repeat-x;
	font-size:10px;
}

#header_contents {
	width:1000px;
	height:40px;
	margin:auto;
	text-align:left;
}

#header_caption {
	width:700px;
	height:10px;
	margin:10px 0;
	float:left;
	color:#FFFFFF;
}

#header_tel {
	width:300px;
	height:30px;
	margin:5px 0;
	float:left;
}

#contents {
	width:100%;
	height:auto;
}

#top_image {
	width:100%;
	height:450px;
	padding:5px 0 10px 0;
	background-image: url(../parts/top_image_bk.gif);
	background-repeat: repeat;
}

#main {
	width:980px;
	height:auto;
	margin:auto;
	padding:20px 10px;
	text-align:left;
}

#footer {
	width:100%;
	height:auto;
	padding:20px 0;
	float:left;
	color:#FFFFFF;
	background:#cc0000;
	font-size:10px;
}

/* 階層下 */
.mainL{
	width:490px;
	height:auto;
	float:left;
}

.mainR{
	width:490px;
	height:auto;
	float:left;
}

.mainA {
	width:980px;
	height:auto;
	float:left;
}

.main_text {
	width:auto;
	height:auto;
	padding:20px 20px;
}

.center {
	width:auto;
	height:auto;
	text-align:center;
}

.map {
	width:280px;
	height:280px;
	margin:20px 10px 20px 20px;
	float:left;
}

.info01 {
	width:560px;
	height:auto;
	margin:20px 10px 20px 20px;
	padding:5px 0;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.7em;
}

.info02 {
	width:370px;
	height:auto;
	margin:20px 20px 20px 0px;
	padding:5px 0;
	float:left;
}



/* 崩れ回避 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}