@media print{

body{
	margin: 0;
	padding: 0;
	with: 100%;
	background-image: url(image/back.gif);
	background-repeat: repeat-x;
	font-size:80%;
	font-family : Tahoma,"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠÛƒS Pro W4",Osaka;
}

a:link {
	color:#222; text-decoration: underline;
}
a:visited {
	color:#222; text-decoration: underline;
}
a:hover {
	color:#f00; text-decoration: underline;
}
a:active  {
	color:#f00; text-decoration: underline;
}

h1{
	padding-left:20px;
	border-bottom: 1px dotted #1D620F;
	font-size: 150%;
	margin-top:0px;
	font-weight:normal;
}

h2{
	padding-left:20px;
	font-size: 130%;
	margin:0px 7px;
	font-weight:normal;
}

p{
	padding-left: 10px;
}


.h1{
	margin-bottom:-30px; padding-right:5px
;}
.h2{
	margin-bottom:-30px; margin-left:5px; margin-top:10px;
}

.menu_width{
	width: 0px;
}

.whatsnew{
	line-height: 1.5;
}

.header_link{
	padding-bottom:10px;
	margin-right: 10px;
	font-size:95%;
}

.menu{
	display: none;
}

.menu_title{
	border-bottom: 1px solid #333;
	background: #FFFBCC;
	color: #1D620F;
	font-size:120%;
	font-weight: bold;
	padding : 11px 10px;
	margin-top:0px;
	margin-bottom:0px;
}
.menu_title a:link {color:#1D620F; text-decoration: none; }
.menu_title a:visited {color:#1D620F;text-decoration: none; }
.menu_title a:hover {color:#1D620F; text-decoration: underline; }
.menu_title a:active  {color:#1D620F; text-decoration: underline; }

.menu_con{
	border-bottom: 1px dotted #333;
	color: #222;
	font-size: 90%;
	padding : 5px 15px;
	margin-top:0px;
	margin-bottom:0px;
}
.menu_con a:link {color:#222; text-decoration: none; }
.menu_con a:visited {color:#222;text-decoration: none; }
.menu_con a:hover {color:#333; text-decoration: underline; }
.menu_con a:active  {color:#333; text-decoration: underline; }

.top_image{
	background: #FFFBCC;
	background-repeat: no-repeat;
	padding:5px;
}

.contents{
	padding: 16px 15px 10px 12px;
}

.footer{
	background: #B3D465;
	padding: 10px 10px 3px 10px;
	margin-bottom:0px;
}

.footer_img{
	margin-top: 0px;
	background-image: url(image/footer.gif);
}

}

@media screen{

body{
	margin: 0;
	padding: 0;
	with: 100%;
	background-repeat: repeat-x;
	font-size:100%;
	font-family : Tahoma,"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠÛƒS Pro W4",Osaka;
}

a:link {color:#000033; text-decoration: underline;}
a:visited {color:#000033; text-decoration: underline;}
a:hover {color:#cc0033; text-decoration: underline;}
a:active  {color:#cc0033; text-decoration: underline;}

h1{
	padding-left:20px;
	border-bottom: 1px dotted #1D620F;
	font-size: 150%;
	margin-top:0px;
	font-weight:normal;
}

h2{
	padding-left:20px;
	margin-top:-10px;
	font-size: 130%;
	margin:0px 7px;
	font-weight:normal;
}

.h1{margin-bottom:-26px;}
.h2{margin-bottom:-30px; margin-left:5px; margin-top:5px;}

p{
	padding-left: 10px;
}

.menu_width{
	width: 170px;	
}

.whatsnew{
	line-height: 1.5;
}

.header_link{
	padding-bottom:10px;
	margin-right: 10px;
	font-size:95%;
}

.menu_title{
	border-bottom: 1px solid #333;
	background: #FFFBCC;
	color: #1D620F;
	font-size:120%;
	font-weight: bold;
	padding : 11px 10px;
	margin-top:0px;
	margin-bottom:0px;
	width: 170px;
}
.menu_title a:link {color:#1D620F; text-decoration: none; }
.menu_title a:visited {color:#1D620F;text-decoration: none; }
.menu_title a:hover {color:#1D620F; text-decoration: underline; }
.menu_title a:active  {color:#1D620F; text-decoration: underline; }

.menu_con{
	border-bottom: 1px dotted #333333 ;
	color: #222;
	font-size: 90%;
	padding : 5px 15px;
	margin-top:0px;
	margin-bottom:0px;
}
.menu_con a:link {color:#222; text-decoration: none; }
.menu_con a:visited {color:#222;text-decoration: none; }
.menu_con a:hover {color:#333; text-decoration: underline; }
.menu_con a:active  {color:#333; text-decoration: underline; }

.top_image{
	background: #FFFBCC;
	background-repeat: no-repeat;
	padding:5px;
}

.contents{
	padding: 16px 15px 10px 12px;
}

.footer{
	font-size: 100%;
	background: #B3D465;
	padding: 10px 10px 3px 10px;
	margin-bottom:0px;
}

.footer_img{
	margin-top: 0px;
	background-image: url(image/footer.gif);
}

}
.navi{
	font-size: 90%;
	margin:10px 15px 3px 0px;
	font-weight:normal;
	text-align : right;
}

.col{
  width : 500px;
  background-color : #d2f0e1;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 20px 15px;
}

.col img{
  float : left;
  margin-right : 8px;
}

.col p{
  font-size: 95%;
}

