@charset "SHIFT-JIS";
<!-- このページはサイトTOPのindex.htmのスタイルシートです。 -->

body{
background-color: #FFFFCC;
background-image: url(img/suisen-k3.jpg);
background-repeat: repeat-y;
background-position: 0px-10px;

}
h1{
color: #0033FF;
font-size: 120%;
}
h2{
color:　#3366CC　;
font-size: 110%;
}
h3{
color:gray;
font-size: 80%;
}

#header{
position: relative;	/*絶対配置の基準位置とする*/
height: 0px;
margin: 20 auto;
padding-top: 0px;
}
#nab1{
width: 600px;
margin: 0 auto;
padding-top: 2px;
}
#nab1 h2{
color: #999999;
font-size: 90%
line-height: 2.0;
background color: #ebf0ff;
width: 550px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;

#container{
 overflow: hidden; /* 簡易的なclearfix */
}

#section-lv1-primary{

 float: left; /* 左寄せ */
 list-style-type: square;
 padding: 2em 2em 2em 2em;
 wideth: 350px;
 font-size: 90%;
 letter-spacing: 0.1em;
 line-height: 1.6;
}



#section-lv1-secondary{
 float: right; /* 右寄せ */
 list-style-type: square;
 padding: 2em 2em 2em 2em;
 wideth: 350px;
 font-size: 90%;

}

#footer{
 clear:both;/*フロートのクリア*/
}


















