@import url("./header.css");
@import url("./footer.css");

/*    */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


/* common */
html{
}

body{
background:url("../common/common_bg_01.png") repeat-x top left;
}

div#wrapper01{
width:810px;
margin:0px auto 30px;
background:url("../common/common_bg_03.png") repeat-y top ;
}

div#wrapper02{
width:810px;
margin:auto;
background:url("../common/common_bg_04.png") no-repeat top ;
}

div#wrapper03{
width:810px;
min-height:430px;
_height:430px;
margin:auto;
background:url("../common/common_bg_05.png") no-repeat bottom ;
}

div#content01{
padding:30px 50px 10px;
color:#444;
font-size:0.8em;
line-height:160%;
}

div#content01 a{
color:#666;
text-decoration:underline;
}

div#content01 a:hover{
color:#222;
text-decoration:underline;
}

div#content01 span.red{
color:red;
}

ul#pasmo01{
clear:both;
color:#666;
width:810px;
margin:auto;
list-style:none;
font-size:0.6em;
}

ul#pasmo01 li{
padding-left:20px;
margin:5px 0px;
}

ul#pasmo01 li img{
vertical-align:middle;
margin:0px 4px;
}

