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

*{
	margin:0;
	padding:0;
}

img{
	border:0 none;
}

#body_main{
	background-image:url(../img/bg.jpg);
	background-color: #FFFFFF;
    background-position: center top;
    background-repeat: repeat-y;
    border-bottom: 3px solid #3A97D2;
    text-align: center;
    width: 100%;
}

#center_column{
    color: #000000;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}




#shopbox_bg {
	height: 380px;
	width: 980px;
	background-image: url(../img/shop_bg.jpg);
	background-repeat: repeat-x;
	margin-top:10px;
	margin-left:10px;

	
	}

#shopbox{
	width:960px;
	padding:10px;
	margin:0 auto;
	position:relative;
	height:360px;
	margin-bottom:10px;
}

#shopboxleft{
	width:330px;
	float:left;
	clear:both;
}

#shoptext{
	font-size:14px;
	color:#3C3C3C;
	font-weight:bold;
	margin-bottom:5px;
	line-height:17px;
}

#shopbox_name{
	font-size:27px;
	color:#FF0091;
	font-weight:bold;
	line-height:31px;
}

#shopbutton{
	margin-top:8px;
}

#shopboxright{
	margin-left:340px;
	height:360px;
}

#pickupmovie{
	width:280px;
	float:left;
}

#pickupmovie img{
	margin-bottom:5px;
	}

#tenchoblog{
	width:326px;
	float:right;
	margin-left:10px;

}

#tenchoblog img{
	margin-bottom:5px;
}

#contensbox{
	position:absolute;
	bottom:0px;
	
}

#pointtext{
	font-size:13.5px;
	margin-top:10px;
	margin-bottom:10px;
	color:#3C3C3C;

	
}



/*下のリンク部分ココから///////////////////////////////////////////////////////////*/
#recruit_link_box{
	width:1000px;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;

}

#recruit_link01{
	float:left;
	padding-right:10px;

}

/*下のリンク部分ココまで///////////////////////////////////////////////////////////*/


#subtitle_bar{
	background-image:url(../img/sub_bar.jpg);
	width:1000px;
	margin:0 auto;
	height:30px;
	line-height:30px;
	text-indent:10px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
}

#shopright_top{
	text-align: left;
	vertical-align:top;
	
}

