@charset "utf-8";
/* CSS Document */


/*
    リセットのcss    
===========================================*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,a,address,pre,
strong,em,caption,cite,code,dfn,var {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}



img {
	border: 0;
	
	background-color: transparent;
	vertical-align: bottom;
}



table {
	border-collapse: collapse;
	cell-spacing: 0;
}



caption,th {
	text-align: left;
}



fieldset {
	border: 0;
}



ol,ul {
	list-style: none;
}



ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td {
	font-size: 100%;
}



q:before,q:after {
	content:'';
}



abbr,acronym {
	border: 0;
}





/*
    共通のcss    
===========================================*/


/*  全体囲み  */
#container {
	position: relative;
	
	width: 900px;
	
	margin: 0 auto;
	
	font: normal normal normal 75%/200% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}





/*  木原設計工房のタイトル  */
h1 {
	margin-top: 30px;
	margin-left: 60px;
}





/*  ナビゲーション  */
ul#navi {
	margin-top: 18px;
	margin-left: 59px;
}



ul li {
	float: left;
}




/*  clearfix  */
ul:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
	zoom: 100%;
}







/*  フッター  */
#footer {
	clear: both;
	
	margin-top: 30px;
	margin-bottom: 50px;
	line-height:100%;
	border-top:1px #A5A3A4 solid;
}



#footer p {
	margin-top:10px;
	text-align: center;
}





