@charset "Shift_JIS";

/* CONTENTS ------------------------------------------------------------------*/
/*	1 basic                                                                   */
/*		(body, h1, hr, img, a)                                                */
/*	2 header                                                                  */
/*	3 sideBar                                                               */
/*	4 mainContext                                                              */
/*	5 footer                                                                  */
/*----------------------------------------------------------------------------*/



/* basic ---------------------------------------------------------------------*/
body{
color: #fff;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
margin: 0px 0px 0px 0px;
padding: 0px;
width: 880px;
}

img{
vertical-align:bottom;
border: 0px;
}
a{
color: #689;
}
a:hover{
color: #27e;
}
a:active{
color: #e72;
}
/* END basic -----------------------------------------------------------------*/

/* header --------------------------------------------------------------------*/div.header,div.container{
height: 200px;
width: 880px;
text-align: center;
}

/* END header ----------------------------------------------------------------*/

/* sideBar -----------------------------------------------------------------*/
div.sideBar{
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 230px;
border: 0px;
}

div.sideBarTop{
margin: 0px 0px 0px 5px;
padding: 0px;
background:url("images/side-fl-01.gif") top left no-repeat;
height:16px;
width:230px;
}

div.sideBarText{ 
margin: 0px 0px 0px 5px;
padding 0px;
background:url("images/side-fl-02.gif") #3F306F repeat-y;
width:230px;
}


div.sideBarFoot{
margin: 0px 0px 0px 5px;
padding: 0px;
background:url("images/side-fl-03.gif") bottom left no-repeat;
height:16px;
width:230px;
}



/* END  sideBar -------------------------------------------------------------*/



/* mainContext ----------------------------------------------------------------*/
div.mainTop{
width: 576px;
margin-left:238px;
padding: 0px;
background:url("images/main-fl-01.gif") bottom left no-repeat;
height:16px;
}



div.mainContext{
width: 576px;
margin-left:238px;
padding 0px;
background:url("images/main-fl-02.gif") #3F306F repeat-y;
}

div.mainContext p.text01{
margin-left:290px;
text-indent: 40px;
}



div.mainFoot{
width: 576px;
margin-left:238px;
padding: 0px;
background:url("images/main-fl-03.gif") bottom left no-repeat;
height:16px;
}



/* END mainColumn ------------------------------------------------------------*/

/* footer --------------------------------------------------------------------*/
div.footer{
clear: left;
font-size: 12px;
margin: 0px;
padding: 5px;
text-align: center;
height: 60px;
width: 870px;

}

div.footer strong#copyRight{
clear: left;
color: #fff;
display: block;
font-size: 12px;
font-weight: normal;
line-height: 18px;
margin: 0px;
padding: 0px;
text-align: center;
height: 20px;
width: 870px;

}
/* END footer ----------------------------------------------------------------*/
