/*css リセット
----------------------*/
*{
margin: 0px;
padding: 0px;
border: 0px;
}
h1, h2, h3, p {
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: 100%;
}

/*全体
----------------------*/
body {
margin: 0px;
padding: 0px;
color:#696969;
font-family: Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 12px;
font-weight: normal;
background-color: #ffffff;
background-image: url("img/2010_spring.gif");
background-repeat: no-repeat;
background-position: 100% 100%;
background-attachment: fixed;
}

/*リンク
----------------------*/
a:link {color: #cc99cc; text-decoration: none; }
a:visited	{color: #696969; text-decoration: none; }
a:hover	{color: #cc99cc; text-decoration: none; }
a:active	{color: #696969; text-decoration: none; }
a img { border: 0; }


/*ヘッダー
----------------------*/
#header {
margin: 0px;	
border: 0px;
}

/*ナビ
----------------------*/
#navi {
margin: 10px 0px 0px 30px;
}

#navi li {
float: left;
list-style: none;
border-left: 1px solid #cccccc;
padding: 0px 20px 0px 20px;
color: #696969;
font-size: 10px;
font-weight: nomal;
}

/*コンテンツ
----------------------*/
#content {
margin: 30px 30px 30px 30px;	
}


/*見出し
----------------------*/
h1 {
color: #cccccc;
font-size: 14px;
font-weight: bold;
margin: 0px 0px 0px 0px;
}

h2 {
margin: 30px 0px 15px 0px;
border-left: 5px solid #d8bfd8;
padding: 0px 0px 0px 10px;
color: #696969;
font-size: 12px;
font-weight: bold;
}

/*本文
----------------------*/
p {
font-size: 12px;
line-height: 160%;
margin: 0px 0px 20px 0px;	
}

.small {
font-size: 10px;
}

.strong {
font-size: 13px;
font-weight: bold;
margin: 5px 0px 5px 0px;
}

.strong02 {
font-size: 14px;
font-weight: bold;
margin: 5px 0px 5px 0px;
}

.hr {
margin: 10px 0px 10px 0px;
}


/*リスト
----------------------*/
li {
list-style: square;
list-style-position: inside;
line-height: 180%;
margin: 0px 0px 0px 0px;	
}

/*リンクリスト
----------------------*/
li.link {
list-style: square;
list-style-position: inside;
line-height: 180%;
margin: 10px 0px 10px 0px;	
}

/*画帖
----------------------*/
#gatyou {
margin: 200px 0px 50px 30px;
}


/*コピーライト
----------------------*/
#copyright {
margin: 0px 0px 30px 30px;	
}

.copyright {
font-size: 10px;
font-weight: normal;
margin: 0px;	
}
