/* 基本設定 */

*{

margin:0;

padding:0;

font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";

}

/* 画像 */

img {

border: 0;

}

/* リンク */

a{

color: #FF9933;

text-decoration : none;

}

a:visited{

color: #FFCCFF;

}

a:hover{

color: #FF0099;

}

html{

height:100%;

overflow:visible;

}

BODY{

height:100%;

overflow:auto;

font-size : 70%;

line-height : 150%;

background-color : #141414;

}

/* ページ全体 */

#page{

width : 980px;

height:100%;

min-height:100%;

text-align:left;

background-color : #000000;



}

/* ヘッダー */

#head{

position:absolute;

width : 200px;

height:100%;

left : 10px;

top : 0px;

background : url(http://www.tsubasa-guitars.com/img/photo.gif) no-repeat bottom;

}

* > #head{

position:fixed;

}

/* サイト名 */

h1{

font-size : 130%;

text-align : center;

padding : 0px 5px 0px;

color: #FFFFFF;

}

/*　メニュー */

#menu hr {

margin-right: 40px;

margin-left: 40px;

}

#menu ul {

margin:  0;

padding: 0;

}

#menu li {

list-style: none;

margin : 5px 0px;

text-indent: 50px;

text-align : left;

font-weight: bold;

}

#menu li a{

display:block;

width:200px;

font-weight: bold;

}

#menu a{

color: #000066;

text-decoration : none;

}

#menu a:visited{

color: #990099;

text-decoration: none;

font-weight: bold;

}

#menu a:hover {

background-color: #000099;

color: #FFFFFF;

text-decoration: none;

font-weight: bold;

}

/* フッター */

#foot{

width:100%px;

padding: 30px 0px 10px;

}

ADDRESS{

font-style:normal;

text-align : center;

color: #000066;

}

#foot a{

color: #000066;

text-decoration : none;

}

#foot a:visited{

color: #990099;

text-decoration: none;

}

#foot a:hover {

background-color: #000099;

color: #FFFFFF;

text-decoration: none;

}



/* メイン */

#main{

width:100%px;

margin: 0px 0px 0px 200px;

padding: 0px 20px 0px 20px;

text-align : left;

color: #FFFFFF;

}

#main h2 {

color: #FFFFFF;

font-size : 110%;

text-align : left;

margin: 5px 0px 5px;

padding: 0px 20px;

background :#000000 url(http://www.tsubasa-guitars.com/img/h2.gif) no-repeat;

}

#main h6 {

font-weight : normal;

font-size : 100%;

text-align : left;

margin: 0 30px;

color: #9999FF;

}

#main p{

margin: 0 20px 20px;

text-align : left;

color: #CCCCCF;

}

#main td{

margin: 0 20px 20px;

text-align : left;

color: #CCCCCF;

}

#main ul {

list-style: none;

margin: 0;

padding-bottom: 10px;

color: #CCCCCF;

}

#main li {

list-style: none;

margin: 0 20px;

text-align : left;

color: #CCCCCF;

}