/*initial settings*/

*{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
		
}

p.clear{clear:both;}
a{color: #000000;}
a:hover{color:#ff9900;}

body {
	background-image: url(images/haikei.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'MS 明朝',monospace;
	font-size:13px;
}

div#topbg {
	background-image: url(images/hbg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
div#box {
	width: 764px;
	margin:0 auto;
}
div#header {
	margin:0 auto;
	width: 100%;
}
div#logo {
	margin:0;
	height: 64px;
	width: 212px;
	display: block;
}

*+html body div#logo{
	margin:0 600px 0 0;
}

*html body div#logo{
	margin:0 600px 0 0;
}


div#navimenu {
	margin:16px auto 0 auto;
	text-align: center;
	
}

*html body div#navimenu {
	margin:12px auto 0 auto;
	text-align: center;
	
}

div#top {
	margin:0 auto;
	height:130px;
	width:764px;
	background-image: url(images/colobosenjutsu_top.png);
	text-align: center;
	display:block;
}

div#contents {
	margin:0 auto;
	height:1628px;
	width:764px;
	background-image: url(images/contentsbg_service.png);
	text-align: center;
	color: #666666;
	
}

div#contentsin {
	margin:0 auto;
	height:1528px;
	width:545px;
	text-align: left;
	color: #666666;
	float:left;
}

div#contentsin p{
	width:496px;
	margin:20px 0 20px 60px;
	letter-spacing:-1px;
	line-height: 2.5em;

}

*+html body div#contentsin p{
	width:496px;
	margin:20px 0 20px 60px;
	letter-spacing:-1px;
	line-height: 2.5em;
}

*html body div#contentsin p{
	width:450px;
	margin:20px 0 20px 60px;
	letter-spacing:-1px;
	line-height: 2.5em;
}

div#topcome{
	margin:55px 0 0 50px;
}

div#servicebar{
	margin:30px 0 10px 30px;
}

div.senjutsumenu{
	margin:30px 0 10px 40px;
}

div.come{
	margin:50px 0 10px 60px;
	line-height: 2.0em;
}

div#price{
	margin:30px 0 20px 60px;
	font-weight:bold;
}

div.otoiawase{
	margin:20px 0 10px 50px;
	line-height: 1.7em;
}

div.otoiawase img{
	vertical-align:bottom;
	margin:0 5px;
}

div#menu{
	width:219px;
	height:600px;
	display:block;
	float:right;
	
}

div#menu ul{
	margin:50px 10px 0 0;

}

*+html body div#menu ul {
	margin:50px 0 0 -25px;
}

*html body div#menu ul {
	margin:50px 0 0 -25px;
}

div#menu ul li{
	list-style: none inside;

}

div#menu ul li img{
	vertical-align:bottom;
}


div#footer {
	height:95px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}


div#footer p {
	padding:70px 0 0 0;
	text-align: center;
	color: #ffffff;
	
}


