@charset ‘UTF-8′;

* { margin : 0 ; padding : 0 ; }

img { /*イメージの青枠*/
border-style:none;
}

body { /*基本*/
width : 100% ;
font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
font-style: normal;
font-size : 12px;
font-weight: lighter;
line-height : 180%;
letter-spacing: normal;
cursor : default;
color : #ccc;
margin-top: 60px;
margin-bottom: 20px;
background-color:#000;
background-image:url(../img/back.jpg);
background-repeat:repeat-x;
}

A:link { /* リンク */
text-decoration:underline;
color: #556b2f;
}   
A:visited { /* 既に見たリンク */
text-decoration:underline;
color: #556b2f;
}
A:active { /* クリック時のリンク */
color: #fff
} 
A:hover { /* カーソルが上にある時のリンク */
text-decoration:underline;
color: #808000;
}


h4 {
	font-size: 12px;
　　font-weight: lighter;
　　color: #ccc;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #C60;
}
h2 {
	font-size: 22px;
　　font-weight: lighter;
　　color: #ccc;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #ccc;
}
h5 {
	font-size: 10px;
	font-weight: lighter;
	color: #ccc;
}
h6 {
	font-size: 8px;
	font-weight: lighter;
	color: #ccc;
}
