﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name:      mod_makeupshop.css
Update:         2010/07/30
Author:         MY
Style Info:     メイクショップ用CSS

	01. テンプレート
	├01.01. ヘッダー
	02.TOP	
			
----------------------------------------------------------- */

/*------------------------------------------------------------------------------------
	01.							///Template///
--------------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

a:link, a:visited, a:hover, a:active, a:focus{
	text-decoration:none;
}

/* 01.01. Header
--------------------------------------------------*/
div#header{
	width:830px;
	height:41px;
	margin:8px 0 0 0;
	padding:0;
	font-size:0px;
}

div#header .header_title{
	float:left;
	width:830px;
	position:relative;
	height:36px;
	padding:5px 15px 0 0px;
	margin:0;
	background:url("/image/shop/makeshop/premium/header_roof.gif") no-repeat scroll 0 0 transparent;
}


body#premium div#header .header_title a.toBox {
background:url("/image/shop/premium/make/btn_head_make.gif") no-repeat scroll 0 0 transparent;
display:block;
width:140px;
height:21px;
position:absolute;
margin-right:9px;
right:180px;
top:11px;
}

body#premium div#header .header_title a.toPremium {
background:url("/image/shop/premium/make/btn_head_premiumshop.gif") no-repeat scroll 0 0 transparent;
display:block;
width:153px;
height:21px;
position:absolute;
right:26px;
top:11px;
}




div#header .header_title h2{
	float:left;
	width:132px;
	height:19px;
	margin:5px 0 0 7px;
}
	
div#header .header_title span{
	display:none;
}

div.header_deco{
	width:828px;
	height:21px;
	margin:0 0 14px 0;
	padding:0;
	background:transparent no-repeat url(/image/shop/makeshop/premium/head_title_deco.gif);
}

div.outline {
	border-bottom:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	width:828px;
}


/* 1column */
.one-column #contentsArea {
	float: none;
	width: 810px;
	margin:0 0 0 10px;
}

.one-column #footerArea {
	float: none;
	width: 810px;
	margin:10px 0 10px 10px;
}

