{
font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "MS PGothic", sans-serif;
}


/* ------------ ページ全体の設定 ------------*/
body {  
	text-align: center;
	color:#444444; /* 文字の基本色を濃いグレーにする */
}  
div#main {  
    margin: 0 auto;  /* IEはこれがないと中央に寄らない*/
    text-align: left;  
/*    width: 945px;  /* ページの幅 */
/*    border: 1px solid #FF0000;*/  
}  



a:focus {
	outline: none;
}



/*カワジュンヘッドラインの設定*/
#kawaline{
	width:921px;/*横幅*/
	height: 32px;/*高さ設定*/
	margin-top:10px;
}




/*h1要素のスタイル設定 （ただし、jpegで対応したので今回は使ってない）*/
h1{
	font-size:150%;
	border: double 3px #ffffff;
	color:#ffffff;
	background-color:#ff6347;　　　/*枠カラー*/
	line-height: 26px;　　　/*hタグの高さ*/
	padding-left:10px;
	padding-bottom:2px;　　　/*パディングの上下の設定は、ＩＥとChromeで微妙に違うので注意*/
	padding-top:3px;
}



/*h2要素のスタイル設定*/
h3{
	font-size:100%;
	border-left: 8px solid #666666;/*文字の横に付箋のようなマークを入れる*/
	border-bottom:solid 1px #999999;/*文字の下に点線を入れる設定*/
	width:700px;/*見出しの横幅*/
	line-height: 20px;/*h2の高さ設定*/
	padding-left: 5px;/*文字の左にスペース*/
	color:#333333; /*文字の色*/
}



/*イメージ画像（img）全般のスタイル設定*/
#linktable1 a img{
	border:solid 0px #808080;
	padding:0px;
	margin:30px
}

a img{
	border:solid none;

}





/*KAWAJUNのCopyrightロゴの位置*/
#footer{
	margin-left:10;/*左にスペース*/
}



/* ロールオーバー　簡単透過*/
#linktable1 a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #ffffcc;
}

a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #ffffcc;
}

/* ロールオーバー　簡単透過＆位置をずらす　結構イケテるが今回は使ってない
#pdfall a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #ffffff;

position:relative;
top:2px;
left:2px;
}
*/



/* ロールオーバー　ON OFFを上下につなげて一枚の画像にしたものを、半分ずつずらして表示*/
#pdfall{
    display:block;
    height:52px;
    width:369px;
    background:url(image/oneclickbutton_onoff.gif) no-repeat;
    overflow:hidden;
}
#pdfall:hover{
	background-position:0 -52px;
}




