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

	font-family: Arial, Helvetica, sans-serif;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
/* header styles */
#head{
	width:100%;
	height:100px;
	background-color:#FFFFFF
}
header{
	width:900px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
h1,h2{
	position:absolute;
	margin-top: -500px;
}

/* navigation styles */
#navigation{
	width:100%;
	height:30px;
	background-image: url("../images/nav_background.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
nav{
	width:900px;
	height:30px;
	margin:0 auto;
}
 #globalnavi{  
  margin: 0;  
  padding: 0;  
  width:auto;  
  height: 30px;  
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li{  
  text-indent: -9999px;  
  float:left;  
  width: 150px;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi a{  
  display: block;  
  width: 100%;  
  height: 30px;  
  background-image: url("../images/menubar.jpg");  
  background-repeat: no-repeat;  
}  
  
#menu1 a{background-position: 0 0;}  
#menu2 a{background-position: -150px 0;}  
#menu3 a{background-position: -300px 0;}  
#menu4 a{background-position: -450px 0;}  
#menu5 a{background-position: -600px 0;}  
#menu6 a{background-position: -750px 0;}  

  
#globalnavi a:hover{  
  background-image: url("../images/menubar.jpg");  
  background-repeat: no-repeat;  
}  
  
#menu1 a:hover{background-position: 0 -30px;}  
#menu2 a:hover{background-position: -150px -30px;}  
#menu3 a:hover{background-position: -300px -30px;}  
#menu4 a:hover{background-position: -450px -30px;}  
#menu5 a:hover{background-position: -600px -30px;}  
#menu6 a:hover{background-position: -750px -30px;}  

/* section styles */
#main{
	width:100%;
	height:auto;
	background-color:#000;
	padding:0px;
	margin:0px;
	margin-top:-2px;
}
section{
	width:900px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	font-size:14px;
}

#main_flash{
	width:900px;
	margin:0 auto;
	height:auto;
	background-color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	font-size:14px;
	display:block;
}
embed{
	display:block;
}
#top{
	width:900px;
	height:auto;
	margin:0 auto;
	background-color:#000;
	background-image: url("../images/juggler.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:5px;
}
#newsbox{
	color:#FFFFFF;
	width:350px;
}
#news{
	width:auto;
	height:170px;
	border: 1px solid #666;
	margin-left:10px;
	margin-right:10px;
	border-radius:10px;
	font-size:13px;
	padding:10px;
	overflow: auto;
}
#news p{
	line-height:17px;
	margin-bottom:10px;
}
/* footer styles */
#top_bottom{
	width:100%;
	height:auto;
	background-color:#000000;
}
#bottom{
	width:100%;
	height:auto;
	background-color:#fff;
}
#footer_bottom{
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#top_footer{
	width:900px;
	height:auto;
	padding-top:3px;
	margin:0 auto;
	background-color:#000;
	font-size:10px;
	color:#666;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
#top_footer ul{
	list-style:none;
}
#top_footer li a{
	float:left;
	color: #666;
	text-decoration: none;
	padding:5px;
}
#top_footer li a:hover{
	background-color:#333;
}
	
footer{
	width:900px;
	height:auto;
	padding-top:3px;
	margin:0 auto;
	background-color:#fff;
	font-size:10px;
	color:#666;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}
footer ul{
	list-style:none;
}
footer li a{
	float:left;
	color: #666;
	text-decoration: none;
	padding:5px;
}
footer li a:hover{
	background-color:#CCC;
}
#copyright{
	float:right;
		padding:5px;
}
#copyright a{
	color: #666;
	text-decoration: none;
	padding:5px;
}
#copyright a:hover{
	background-color:#CCC;
}

/* Step page */
#step{
	width:900px;
	height:1150px;
}
#stepBg{
	margin-top:50px;
	width:900px;
	height:251px;
	background-image:url("../images/step_sozai.jpg");
	background-repeat:no-repeat;
}
#stepOne {
	padding-top:181px;
}
.txtStep {
	margin-left:80px;
	margin-top:10px;
	line-height:140%;
	font-size:15px;
}
#stepTwo {
	padding-top:20px;
	border-top:1px solid #ccc;
	margin-top:30px;
}

.step3{
	width:900px;
	padding-top:20px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 1px;
}
.step3 p{
	margin-left:80px;
	font-size:15px;
	line-height:140%;
	margin-bottom:30px;
}


/* Works page */
#works{
	margin-top:80px;
}
#works li{
	margin:5px;
	list-style:none;
	float:left;
}

#works-row1 li{
	list-style:none;
	display: inline-block;
	padding:13px;
}

#works-row2 li{
	list-style:none;
	display: inline-block;
	padding:24px;
}

.row-img-3{
	margin-left: -13px;
	margin-right: -13px;
}

.image-box{
	margin-top:100px;
}


.row-3{
	width:33.333333%;
	float:left;
}
.row-img-2{
	text-align:center;
	}
.row-img-2 .row-3{
	float:none;
	display:inline-block;
	/*width:auto;
	max-width:290px;*/
	}	
	
.row-img-2 .row-3 .wrap-img-2{
	padding-left:3px;
	padding-right:3px;
	}
.wrap-img img{
	max-width:100%;
}

.wrap-img-2 img{
	max-width:100%;
}

.wrap-img{
	padding-left:5px;
	padding-right:5px;
}

.wrap-img-2{
	padding-left:5px;
	padding-right:5px;
}

.row-img{
	padding-bottom: 10px;
	float:left;
	width:100%;
}

.mga1{
	margin-left:-3px;
	margin-right:-3px;
}

.mga2{
	margin-left:-5px;
	margin-right:-5px;
}

.row-2-left{
	width:50%;
	float:left;
}

.row-2-right{
	width:50%;
	float:right;
}

.row-img-2{
	float:left;
	width:100%;
	padding-bottom: 80px;
}

.table-row{
	width:100%;
	float:left;
}

.table-row table tr td{
	width:33.3333%;
	float:left;
}

.table-row table tr td:first-child{
	width:16.666%;
	float:left;
}

.table-row table tr td:last-child{
	width:16.666%;
	float:left;
}

/* Price page */
#price{
	width:900px;
	height:1350px;
	font-size:15px;
	line-height:140%;
}
#price1{
	margin-left:320px;
	font-size:20px;
	line-height:140%;
}
.cancel_price{
	font-size:25px;
	line-height:140%;
}
#price2{
	width:618px;
	position:relative;
}
#price3{
	position:absolute;
	right:0;
	text-align:right;
}

/* Contact page */
#contact{
	width:100%;
	height:525px;
	margin-top:50px;
	margin-bottom:50px;
	background-image: url("../images/bus0006-0092.jpg");
	background-repeat: no-repeat;
	background-position: left;
}
#contact_top{
	float:right;
	width:480px;
	height:525px;
	background-image: url("../images/contact_1.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}
#contact_top2{
	position:absolute;
	bottom:0;
}

#contact_top2 table{
	width:480px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact_top2 table td{
	vertical-align:middle;
	height:40px;
	border-bottom:solid 1px #CCCCCC;
}
#contact_top2 table .big{
	font-size:30px;
}
#contact_top2 table .small{
	font-size:14px;
}
#contact_top2 table .small1{
	font-size:16px;
}
#contact_top2 table a{
	color:#ed7000;
	text-decoration: none;
}
.orange{
	color:#ed7000;
}

.orange a img{
	padding-top: 5px;
}