@charset "utf-8";
/* CSS Document */

body{
	font-size:12pt;
	color:#000;
	background-color:#FFF;
	background-image:none;
	line-height:1.5;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

 div#container{
	 width:auto;
 }

 a:link,
 a:visited{
	 text-decoration:underline;
	 color:#000;
 }
 
 /*プリントしたときのみURLが表示される（css2）*/
 a:after{
	 content:"["attr(href)"]";
 }
 
 /*プリントしたときのみURLが表示される（css3）*/
 a[href^="/"]:after{
	 content:"(http://www.gakushihoken-ml15.com/index.html"attr(href)")";
 }
 
 img{
	 border:0;
 }
 
 table,
 th,
 td{
	 border-collapse:collapse;
	 border-spacing:0;
 }
 
 ul#menu,div#footer{
	 display:none;
	 float:none;
 }
 
 @media print{
	 img{border:0;}
 }
 
 @media screen{
	 img{border:1;}
 }
