/* ===== index  css ===== */
* {
   margin: 0;
   padding: 0; /* 全てのプロパティの余白とパディングをリセットしています。*/
}
#wrapper {
   width: 800px;
   margin: 0 auto;   /* 幅固定（800px）でセンタリングします。*/
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffd4d4;
	color: #000000;
}
.header {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	background-image: url(img/header.gif);
	background-repeat: repeat;
	background-position: left;
	background-color: #ffffff;
}
/* ヘッダーお問合せボタン */
p.header_tel{
	position:absolute;
	left: 500px;
	top: 30px;
}
p.header_mail{
	position:absolute;
	left: 750px;
	top: 30px;
}
/* メニュー */
#local_navi {
    float: left;
	position: absolute;
	top: 100px;
	left: 0;
	width: 180px;
	padding:0px;
	background-color: #ffffff;
	text-align:left;
}
#local_navi ul {
	margin:0;
	padding:0;
	margin:0;
	padding:5px 5px;
	background:url(img/title_bg.jpg) repeat-y left top;
	font-weight:bold;
	border-bottom:1px solid #996699;
}
#local_navi ul li {
	list-style:none;
	height:1%;
	padding:5px 5px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #D1BAD1;
}
#local_navi ul a:link {
	text-decoration:none;
	color:#0044CC;
}
#local_navi ul a:hover {
	text-decoration:none;
	color:#ff1493;
}

/* ===== メインエリア ===== */
.main {
	width: 800px;
	margin-left: 200px;
	padding: 0 20px 20px 0;
}
a {
	text-decoration: none;
}
a img{
    border: none;
}
.main a:link {
	color: #0044CC;
}
.main a:visited {
	color: #8b008b;
}
.main a:hover {
	color: #ff1493;
}

ul {
	list-style-type: disc;
	list-style-image: url("img/ball_blue.gif");
}

.space {
	clear: left ;
}
#contents {
   float: left;
   width: 600px;     /* floatの width 指定は必須です。*/
}
#footer {
   clear: both;      /* float をクリアしています。*/
   width: 800px;
   height: 50px;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding:7px 10px;
	background: #99CC00 url(img/h1_bg.jpg) repeat-x left top;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	padding:5px 10px;
	background: url(img/h2_bg.jpg) repeat-x left top;
	background-color: #ffffff;
}
h4 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	padding:5px 10px;
	background: url(img/h3_bg.jpg) repeat-x left top;
	background-color: #ffffff;
}
 h5 {
  margin: 0 0 1em;
  border-bottom: solid 1px #FF6600;
  padding: 0.5em 10px;
  background: url(img/bgcorner-o-header.gif) no-repeat top;
  color: #000000;
  font-size: 15px;
}


p {
	text-indent: 1em;
}

.photo{
    float: left;
    padding-bottom: 10px;
	margin-right: 10px;
}
blockquote{
    margin: 30px 30px 20px 40px;
    padding: 5px;
    width: 400px;
    border: 1px solid #000000;
    background-color: #ffffff;
}
.line {
	padding-top: 10px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: 8px;
	border-bottom-width: 6px;
	width: 450px;
}
table.book {
	background-color: #cc99ff;
	border-collapse: separate;
	border-spacing: 1em;
}
.book td {
	border: 2px solid #9966cc;
	width: 110px;
	height: 110px;
	background-color: #ffffff;
	vertical-align: middle;
	font-size: 10px;
	text-align: center;
}
/*===== 定義リスト =====*/
blockquote{
    margin: 30px 30px 20px 40px;
    padding: 5px;
    border: 5px solid #d48eff;
    background-color: #ffffff;
}
dl {
	margin: 0 0 0 210px;
	padding: 0;
	line-height: 135%;
}
dt {
	padding-left: 11px;
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 135%;
}
dd {
	margin-left: 2em;
}

/* ===== メインエリア 画像を重ねて表示、テーブルの罫線を表示===== */
#image1 {
	position: absolute;
	top: 100px;
	left: 200px;
	z-index: 0;
}
#image2 {
	position: absolute;
	top: 190px;
	left: 390px;
	z-index: 1;
}
#image3 {
	position: absolute;
	top: 240px;
	left: 210px;
	z-index: 2;
}
table.staff {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
.staff td {
	border: 1px solid #800080;
	padding: 10px;
}
/* ===== 角丸コラム ===== */
.icon{
    float: left;
}
.date {
	text-align: right;
}
.c1 {
	margin: 0 auto 1em;
	width: 400px;
	background-color: #FFFFCA;
	background-image: url(img/column1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.c2 {
	background-image: url(img/column2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.c3 {
	background-image: url(img/column3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c4 {
	padding: 30px;
	background-image: url(img/column4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #2f4f4f;
	line-height: 135%;
}
/* ===== メインエリア ＢＯＸ ===== */
.box1{/*indexメニュー枠*/
padding : 0px;
margin : 0px;
width : 225px;
height : 100px;
position : relative;
top : 5px;
left : 5px;
text-align : center;
z-index : 0;
background-image: url(img/p_banner.gif);
background-repeat: no-repeat;
font-size : 20px;
}
.box2{/*マスター名　枠*/
padding : 90px 0px 0px 0px;
margin : 0px;
width : 750px;
height : 300px;
position : relative;
text-align : right;
background-image: url(../img/top_100225.pn);
background-repeat: no-repeat;
}
.box3{/*紹介文　枠*/
padding : 3px 0px 0px 0px;
margin : 0px;
width : 175px;
height : 100px;
position : relative;
top : 5px;
left : 5px;
text-align : left;
overflow : auto;
line-height : 18px;
}
.box4{/*画像ライン　枠*/
padding : 0px 0px 0px 0px;
margin : 0px;
width : 550px;
height : 20px;
position : relative;
background-image: url(img/lines.gif);
background-repeat: repeat-x;
background-color: #fff0d4;
}
.box5 { 
padding : 8px 0 0 0; 
margin : 0; 
width : 600px; 
height : 30px; 
position : relative; 
top : 0; 
left : 0; 
z-index : 0; 
background-color : #fff0d4; 
font-size : 16px; 
}
/* ===== メインエリア ＢＯＸ ===== */
.box6{/*内容　枠*/
padding : 0px;
margin : 0px;
width : 450px;
height :200px;
position : relative;
top : 0px;
left : 0px;
background: url(img/bg-o-corner.gif) no-repeat bottom;
text-align : left;
overflow : auto;
line-height : 18px;
font-size : 15px; 
color : #000000;
}
