* {
	margin : 0;
	padding : 0;
}
body {
	text-align : center;
}
#wrapper {
	width :800px;
	height : 650px;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	background : url(./img/m_bg.png) no-repeat;
}
#content {
	padding : 26px  50px 0;
}
li {
	text-indent : -9999px;
	list-style : none;
}
a {
	text-decoration : none;
	overflow : hidden;
}

h1 {
	float : left;
	text-indent : -9999px;
	width : 163px;
	height : 36px;
	position : relative;
	background : url(./img/h1.png) no-repeat;
}
#content a {
	float : right;
	display : block;
	margin-top : -4px;
	width : 111px;
	height : 23px;
	background : url(./img/navi.png) no-repeat;
}
#content a:hover {
	background-position : 0 -23px;
}
h2 {
	text-indent : -5000px;
}
#h2-01 {
	width : 331px;
	height : 77px;
	background : url(./img/h2_01.png) no-repeat;

}
#h2-02 {
	width : 301px;
	height : 24px;
	margin-top : -1px;
	background : url(./img/h2_02.png) no-repeat;

}
#h2-03 {
	width : 301px;
	height : 64px;
	margin-top : 2px;
	background : url(./img/h2_03.png) no-repeat;

}
#content p{
	text-indent : -9999px;
}
#p01{
	width : 300px;
	height : 287px;
	background : url(./img/text01.png) no-repeat;
	margin-top : 5px;
	margin-bottom : 5px;
}
#p02{
	width : 246px;
	height : 108px;
	background : url(./img/text02.png) no-repeat;
}
#p03{
	width : 300px;
	height : 174px;
	margin-top : 6px;
	background : url(./img/text03.png) no-repeat;
}
#p04{
	width : 300px;
	height : 157px;
	margin-top : 5px;
	background : url(./img/text04.png) no-repeat;
}
#box {
	clear : both;
}
#box-left {
	float : left;
	margin-top : -5px;
}
#box-left img{
	position : relative;
	top : -80px;
	left : 200px;
}
#box-right {
	padding-top : 46px;
	float : right;
}
/*-------------------------------------------------------------------
>>フッターその他
-------------------------------------------------------------------*/
#footer {
	clear : both;
	margin : 0 50px;
}
#footer h2 {
	text-indent : -9999px;
}
#logo a {
	float : left;
	display : block;
	width : 150px;
	height : 37px;
	margin-top : -45px;
	background : url(./img/h2.gif) no-repeat;
}
#footer p {
	float: right;
	margin-top : -45px;
	padding-top : 24px;
	color : #464646;
	font-size : 0.7em;
}
#syatyou_blog a{
	display : block;
	position : relative;
	top : -100px;
	left : 570px;
	width : 128px;
	height : 23px;
	background : url(./img/syatyou_blog.gif) no-repeat;
}