* {
	margin: 0;
	padding: 0;
	font-family: 'Meiryo','Verdana',sans-serif;
	zoom:1 ;
}

body {
	line-height: 1.3em;
	margin: 0;
	text-align: center;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-weight: 400;
}

img {
	border: 0;
}

#container {
	width : 760px;
	margin :0 auto;
	text-align : left;
	background : #FFFFFF;
	overflow : hidden;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/* ///ヘッダー/// */

#header {
	width: 100%;
	margin-bottom: 5px;
	overflow : hidden;
}

#header .inner{
	width: 230px;
	height: 50px;
}

#header a {
	width: 230px;
	height: 50px;
	display: block;
	text-indent: -9999em;
	background: #f00;
	background: url("image/sitelogo.jpg") no-repeat;
	margin: 10px 10px 20px 10px;
}


/* ///リンクボタン/// */
#navigation_foot{
	width: 760px;
	margin-top:10px;
	overflow : hidden;
}

#navi_top {
	width: 760px;
	margin: 0 auto;
	background: #000;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#navi_top ul {
	width: 760px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi_top li {
	line-height: 1.3em;
	display: inline;
	float: left;
	width: 125px;
	text-align: center;
	border-left: 1px solid #d3d3d3;
}

#navi_top li.st {
	width: 126px;
	border: none;
}

#navi_top a {
	display: block;
	width: 125px;
	font-size: 65%;
	text-decoration: none;
}

#navi_top li.st a {
	width: 126px;
}

#navi_top a:link, #navi_top a:visited {
	color: #FF5B06;
}

#navi_top a:hover, #navi_top a:active {
	color: #fff;
}

/* ///中身/// */
#nakami{
	width: 760px;
	overflow: hidden;
	padding-bottom:50px;
	background: url("image/bg.jpg") no-repeat bottom;
}

#nakami .owabi{
	width: 100px;
	margin-left:630px;
	margin-top:10px;
	display:block;
	text-align:center;
	background: #000;
	padding:5px 10px;
	font-size:12px;
	text-decoration: none; 
	color:#fff;
}


#nakami .henshu{
	width: 200px;
	height:35px;
	margin:15px 0 0 20px;
	overflow: hidden;
	text-indent:-9999em;
	background: url("image/henshu.png") no-repeat;
}

#nakami #main{
	width: 760px;
	height:500px;
	overflow: hidden;
	background: #F9A4ff;
	background: url("image/main.png") no-repeat left top;
}

#nakami #main h1{
	text-indent:-9999em;
}

#nakami #main .title{
	width: 380px;
	margin-left:350px;
	overflow: hidden;
}

#nakami #main .shiri-zu{
	font-size:12px;
	line-height: 2em;
}

#nakami #main h2{
	width: 380px;
	height:70px;
	margin-bottom:10px;
	display:block;
	background: #f00;
	font-size:70%;
	text-indent: -9999em;
	background: url("image/title.png") no-repeat;
}

#nakami #main .nedan{
	line-height: 1.5em;
	text-align:right;
	font-size:18px;
}

#nakami #main .text{
	line-height: 1.5em;
	font-size:13px;
}

#nakami #main ul{
	width: 250px;
	height:250px;
	text-indent: -9999em;
	background: #f00;
	margin-top:10px;
	background: url("image/maru.png") no-repeat;
	margin-left:120px;
	overflow: hidden;
}


#nakami #botan a{
	width: 600px;
	height:60px;
	display:block;
	background: #f00;
	margin-left:80px;
	text-indent:-9999em;	
	background: url("image/botan.png") no-repeat;
}

#nakami #botan a:hover{
	width: 600px;
	height:60px;
	display:block;
	background: #f00;
	margin-left:80px;
	text-indent:-9999em;	
	background: url("image/botan02.png") no-repeat;
}




/* ///フッター/// */

#copyrights {
	width: 760px;
	clear:left;
	list-style-type: none;
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #000;
}

#copyrights address {
	font-style: normal;
	line-height: 1em;
	margin-right: 10px;
}

