@charset "Shift_JIS";

*	{margin: 0;
	 padding: 0;
	 background-color: transparent;	
}

/* デフォルト */
html	{font-size:13px;
	 color: #000000;
       letter-spacing:1pt; 
	 line-height:200%;
	 font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, Arial,sans-serif;
}
body	{font-size:13px;
	 margin :0 auto 0 auto;
	 background : url(backgroundcrash.jpg) :fixed;
}BODY{
background-attachment : fixed;
}

hr{}/* not appricatable */
hr { color:#009999; }
/* 見出し */
h1	{font-size:40px;
         font-family:HGS明朝E,Times New Roman,Serif;
	 color:#cccc99;
	 height:100px;
	 padding:140px 320px 40px 0px;
	 margin-top:10px;	
        letter-spacing:2px;
}
h2	{font-size:13px;
         font-family:sans-serif;
	 color:#cccc99;
	 height:15px;
	 padding:0px 0 15px 330px;
	 margin-bottom:10px;
	 letter-spacing:2px;
}
h3	{font-size:20px;
	 color:#990000;
	 height:25px;
	 padding:2px 0 0 15px;
	 margin-bottom:10px;
	 letter-spacing:3px;
	text-align : left;
}

/* 段落 */
p	{margin:0;
	 padding:10px 10px 10px 25px; 
         font-size:13px;        	
}

/* アンカー */
a:link    {text-decoration:none; }
a:visited {text-decoration:none; }
 a:hover {text-decoration:underline; background-color:#ffff00; }
       a:hover {position:relative;top: 2px;left:1px;}
a:active  {text-decoration:none; }

/*画像　*/
img     {border: 0; 
         margin: 0; 
         padding: 0;
         font-size: 0px;
         vertical-align: bottom ;
}

/*ページの指定*/
#container {margin:10px 10px auto 0 auto;
	    padding:0 ;
	    width:720px;
	    border:3px double #009999;
	    background-color : #ffffff;
} 

/*ヘッダーの指定*/

#header   {margin:0 auto 0 auto;
	   padding:0 ;
	   width:720px;
          height:250px;
           font-size: 12px;
	   background : url(crushjeansmain.jpg) no-repeat ;
           background-position: top right;
}

/* 記事部分 */
#main     {width:700px;
	   text-align:left;
	   margin:0 auto 0 auto;
}

/* フッター */
#footer  {width:720px;
          height:20px;
	  margin:0;
	  text-align:right;
	  background : #009999;	
}

/* ////////////////////////////////////// */

