html,body{  
	width: 100%; 
	height: 100%;  
	margin: 0; 
	padding: 0; 
	background-color: #FAF6DA;
	background-image: url(http://www.malulani.tv/image/bgimg_hashira.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top; 
}

a img{
	border-style:none;
}

body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
	width: 980px;
	margin:80px auto;
	padding-bottom:20px;
    border:1px solid #fbf8d2;
	box-shadow:0 0 7px #fbfaeb;
	-webkit-box-shadow:0 0 7px #fbfaeb;
	background-color: #FFFFFF;
}

#content {
	width: 980px;
	margin:0 auto;

}

#content h1{
	width:914px;
	margin:10px auto 15px;
}

#left {
	background:#ffffff;
	width: 180px;
	float: left;
	margin-right: 15px;
	padding-top:10px;
	padding-bottom:20px;
}

#main {
	width: 590px;
	float: left;
	margin-bottom: 10px;
}

#right {
	background:#fffffff;
	float: left;
	margin-left: 15px;
	width: 180px;
	padding-top:10px;
	padding-bottom:20px;
}

#left, #right{
	text-align:center;
}

#right .en {
	text-align: right;
	margin:0 10px 10px 0;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #999999;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.clear {
	clear: both;
}

.news_title {
	margin-top: 10px;
	width: 70px;
	height: 150px;
	float: left;
}
.news {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	width: 500px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.txt_gray {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	margin:0 0 10px;
	color: #999;
}

.mb{
	margin-bottom:7px;
}

.mt{
	margin-top:10px;
}


a {
	text-decoration: underline;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #996600;
}
a:focus { outline:none;} 


/*
	Slideshow
*/

#products_img {
	padding: 0px;
	margin: 0px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products_img .slides_container {
	width:590px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:590px;
	height:320px;
	display:block;
}

/*
	Pagination
*/

#products_img .pagination {
	width:590px;
	padding: 0px;
	margin: 0px;
}

#products_img .pagination li a{
	color:#71554a;
	font-size: 10px;
	background-color: #fbfaeb;
	text-align: center;
	width:116px;
	height:16px;
	float:left;
	list-style:none;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 4px;
	text-decoration: none;
	background-image: url(http://malulani.tv/topimg/bg_pagenation.jpg);
}

#products_img .pagination li a:hover {
	color: #71554a;
	font-size: 10px;
	text-align: center;
	background-color: #fbf8d2;
	width:116px;
	height:16px;
	float:left;
	list-style:none;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 4px;
	text-decoration: none;
	background-image: url(http://malulani.tv/topimg/bg_pagenation.jpg);
	background-position: 0px -20px;
}
