@charset "UTF-8";

@import url("default.css");
@import url("main.css");


body {
	margin: 0;
	background: #FFF url("/psl/common/img/reference/base_bg.gif") repeat-y;
}

/* ----------------------------------------------------- */
/* header */
/* ----------------------------------------------------- */
#header {
	width: 660px;
	height:75px;
/*	padding: 0 10px;*/
	background: url("/psl/common/img/reference/header_bg.jpg") no-repeat 0 0;
}
#header a {
	text-decoration: none;
}
#header a img {
	border: none;
}
/* サイトタイトルロゴ  */
#header #logo_amwaylive {
	padding-left: 25px;
}


/* ----------------------------------------------------- */
/* container, main */
/* ----------------------------------------------------- */
#container {
	width: 660px;
}

#main {
	padding: 20px 30px 40px 10px;
}

#main h1, #main h2 {
	width: 100%;
}

.section-body {
	margin-bottom: 40px;
}

/* タイトル{H1} */
#main h1 {
	height: auto;
	position: static;
	margin-bottom: 5px;
}
#main h1 em {
	position: static;
}

/* 大見出し */
#main h2 {
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* タイトル{H2} */
#main h2.subtitle {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.0;
}

/* ----------------------------------------------------- */
/* footer  */
/* ----------------------------------------------------- */
#footer {
	clear: none;
	width: auto;
	padding-left: 10px;
	padding-bottom: 20px;
}

/* コピーライト  */
#footer #module_copyright {
	width: 305px;
	height: 45px;
	text-indent: -9999px;
	background: url("/psl/common/img/popup/copyright.gif") no-repeat 10px top;
}
 