<!--
/************************************
基本設定
*************************************/

p {}

p, td, th {
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 10pt;
	color: #333333;
	line-height: 13pt;
	margin-top: 0px;
	margin-left: 24px;
	margin-bottom: 24px;
}

p.largep{
	line-height:20pt;
	font-size:11pt;
	margin-left: 12px;
	
}

h1 {
	font-family: "ＭＳ Ｐゴシック","osaka";
	font-weight: bold;
	font-size: 14pt;
	color: #333333;
	line-height: 20pt;
	margin-bottom: 6px;
}

h2 {
	font-family: "ＭＳ Ｐゴシック","osaka";
	font-weight: bold;
	font-size: 12pt;
	color: #333333; 
	margin-left: 14pt;
	margin-bottom: 6px;
	line-height: 20pt;
}

h3 {
	font-family: "ＭＳ Ｐゴシック","osaka";
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0px;
	border-style: none none dashed none;
	border-bottom-width: 1px;
	border-color: #CCCCCC;
	height:20pt;
}

h4 {
	font-family: "ＭＳ Ｐゴシック","osaka";
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	letter-spacing:1pt;
	color: #808080;
}

a:link{text-decoration:underline; color:#003399;}
a:visited{text-decoration:underline; color:#003399;}
a:active{text-decoration:underline; color:#003399;}
a:hover{text-decoration:underline; color:#3399FF;}

body {
	text-align: center;
	margin: 0 auto;
	background-color: #DDDDDD;
	background-image: url(./image/bgBody.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

div#container {
	text-align: center;
	margin: 0 auto;
	padding-top: 12px;
	width: 800px;
	background-color: #FFFFFF;
}

div.banner {
	text-align: left;
	width: 740px;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
	vertical-align: top;
	margin-bottom: 10px;
}

div#container div#sidebar {
	text-align: left;
	width: 160px;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
	vertical-align: top;
	/*float: left;*/
}

div#container div#contents {
	padding-right: 10px;
	width: 580px;
	text-align: left;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
	vertical-align: top;
}

div#footer {
	width: 800px;
	height:80px;
	text-align:center;
	margin:0 auto;
	font-size: 12px;
	background-image: url(./image/bgFooter.gif);
	background-color:#DDDDDD;
	background-repeat:repeat-x;
}

p#footer_p {
	height:0.3em;
	padding-top:1.0em;
	padding-bottom:0em;
}

*html p#footer_p {
	height:2.0em;
	margin-bottom:1em;
}

p#footer_p a{
	font-size: 12px;
	background-image: none;
	text-decoration: none;
}

p#footer_p a:hover{
	color: #999999;
}

div#footer div#footer_adress address {
	font-size:85%;
	font-style: normal;
	height:0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div#footer_adress a {
	text-decoration: none;
}

div#footer_adress a:hover {
	color: #999999;
	text-decoration: none;
}

ul.list01 {
	margin-left: 24px;
	margin-bottom: 24px;
}

ul.list01 li {
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 10pt;
	font-weight: bold;
}

ul.list01 ul {
	margin-left: 26px;
	margin-bottom: 12px;
}

ul.list01 ul li {
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 10pt;
	font-weight: normal;
}

ul.list02 {
	margin-left: 24px;
	margin-bottom: 24px;
}

ul.list02 li {
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 10pt;
	font-weight: bold;
}

ul.list02 ul {
	margin-left: 0px;
	margin-bottom: 12px;
}

ul.list02 ul li {
	font-family: "ＭＳ Ｐゴシック", "osaka";
	font-size: 10pt;
	font-weight: normal;
}

-->
