*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333333;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background	: #ffffff;
}

a{
	color		: #cc3333;
	text-decoration	: none;
}

a:hover{
	color		: #cc3333;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

h3{
}


ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table tr{
	vertical-align	: top;
}

/***************************************/

body{
	min-width: 1000px;
}

#bg_top{
	width			: 100%;
	float			: left;
	background		: url(./img/index/bg_top.jpg) repeat-x top center;
}

#bg_main{
	width			: 100%;
	float			: left;
	background		: url(./img/index/main.jpg) no-repeat top center;
}

#main{
	width			: 1000px;
	margin			: 0 auto;
	text-align		: center;
	position		: relative;
}

#header{
	width			: 980px;
	height			: 381px;
}

#header h1{
	width			: 980px;
	font-size		: 11px;
	font-weight		: normal;
	color			: #ffffff;
	position		: absolute;
	text-align		: center;
	top			: 5px;
	left			: 10px;
}

#header h2{
	font-size		: 11px;
	font-weight		: normal;
	color			: #333333;
	padding			: 150px 0 0 0;
}

#bt span{
	margin			: 0 60px 0 0;
}

#smart{
	font-size		: 11px;
	padding-top		: 25px;
	margin			: 0 0 15px 0;
}

#smart a,#smart a:hover{
	color			: #333333;
}

#bt_k{
	font-size		: 11px;
	padding-top		: 25px;
}

.bt_kub{
	margin			: 0 0 10px 0;
}


/** textbox **/

#textbox{
	padding: 30px 0 0 0;
}

#textbox p{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px 0;
}

#textbox p span{
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	color: #cc0000;
}

#textbox img{
	margin-bottom: 30px;
}


/** ibox **/

.ibox_bs{
	width: 985px;
	margin: 0 0 20px 0;
	padding: 1px;
	border: 1px solid #e5e5e5;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ibox_bg{
	border: 1px solid #eeeeee;
	padding: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ibox{
	font-size: 0;
	line-height: 0;
	padding: 10px 15px;
	box-shadow:0px 0px 7px 1px #f7f7f7 inset;
	-moz-box-shadow:0px 0px 7px 1px #f7f7f7 inset;
	-webkit-box-shadow:0px 0px 7px 1px #f7f7f7 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** linews **/

#linews .ti{
	margin: 0 0 7px 0;
}

#linews ul{}

#linews li{
	width: 100%;
	display: table;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 7px 3px;
	border-bottom: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#linews li:last-child{
	border-bottom: none;
}

#linews li span{
	width: 140px;
	display: table-cell;
	vertical-align: top;
	color: #8d6e55;
}

#linews li p{
	display: table-cell;
	vertical-align: top;
}


/** rec **/

#rec{}

#rec .ti{
	margin: 0 0 15px 0;
}

#rec_in{
	width: 100%;
	display: table;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#rec_l{
	width: 505px;
	display: table-cell;
	vertical-align: top;
}

#rec_r{
	display: table-cell;
	vertical-align: top;
}

#recmv{
	width: 440px;
	height: 290px;
	padding: 13px 0 0 20px;
	background: url(img/index/recmv.gif) no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** linkbox **/

#linkbox .ti{
	margin: 0 0 15px 0;
}


/** ftxt **/

.ftxt{
}

.ftxt .ti{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 6px 0 14px 35px;
	background: url(./img/index/t4.png) no-repeat;
}

.ftxt p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}


/* footer */

#footer_bs{
	width		: 100%;
	height		: 228px;
	clear		: left;
	background	: url(./img/all/footer_bs.jpg) repeat-x bottom center;
}

#footer_bg{
	width		: 100%;
	height		: 228px;
	background	: url(./img/all/footer_bg.jpg) repeat-x top center;
}

#footer{
	width		: 1000px;
	height		: 228px;
	margin		: 0 auto;
	text-align	: left;
	background	: url(./img/all/footer.jpg) no-repeat;
}

#f_menu{
	width			: 1000px;
	float			: left;
	margin			: 0 0 20px 0;
}

#f_menu ul{
	padding			: 7px 0 0 10px;
}

#f_menu li{
	width			: 76px;
	height			: 70px;
	float			: left;
	font-size		: 0;
}

#f_text {
	padding: 10px 0 5px 10px;
}

/* copyright */

#copyright{
	text-align		: center;
	margin			: 0 0 0 0;
}

#copy{
	padding			: 0 0 10px 0;
}

#ft_text{
	width: 100%;
	float: left;
}

#ft_text p{
	width: 1000px;
	margin: 20px auto 20px;
	border: 1px dotted #ccc;
	padding: 10px;
	text-align: left;
}


.link_bg{
	width			: 1000px;
	margin			: 0 auto 5px auto;
}

.link{
	padding			: 10px 0;
}

.link a{
}

.link img{
	margin			: 0 1px 5px 1px;
	padding			: 1px;
	border			: 1px dotted #333333;
}

#contbox table{
	margin:0 auto;
}

#contbox td{
	width:170px;
}

.shop_link{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

.shop_link a{
	color: #333333;
}

#linkbox{
}

#linkbox table{
	margin: 0 auto;
}


/** link_bg **/

#link_bg{
	text-align		: center;
	margin			: 0 auto;
	padding			: 0 0 0 0;
}

#link{
	font-size		: 0;
	line-height		: 0;
}

#link a{
	display			: inline-block;
	margin			: 0 3px 7px 3px;
}

#linkbox{
	margin-bottom: 10px;
}

#dt{
	margin-bottom: 0px;
}

#heaven{
	margin-bottom: 20px;
}
