@charset "utf-8";
/*
Theme Name: ラロデマロ
Theme URI: http://monstar.co.jp
Description: 大阪市のアパレル企業のRalo de Malo（ラロデマロ） ParkLand（パークランド）
Version: 1.0
Author: Internet Monstar
Author URI: http://monstar.co.jp
Tags:
*/

/*	html
----------------------------------------------------*/
html {
}


/*	body
----------------------------------------------------*/

body {
	text-align:center;
	color: #e0d7c1;
	background-image: url(images/bg.jpg);
	background-color: #491e0d;
	background-repeat: repeat-x;
	}

/*	h1,h4,h4,h4,h5,h6
----------------------------------------------------*/

h1{
	font-size: 11px;
	font-weight: normal;
	color: #e0d7c1;
	position: absolute;
	left: 868px;
	top: 3px;
	}

h2{
	}

h4{
	}

h5{
	}

h6{
	}

/*	wrapper
----------------------------------------------------*/

#wrapper {
	width: 945px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}

/*	header
----------------------------------------------------*/

#header {
	position:relative;
	background-image: url(images/header.jpg);
	height: 340px;
	width: 945px;
	}

#header span {
	visibility:hidden;
	}

#header p.logo {
	position:absolute;
	width: 945px;
	height: 340px;
	}
	
#header p.logo a {
	display:block;
	text-decoration:none;
	height: 340px;
	width: 945px;
	}
#globalnavi {

	height: 76px;
	width: 945px;
}

#contents{
	width: 945px;
	background-color: #1c0704;
	background-image: url(images/contents_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#contents p{
	line-height: 2em;
}
#left_box{
	float: left;
	width: 599px;
	padding-top: 38px;
	padding-left: 30px;
}

#right_box{
	float: right;
	width: 238px;
	padding-right: 31px;

}

#footer{
	background-image: url(images/footer.jpg);
	height: 100px;
	width: 945px;
	position: relative;
}
#footer p{
	position: absolute;
	left: 263px;
	top: 19px;
}
#footer address{
	position: absolute;
	font-size: 10px;
	left: 348px;
	top: 67px;
}
/* img option */

.img_alpha a:hover{filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;}
  
.right{
	float: right;
}
.left{
	float: left;
}
.sp_bottom{
	margin-bottom: 10px;
}
.sp_right{
	margin-right: 10px;
}
.sp_left{
	margin-left: 10px;
}
.sp_top{
	margin-top: 10px;
}

