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

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body {}
#wrap {}



/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/
#headerArea {}
#headerAreaLogo { }
#headerAreaInner {}
#headerAreaTitle{}


/*----------------------------------------------------------------------------
 ***                                                       Header - gNavi
----------------------------------------------------------------------------*/
#gNavi {}

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

h2 {}

/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/
#footerArea {  }
#footerAreaInner {}
#footerLogo{}
#footerCopyright{}




/*----------------------------------------------------------------------------
 ***                                                              ページトップ
----------------------------------------------------------------------------*/
.pagetop {}


/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
.section { margin-bottom:30px; }
.sectionInner {}


/*----------------------------------------------------------------------------
 ***                                                        ページ内個別パーツ
----------------------------------------------------------------------------*/
.mainSectionInner{width:850px; margin:0 auto;}
.mainSection h2{padding-bottom:3px; margin-bottom:20px;}
.mainSection h3{padding-bottom:3px; margin-bottom:10px;}
.mainSection h4{color:#039393; font-size:18px; margin-top:20px; margin-bottom:5px; line-height:1em; text-indent:-5px;}



.box{
	float:left;
	width:410px;
	padding:0px;
	margin:0px 0px 20px 0px;
	border:#039393 2px solid;
}
.boxL{margin-right:10px;}

.boxInner{
	padding:20px;
}
.box p{margin:0 auto;}
.box .read{width:130px;}

.fourcorners{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}


