/* 全体の設定*/
body{
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    font-size:medium;/*文字の大きさ：中*/
    text-align:left;/*文字の寄せ方：左寄せ*/
    color:#000000;/*文字の色：黒*/
}

img{
	border:0px;
}

/*リンク関係*/
a:link {
    color:000099;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;
}
a:hover {
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}

H3 {
 color:#000000;
 text-align:center;
}
DIV.bun {
	font-size:0.8em;
	color:#404040;
	line-height:1.4em;	
} 
 
div.left { float: left; width: 540; 
  background-color: #ffffff;
  padding:10px;
  }

div.right { margin-left: 540;
  }

P.obi {
 color:#000000;
 font-size:1em;
 background-color: #cccccc;
 width:100%;
 padding:3px;
}

P.list {
 color:#000000;
 font-size:0.7em;
 line-height:1.4em;
 border-color:#999999;
 border-width:1px;
 border-style:dashed;
 padding-left:0.5em;
}

