/***********************************************/
/*ڎ*/
/*=============================================*/
/*   01.common                                 */
/*   02.layout                                 */
/*   03.contents layout                        */
/*   04.navigation                             */
/*   05.header                                 */
/*   06.footer                                 */
/*   07.path                                   */
/*   08.kadomaru                               */
/*   09.img                                    */
/*   10.text                                   */
/*   11.table                                  */
/*   12.margin                                 */
/*   13.font                                   */
/*   14.link                                   */
/*   99.other                                  */
/*=============================================*/
/***********************************************/


/***********************************************
  01.common
***********************************************/
* {
 margin          : 0px;
 padding         : 0px;
}
body {
 background      : #FFFFFF;
 font-family     : "lr oSVbN", HiraKakuPro-W3, Osaka, "qMmpS Pro W3", verdana, arial, sans-serif;
 font-size       : 0.8em;
 /* line-height     : 22px; */
 height          : auto;
 margin          : 0px;
 padding         : 0px;
 color           : #333333;
}
html {
 height          : auto;
}

.c-both{
 clear           : both;
}

.alCenter{
 text-align      : center;
}
.alRight{
 text-align      : right;
}

/***********************************************
  02.layout
***********************************************/
#wrap {
 background      : #FBFBF2;
 width           : 100%;
 min-width       : 800px;
}

#wrapperBg {
 background      : url(../images/bg_wrapper.jpg) repeat-x left top;
 width           : 100%;
 min-width       : 800px;
 margin          : 0px;
 overflow        : hidden;
}

#wrapperAll {
 width           : 800px;
 margin          : 0px auto;
}
#wrapperContent {
 width           : 800px;
 margin          : 0 auto;
}

#blockContents {
 width           : 800px;
 padding         : 15px 0px 0px 0px ;
 margin          : 0 auto;
 float           : right;
 overflow        : hidden;
}

#blockcontentsIndex {
 width           : 800px;
 padding         : 25px 0px 0px 0px ;
 margin          : 0 auto;
 float           : right;
 overflow        : hidden;
}

#mainContents {
 width           : 525px;
 display         : block;
}

.contentBorder {
 background      : #fff;
 width           : 523px;
 border          : 1px solid #ECECEA;
 padding         : 12px 0px 30px 0px;
 text-align      : center;
 overflow        : hidden;
 display         : block;
}

/***********************************************
  03.contents layout
***********************************************/
/* index */
#topImgIndex {
 width           : 800px;
 height          : 300px;
 margin          : 0 auto;
}

.topTitle {
 background      : url(../images/bg_indextitle.gif) no-repeat top left;
 width           : 510px;
 height          : 17px;
 padding         : 8px 0px 0px 15px;
}

.topbannerIndex {
 width           : 525px;
 margin          : 20px 0px 0px 0px;

}
/* index */

/* side */
#sideNavi {
 float           : left;
 width           : 275px;
 margin          : 0 0 15px 0;
}

#sideNavi .sideindexTit {
 background      : url(../images/tt_bg_side_index.gif) no-repeat;
 width           : 236px;
 height          : 25px;
 padding         : 0px 0px 0px 12px;
 border          : 1px solid #ECECEA;
}

#sideNavi .sideTit {
 background      : url(../images/tt_bg_side.gif) no-repeat;
 width           : 230px;
 height          : 32px;
 padding         : 18px 0px 0px 18px;
 border          : 1px solid #ECECEA;
}

#sideNavi .sideTitleft {
 width           : 139px;
 margin          : 5px 0px 0px 0px;
 float           : left;
}

#sideNavi .sideTitright {
 width           : 92px;
 margin          : 3px 0px 0px 0px;
 float           : left;
}

#sideNavi .sideBoxNavi {
 background      : #ffffff;
 width           : 248px;
 border          : 1px solid #ECECEA;
 overflow        : hidden;
 padding         : 0px;
}

#sideNavi .naviBox {
 background      : url(../images/bg_navi_line.gif) no-repeat center bottom;
 width           : 248px;
 padding         : 10px 0px;
 overflow        : hidden;
}

#sideNavi .naviBoxg {
 background      : url(../images/bg_navi_line.gif) no-repeat center bottom #F9F9F9;
 width           : 248px;
 padding         : 12px 0px;
 overflow        : hidden;
}
#sideNavi .naviBoxgbtm {
 background      : #F9F9F9;
 width           : 248px;
 padding         : 12px 0px;
 overflow        : hidden;
}

#sideNavi .newiIcon {
 width           : 52px;
 float           : left;
 padding         : 0px 0px 0px 8px;
}

#sideNavi .newDate {
 width           : 188px;
 color           : #999999;
 font-weight     : bolder;
 line-height     : 100%;
}

#sideNavi .newText {
 float           : left;
 width           : 188px;
}

#sideNavi ul {
 background      : #fff;
 width           : 248px;
 padding         : 0px 0px 0px 15px;
 list-style      : none;
}

