* {
 padding:0;
 margin:0;
}
body{
 font-size:80%;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 width:100%;
 line-height:140%;
}
.wrapper{
 width:960px;
 margin:0px auto;
}
h1,h2,h3,h4,h5,h6{
 font-weight:normal;
}
.left{
 float:left;
}
.right{
 float:right;
}
.clear{
 clear:both;
}
.center{
	text-align:center;
}
img {
}

ul#main_menu {
 list-style:none;
 clear:both;
}
ul#main_menu li{
 float:left;
}

ul#bread {
 list-style:none;
 height:1.1em;
 clear:both;
}
ul#bread li{
 float:left;
 width:200px;
 margin-right:5px;
}

#header {
 position:relative;
 clear:both;
 z-index:2;
}
#main_image {
 position:relative;
 clear:both;
}

div#main {
 position:relative;
 clear:both;
}
div#side {
 float:left;
 position:relative;
 width:240px;
}
div#document {
 float:right;
 position:relative;
 width:690px;
}

div#out_footer {
 position:relative;
 width:100%;
 clear:both;
}
div#footer {
 position:relative;
}

