/* CSS Document */

/**基本設定**/
* {
margin:0px;
padding:0px;
zoom:1;
}

html{
height:100%;
}

body{
text-align:center;
background:transparent url(../img/back.jpg) repeat-y 50% 50%;
}

html>/**/body{
overflow:-moz-scrollbars-vertical;
}
html:first-child body{
min-height:100%;
padding-bottom:1px;
}

/** **/

/**ブロック要素**/

#wrapper {
width:800px;
margin:0 auto;
}

#header {
text-align:left;
}

#mainimage{
margin:10px 0px;
}

#main{
width:550px;
float:right;
text-align:left;
line-height:1.4em;
}

#sidemenu{
	width:200px;
	float:left;
	text-align:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#footer{
clear:both;
text-align:center;
padding:20px 0px;
}

/**タグ**/
h1{
margin:20px 0px;
}
h2{
margin:5px;
}
p{
margin-bottom:30px;
}
img{
border:none;
}
table{
margin-left:10px;
}

/** **/
#sidemenu li{
list-style:none;
line-height:1.4em;
}
