/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


#bodyWrap{
	margin: 0 auto;
	width: 837px;
	background: url('images/back.png') repeat-y 0 0;
	border: 2px solid #000;
	font-family: メイリオ,Meiryo,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro W3″,”ＭＳ Ｐゴシック”,sans-serif;
	line-height: 120%;
}

#contentWrap{
	text-align: center;
}

#header{
	position: relative;
}
#header p{
	position: absolute;
	bottom: 20px;
	left: 51px;
	width: 740px;
	font-size: 14px;
}

#mangaWrap{
	width: 545px;
	margin: 0 auto;
	text-align: center;
}
#mangaWrap img{
	margin: 12px 0 0px;
}

#about{
	position: relative;
	width: 603px;
	margin: 0 auto;
}
#about p{
	position: absolute;
	top: 120px;
	left: 50px;
	width: 500px;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
}

/** プロフィール **/
#profile{
	position: relative;
	width: 568px;
	margin: 0 auto;
}
#profile #girl01{
	position:absolute;
	left: 283px;
	top: 45px;
}
#profile #girl02{
	position:absolute;
	left: 36px;
	top: 438px;
}
#profile #girl03{
	position:absolute;
	left: 165px;
	top: 438px;
}
#profile #girl04{
	position:absolute;
	left: 293px;
	top: 438px;
}
#profile #girl05{
	position:absolute;
	left: 422px;
	top: 438px;
}
#profile a:hover{
	opacity: 0.8;
}

/** バナー **/
#banner{
	width: 510px;
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	line-height: 120%;
	text-align: left;
}
#banner a{
	float: left;
	margin-right: 6px;
}

/** 店舗紹介 **/
#shop{
	width: 510px;
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
}
#shop .shopBox{
	margin-bottom: 20px;
}
#shop .shopImg{
	width: 222px;
	float: left;
}
#shop .shopInfo{
	float: right;
	width: 266px;
}
#shop h2{
	color: #932242;
	font-size: 16px;
	font-weight: bold;
}
#shop p{
	margin-top: 1em;
}

/** 問い合わせ **/
#contact{
	width: 567px;
	height: 178px;
	background: url('images/contact_back.png') no-repeat 0 0;
	margin: 0 auto;
	padding: 16px 8px;
	font-size: 11px;
}
#contactBox{
	width: 300px;
	margin-top: 20px;
	margin-left: 230px;
}
#contact p{
	font-size: 16px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}
#contact .ml{
	font-size: 12px;
}
#contact a{
	padding: 4px 40px;
	background-color: #db2273;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#contact a:hover{
	background-color: #ff70af;
}

/** スタッフ紹介 **/
#staff{
	width: 473px;
	text-align: center;
	line-height: 24px;
	margin: 20px auto;
}

/** 編集後記 **/
#kouki{
	margin: 0 auto;
	width:562px;
	height:340px;
	background: url('images/kouki.png') no-repeat 0 0;
	margin-bottom: 30px;
	position: relative;
}
#kouki #koukiBox{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	width: 290px;
	position: absolute;
	left: 240px;
	top: 20px;
}
#kouki .mr{
	text-align: right;
	font-size: 16px;
}
/** 動画 **/
#roque{
	width: 562px;
	margin: 0 auto;
	padding: 16px 8px;
	font-size: 16px;
	margin-bottom: 30px;
}
#roque h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #932242;
}

/** Copyright **/
#copyright{
	text-align: center;
	color: #999;
	font-size: 12px;
}