#sideNavi li.itemL {
 background      : url(../images/bg_navi_lineL.gif) no-repeat right bottom;
 min-height      : 27px;
 width           : 197px;
 padding         : 13px 0px 0px 18px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi li.itemL a{
 color           : #999999;
}




#sideNavi li.itemLS {
 background      : url(../images/ic_2.gif) no-repeat left;
 background-position: 7px 17px;
 min-height      : 27px;
 width           : 197px;
 padding         : 13px 0px 0px 18px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi ul.itemLtop {
 background      : url(../images/bg_navi_lineLtop.gif) no-repeat left top #F9F9F9;
 min-height      : 31px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}
#sideNavi ul.itemLtop_doctor {
 background      : url(../images/bg_navi_lineLtop.gif) no-repeat left top;
 min-height      : 29px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi ul.itemLtop_doctor_gray {
 background      : url(../images/bg_navi_lineLtop_doctor_gray.gif) no-repeat left top;
 min-height      : 29px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}



#sideNavi ul.itemLtopS {
 background      : url(../images/bg_navi_lineLtopS.gif) no-repeat left top #F9F9F9;
 min-height      : 31px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi ul.itemLmid {
 background      : url(../images/bg_navi_lineLmid.gif) no-repeat left top #F9F9F9;
 min-height      : 31px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}
#sideNavi ul.itemLmid_white {
 background      : url(../images/bg_navi_lineLmid_white.gif) no-repeat left top;
 min-height      : 29px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi ul.itemLmid_gray {
 background      : url(../images/bg_navi_lineLmid_gray.gif) no-repeat left top;
 min-height      : 29px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi ul.itemLfoot {
 background      : url(../images/bg_navi_lineLFoot.gif) no-repeat left top #F9F9F9;
 min-height      : 31px;
 width           : 217px;
 padding         : 13px 0px 0px 35px;
 color           : #999999;
 font-size       : 1.2em;
 font-weight     : bolder;
 letter-spacing  : 2px;
}

#sideNavi li.itemS {
 background      : url(../images/bg_navi_lineS.gif) no-repeat right bottom;
 width           : 180px;
 min-height      : 25px;
 padding         : 13px 0px 0px 35px;
}

#sideNavi li.itemSS {
 background      : url(../images/bg_navi_lineSS.gif) no-repeat right bottom;
 width           : 185px;
 min-height      : 25px;
 padding         : 13px 0px 0px 30px;
 font-weight     : bold;
}

#sideNavi li.itemSbtm {
 background      : url(../images/ic_3.gif) no-repeat left;
 background-position: 23px 17px;
 width           : 180px;
 min-height      : 25px;
 padding         : 13px 0px 0px 35px;
}

#sideNavi li.itemSSbtm {
 background      : url(../images/ic_4.gif) no-repeat left;
 background-position: 18px 17px;
 width           : 185px;
 min-height      : 25px;
 padding         : 13px 0px 0px 30px;
 font-weight     : bold;
}

#sideNavi .sideNaviSub {
 width           : 250px;
 text-align      : center;
 margin          : 15px 0 0 0;
}

/* //side */


/* main */
#main {
 height          : auto;
 width           : 525px;
 float           : right;
 margin          : 0px;
}

#main h2 {
 background      : url(../images/tt_bg_contents.jpg) no-repeat;
 width           : 488px;
 height          : 30px;
 margin          : 0 auto;
 padding         : 8px 0px 0px 12px;
 text-align      : left;
}

#main .contentText {
 text-align      : center;
 padding         : 0px 18px;
}

#main .entryblock {
 text-align      : left;
 width           : 480px;
 padding         : 20px 10px;
 overflow        : hidden;
}

#main .entryblock h3 {
 background      : url(../img/ic_2.gif) no-repeat;
 height          : 20px;
 padding         : 0 0 0 15px;
 font-size       : 1em;
}

.bg_contents_line {
 background      : url(../images/bg_contents_line.gif) no-repeat;
 width           : 525px;
 height          : 2px;
 margin          : 20px 0px;
}

#main .entryblock .blockIndexLeft {
 width           : 72px;
 padding         : 0 20px 0 0;
 float           : left;
}

#main .entryblock .blockIndexRight {
 width           : 463px;
 float           : left;
}

#main .entryblock .blockInner {
 width           : 555px;
 overflow        : hidden;
 margin-left     : auto;
 margin-right    : auto;
}

#main .entryblockLeft {
 width           : 201px;
 float           : left;
}

#main .entryblockRight {
 width           : 162px;
 float           : left;
}

#main .blockLeft {
 width           : 210px;
 float           : left;
}

#main .blockRight {
 width           : 330px;
 padding         : 0 0 0 15px;
 float           : left;
}

#main .listBox {
 width           : 250px;
 overflow        : hidden;
 margin          : 20px auto 0 auto;
}

#main .listBoxMask {
 width           : 250px;
 overflow        : hidden;
 margin          : 8px auto 0 auto;
}

#main .listLine {
 border-bottom: 1px dotted  #ccc;
}

