/*

Theme Name: 新beauty-guide
Theme URI: http://jp.cssez.com/demo.php?d=1ef08e3e78e1bedb2e6519a31e052e24
Description: 新レイアウト
Version: 1.0
Author URI: http://jp.cssez.com/

 新bg
	This theme was designed and built by obtom_1981 and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

@import url("css/header.css");
@import url("css/navigation.css");
@import url("css/contents.css");
@import url("css/category.css");
@import url("css/sideber.css");
@import url("css/footer.css");
@import url("css/contactform.css");
@import url("css/couponlist.css");
@import url("css/joblist.css");
@import url("css/job.css");

/* Cross-browser settings */
* {
	margin: 0;
	padding: 0;	
}

/* general styles */
body {
	height: 100%;
	font-size: 12px;
	line-height:1.5em;
	font-family: "メイリオ", Meiryo, "Verdana", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", sans-serif;
	background-image: url(images/top/head_bg.gif);
	background-repeat: repeat-x;
}

img {
	border:0;
}

a {
	color: #0000c0;
	text-decoration:none;
}

a:visited {
 color: #0000c0;
}

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

#wrapper {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
}

.clear {
	clear:both;
}

@media print {

body {
 background:none;
}

.sidebar {
	width: 220px;
	margin:10px 0;
	padding: 0;
	text-align: left;
	color:#000000;
	background:url(images/top/left_bg.gif) repeat ;
}

#shopconteiner #couponbody {
page-break-after: always;	
}

#shopconteiner #shopdata {
page-break-after: always;	
}
}

#ninja {
	width:10px;
	text-indent: -500px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#fake {display:block; overflow:hidden; clear:both; height:2px; text-indent:-5555px; width:440px;}