* {
-webkit-text-size-adjust:100%;
}

*{ 
margin:0;padding:0; 
}

a img {
    border-style:none;
}

html{ 
height:100%; 
} 

body{ 
    font-size: 12pt;
	height:100%; 
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS-PGothic,sans-serif;
	color:#222222;
	background:url(../Image/bgpattern.gif) repeat;
} 

#header_cover {
	display:none;
}
#exheader_cover {
	display:none;
}

#Container{ 
float:left;
width:916px;
}

.head{
	position:relative;
width:893px;
float:left;
margin:0;
padding:20px 0 0 23px;
}

/* * * * */
#Container2 {
	padding-top:10mm;
	background:url(../Image/bdr_bottom.gif) no-repeat bottom;
}
body.doc {
	height:auto;
	padding-bottom:30px;
}
#Container2 .head {
	float:none;
	position:relative;
	margin-bottom:18px;
	padding:0;
}

#Container2 .head p {
	display:none;
}

.head p.doclink {
	position:absolute;
	left:748px;
	top:45px;
}
.head p.doclink a {
	display:block;
	width:156px;
	height:23px;
	background:url(../Image/btn_text.gif) no-repeat top;
}
.head p.doclink a:hover {
	background-position:bottom;
}

.menu div {
	display:none;
	position:relative;
	background-color:#66AF82;
	color:#FFF;
}
.menu div h3 {
	font-size:14px;
}
.menu div.current {
	background-color:#007A31;
	display:block;
}

.menu ul {
	margin:0 18px 18px 0;
}
.menu li {
	list-style-image:url(../Image/marker_posterior.gif);
	padding-bottom:2px;
	font-size:12px;
}
.menu li:before {
    content: "・";
}
.menu div li a {
	color:#FFF;
	text-decoration:none;
	line-height:21px;
	zoom: 1;
}
#document {
	font-size:11pt;
	padding:20px 0;
	margin-top:17px;
	border-top:solid 1px #D0D0D0;
}

#document p {
	font-size:10pt;
	margin-bottom:1.3em;
	line-height:22px;
}
#document div h6 {
	padding-bottom:2px;
	font-size:10pt;
}
#document div span {
	display:block;
	padding-top:5px;
	margin-bottom:1.5em;
	font-size:10pt;
}
#document h4 {
	font-size:12pt;
	font-weight:bold;
	color:#007A31;
	padding-top:1em;
	margin-bottom:1em;
}

#document a{
	color:#007A31;
	text-decoration:underline;
}
#document > a{
	display:none;
}

#comments a {
	color:#007A31;
}
#document p.olink {
	font-weight:bold;
	color:#555;
}
#document p.olink a {
	font-weight:normal;
}

#comments {
	margin-top:17px;
	position:relative;
	border-top:solid 1px #007A31;
	font-size:10pt;
}
#comments div.tcom {
	word-wrap:break-word;
	padding-left:10px;
	padding-top:20px;
	line-height:15px;
	font-size:9pt;
}
#comments div.tcom span {
	color:#007A31;
}
#comments .tcom p {
	padding-top:5px;
	font-size:9.5pt;
}
#comments p.anc {
	display:none;
}

#tphoto01,#tphoto02,
#tphoto03,#tphoto04,
#tphoto05,#tphoto06 {
	float:left;
	height:350px;
}

#former {
	display:none;
}

a.out {
	color:#008000;
}a.out:hover {
	color:#008000;
}

body > #Container{ 
    height:auto; 
}

.finished{
	color: red;
	font-style:normal;
	font-weight:normal;
}

#document a:after {
    content: " (" attr(href) ")";
    font-size: 9.5pt;
}
.menu div li a:after,
#document p.olink a:after {
    content: " ";
}

/* clearfix */  
.clear:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}  
* html .clear { zoom: 1; } /* IE6 */  
*:first-child+html .clear { zoom: 1; } /* IE7 */  
