@charset "utf-8";
/* CSS Document */

body {}
#wrap  {}

/*タイトル*/
h2{	background-image:url(../info/images/pagetitle_history.jpg);}
/*タイトルの横の画像*/
.titleSection{ background-image:url(../info/images/back_title01.jpg);}

/*h3タイトル*/
#aboutBlock h3{ background-image:url(../info/images/title_h3_about01.jpg);}
#aboutB01 h3{ background-image:url(../info/images/title_h3_about02.jpg);}
#aboutB02 h3{ background-image:url(../info/images/title_h3_about03.jpg);}

/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/
#headerArea {}
#headerAreaInner{}
#headerAreaTitle{}
h1{}
h1 a{}
#headerAreaTitle p{}

/*----------------------------------------------------------------------------
 ***                                                       Header - image
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                                              contentsArea
----------------------------------------------------------------------------*/
#contentsArea {}


/*----------------------------------------------------------------------------
 ***                                               contentsArea -  mainSection
----------------------------------------------------------------------------*/
.mainSection {}
.mainSectionInner {}


/*----------------------------------------------------------------------------
 ***                                               contentsArea -  titleSection
----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
 ***                                               contentsArea - rightSection
----------------------------------------------------------------------------*/
.rightSection {}
.rightSectionInner {}


/*----------------------------------------------------------------------------
 ***                                               contentsArea - leftSection
----------------------------------------------------------------------------*/
.leftSection {}
.leftSectionInner {}


/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------
 ***                                                              ページトップ
----------------------------------------------------------------------------*/
.pagetop_more {
	margin-top:0;
	margin-bottom:10px;
}


/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
.section{}

#ayumi {
	background:url(../info/images/temp280400.jpg) left top no-repeat;
}
#ayumi .sectionInner{
	padding-left:300px;
}

th{ width:20%}
td{ width:80%}



table{
	width:100%;
	border:none;
}
th,
td{
	padding:4px 10px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

td{
	border-left: 1px dotted #bbb;
	text-align:left;
}



th,
td{
	font-size:86%;
	line-height:1.6em;
}



