@import url("grid.css");

/* init */

html, body,
div,
h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd,
ul, ol, li,
tr, th, td ,
input, textarea {
margin:0;
padding:0;
font-family : "HiraKakuPro-W3","MS Gothic" ;
}

ul,ol,li {
}

h1 {
font-family : "HiraKakuPro-W6","MS PGothic" ;
}
h2 {
font-family : "HiraKakuPro-W6", "MS PGothic" ;
_font-weight : bold ;
}

h3, h4, h5, h6 {
font-family : "HiraKakuPro-W6", "MS PGothic" ;
_font-weight : bold ;
}

p,ul,ol {
font-family : "HiraKakuPro-W3", "MS Gothic" ;
}



/* basement
--------------------------------*/

html {
width:auto;
margin:0;
padding:0;
}

/* body */

body {
width:auto;
margin:0;
padding:20px 0 0;
text-align:center;
}

/* divWrap */

div#divWrap {
width:90%;
text-align:left;
margin:0 auto;
padding:0px;
}

div#divSubCont {
	display:none;
	}


/* Logo
--------------------------------*/
img#imgLogo {
display:none;
}

img#imgPrint {
display:block;
margin:0 0 100px 100px;
float:right;
}


/* Praragraph
--------------------------------*/

h1, h2, h3, h4, h5, h6 
{
	margin-bottom:20px;
}

h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px;}
h4 {font-size:12px;}

p, a,
dl, dt, dd,
tr, th, td ,
input, textarea, address {
font-size:10px;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#000;
margin:0;
padding:0;
line-height:1.8em;
}

h3 {font-size:12px;}

ul, ol, li {
font-size:10px;
text-decoration:none;
color:#000;
line-height:1.5em;
}

ul, ol {
	padding:0;
	margin-left:2em;
	}

p {margin-bottom:1em;
line-height:1.5em;}

p.pTel {display:none;}

br {display:none;}


/* div
--------------------------------*/
/* divLooseImg */
div.divLooseImg img {
	padding:5px 0 10px;
	}

/* divHeadImg */
div#divHeadImg {
	margin-bottom:20px;
	border-bottom:dotted 1px #CCC;
	}
	
div#divHeadImg img {
	padding:20px 0 30px !important;
	}

/* divFP */
div.divFP p {
	border-bottom:dotted 1px #CCC;
	padding-bottom:30px;
}


/* Menu
--------------------------------*/
/*ul#ulMainNavi*/
ul#ulMainNavi {display:none;}

/*ul.ulSubNavi*/
ul.ulSubNavi {display:none;}

/*ul#ulTopics*/
ul#ulTopics {display:none;}

/*ul#ulFootNavi*/
ul#ulFootNavi {display:none;}




/* Table
--------------------------------*/
table {
}

table th ,
table td {
padding:0.5em 0;
}
table th {
font-weight:bold;
}
table td {
padding-left:1em;
}

table thead th ,
table thead td {
border-bottom:#333333 solid 1px;
}
table thead th {
}
table thead td {
}
table tbody th {
}
table tbody td {
}


table tbody th {
white-space:nowrap;
}
table tbody td {
}


/* dl */

dl.dlStandard {
clear:both;
	}

dl.dlStandard dt {
float:left;
	padding-right:1em;
	width:auto;
	font-weight:bold;
	display:block;
}

dl.dlStandard dd {
padding-bottom:10px;
}

