@charset "utf-8";
/*
Theme Name: foursythTest
Theme URI: http://www.foursyth.com/wp/
Author:Kazushige Numazawa
Description: foursyth test theme
Version:0.1
*/

/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	background: url(images/bg_gray_sb.jpg) repeat 0 0;
	font-size: 62.5%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/*-------------
header
-------------*/
#header { 
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
  /*background: #efeeeb url(images/bg_header.gif) repeat-x left top;*/
	background-color:#efeeeb;
}
#header-inner { 
	width: 960px;
	margin: 0 auto;
}
#header-top {
	height: 150px;
	font-size:1.1em;
}
#header-top h1 { 
	padding-top: 18px;
}
#header-top p {
	padding-top: 3px; 
	color: #797979;
}

a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}



