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;
}
/*リセットCSSおしまい*/

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
/*clearfixおしまい*/

/*-----------------オリジナルCSS-----------------*/
body{
	font-size: 14px;
	color: #555;
}
#wrapper{
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 10px;
	width: 800px;
}
a:link{ color:#EE6363; text-decoration: none; }
a:visited{ color:#EE6363; text-decoration: none; }
a:hover{ color:#EE6363; text-decoration: none; }
a:active{ color:#EE6363; text-decoration: none; }
hr {
	border: 0;
	border-bottom: 1px dashed #888;
}
img{
	border: 1px solid #888;
}
/*-----------------見出し-----------------*/
h1{
	margin: 0 0 10px 0;
}
h2{
	margin: 0 0 10px 0;
}
/*-----------------見出しおしまい-----------------*/
/*-----------------navi-----------------*/
#navi {
	margin: 0 0 10px 0;
}
#pict dd{
	margin: 0 0 10px 0;
}
/*-----------------naviおしまい-----------------*/
/*-----------------about-----------------*/
#about p{
	margin: 0 0 10px 0;
}
#about dt{
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
}
#about dd{

}
/*-----------------contentおしまい-----------------*/