#main .textBox {
 padding         : 15px 10px;
 overflow        : hidden;
}

#main .textBoxSecond  {
 padding         : 0px 10px 15px 10px;
 overflow        : hidden;
}

#main .textArea {
 padding         : 10px 10px 0px 10px;
 overflow        : hidden;
}

#main .boxLeft {
 width           : 320px;
 padding         : 0 15px 0 10px;
 float           : left;
}

#main .boxRight {
 width           : 210px;
 padding         : 0 0 0 0px;
 float           : left;
}

#main .boxGray {
 background      : #F3F4F5;
 border          : 1px solid #E4E6E8;
 padding         : 8px;
 text-align      : center;
 overflow        : hidden;
}

#main .boxPink {
 background      : #FEF8F8;
 border          : 1px solid #FBEAEA;
 padding         : 8px;
 text-align      : center;
 overflow        : hidden;
}

.memoBox{
 background      : #FDF7F7;
 border          : 1px solid #FBEAEA;
 margin          : 10px;
 padding         : 10px;
 text-align      : left;
 overflow        : hidden;
}

#bnrBox {
 width           : 800px;
 margin          : 0 auto;
 padding         : 20px 0px 0px 0px;
 overflow        : hidden;
}

#bnrBox .bnrLeft {
 width           : 250px;
 float           : left;
 margin          : 0 25px 0 0;
 padding         : 0px;
 text-align      : center;
}

#bnrBox .bnrRight {
 width           : 250px;
 float           : right;
 padding         : 0px;
 text-align      : center;
}

/* list */

/***********************************************
  04.navigation
***********************************************/
#navi {
 width           : 800px;
 margin          : 0px auto;
}

#navi ul.hNavi {
 margin          : 0px;
 padding         : 0px;
 list-style-type : none;
 line-height     : 100%;
 font-size       : 1px;
}

#navi .hNavi li {
 width           : 160px;
 height          : 37px;
 list-style-type : none;
 float           : left;
 display         : block;
}

/***********************************************
  05.header
***********************************************/
#header {
 background      : url(../images/bg_head.gif) repeat-x;
 padding         : 0px;
 width           : 100%;
 height          : 66px;
}
#headerArea {
 background      : url(../images/bg_head_navi.gif) no-repeat;
 width           : 800px;
 height          : 66px;
 margin          : 0px auto;
 overflow        : hidden;
}

#headerLeft {
 float           : left;
 width           : 192px;
}

#logo {
 padding         : 20px 0px 0px 0px;
}

#headerRight {
 float           : right;
 width           : 500px;
 padding         : 20px 5px 0px 0px;
 text-align      : right;
}

#headerRight img {
 vertical-align  : top;
}

#headerRight ul li {
 background      : url(../images/ic_1.gif) no-repeat left;
 display         : inline;
 padding         : 0px 0px 0px 10px;
 margin          : 0px 0px 0px 10px;
}


/***********************************************
  06.footer
***********************************************/
#footer {
 padding         : 20px 0px;
 background      : url(../images/bg_footer.jpg) repeat-x left top;
 width           : 100%;
}

#footer .copy {
 width           : 800px;
 margin          : 0px auto;
 text-align      : right;
}

/***********************************************
  07.path
***********************************************/

#path {
 width           : 793px;
 height          : 15px;
 padding         : 15px 0px 0px 7px;
}

/***********************************************
  09.img
***********************************************/
img {
 border          : 0px;
}

img.borderGray {
 border         : solid 4px #DFDFDF;
}

/***********************************************
  10.text
***********************************************/


/***********************************************
  11.table
***********************************************/

.tabContent{
 margin          : 20px auto 5px auto;
 line-height     : 22px;
 border-collapse :collapse;
}
.tabContent td{
 padding        : 5px;
 background     : #FFF;
 border         : solid 1px #DADADA;
 text-align     : left;
}
.tabContent th{
 padding        : 5px;
 background     : #F4F4F4;
 border         : solid 1px #DADADA;
}

/***********************************************
  13.font
***********************************************/

.font2 {
 font-size       : 8pt;
}
.font3 {
 color           : #B03E3E;
}
.font4 {
 color           : #B03E3E;
 font-size       : 8pt;
}

/***********************************************
  14.link
***********************************************/
a.link1:link, a.link1:visited{
	color: #666666; text-decoration:none; line-height:12px;
}
a.link1:hover {
	color: #666666; text-decoration:underline;
}

a.newslink:link, a.newslink:visited{
	color: #990000; text-decoration:none;  line-height: 110%;
}
a.newslink:hover {
	color: #990000; text-decoration:underline; line-height: 110%;
}

/***********************************************
  99.other
***********************************************/

.pageTop {
 background      : url(../images/ic_top.gif) no-repeat 86% 10%;
 text-align      : right;
 margin          : 0px auto;
 padding         : 0px 0px 30px 0px;
}

p{
	line-height    : 18px;
	text-align     : justify;
  text-justify   : inter-ideograph;
}

.secLine{
 border-bottom: 1px dotted  #ccc;

}
