@charset "Shift_JIS";
<style type="text/css">
<!--body {  }-->
</style>

/*****全体の設定*****/
*{margin-top: 80px;
margin-left:100px;
    padding : 0 ; 
   line-height : 18px; /**行間**/
   letter-spacing : 1px; /**文字の間隔**/}


body{
font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
color : #000000;  /**文字色**/
font-size : 12px; /**文字の大きさ**/
background-color:transparent; /**背景透過**/
margin-top: 80px;
margin-left:150px;
padding : 0 ; 
line-height : 18px; /**行間**/
letter-spacing : 1px; /**文字の間隔**/}


A {
font-weight:bold;
text-decoration: none;
} 

a:visited {
text-decoration:none;
color:#0000cc ;/*訪問済みリンク */
}

/****コピーライト表示設定****/
.copyright,copyright a{
   font-size : 9px; /**文字大きさ**/
   margin:0px;  padding:2px; /**余白**/}


/*****タイトル（サイト名）*****/
h1,h1 
a{font-family :Batang;
font-style:italic;
font-color:#0000cc ;
font-size : 36px; 
font-weight:bold;
margin: 10px;}

h2,h2 a{font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
font-weight:normal;
   font-size : 9px; 
   margin: 20px;}

h3,h3 a{font-family : Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
font-weight:normal;
   font-size : 9px; 
   margin: 20px;}




/*css by Pleasure*/