/* @override http://www.moto.co.jp/bd2008/css/style.css */

/* @override http://angel.moto.co.jp/bd2008/css/style.css */

/* @override http://www.wonderwall.net/MWS/bd2008/css/style.css */

/* @override http://www.wonderwall.net/MWS/bd2008/css/style.css */

/* @override http://www.wonderwall.net/MWS/birthday2008/css/style.css */

body#whatever {
	margin: 0;
	padding: 0;
	background-color: #f7f4ee;
	text-align: center;
}

/* Close */

#HowToSendClose{
	width: 860px;
	height: 110px;
	background: url(../images/howto_bg.jpg) no-repeat 0 16px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Open */

#HowToSendOpen {
	width: 860px;
	height: 620px;
	background: url(../images/howto_bg.jpg) no-repeat 0 -92px;
	display: none;
}

/* @group タイトルパート */

.title {
	display: block;
	height: 100px;
}

.icon {
	float: left;
	margin-left: 20px;
	position: relative;
}

.text {
	margin-top: 30px;
	margin-left: 0;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.leadText {
	text-indent: 0;
	text-align: left;
	display: block;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #696969;
	width: 600px;
	margin: 18px 0 0 20px;
	padding: 0;
	float: left;
}

.notice {
	text-indent: 0;
	text-align: left;
	display: block;
	border:thin dotted #990000;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #693333;
	width: 580px;
	margin: 5px 0 0;
	padding: 4px;
	float:inherit;
}

.button {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}



/* @end */

/* @group PCパート */

.pc {
	width: 380px;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: 0;
	float: left;
	margin-left: 20px;
}

li.sendFromPC {
	list-style-type: none;
	display: block;
	width: 104px;
	height: 22px;
	text-indent: -10000px;
	margin-bottom: 20px;
	background: url(../images/send_from_pc.jpg) no-repeat;
}

#framePC {
	display: block;
	width: 369px;
	height: 248px;
	background: url(../images/frame_pc.png) no-repeat 0 4px;
	margin-top: 20px;
	padding: 10px 10px 10px 31px;
	margin-right: 0;
	margin-left: -10px;
}

/* @end */

/* @group Mobileパート */

.mobile {
	width: 380px;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	margin-left: 20px;
}

li.sendFromMobile {
	list-style-type: none;
	display: block;
	width: 170px;
	height: 22px;
	text-indent: -10000px;
	margin-bottom: 20px;
	background: url(../images/send_from_mobile.jpg) no-repeat;
}

#frameMobile {
	display: block;
	width: 230px;
	height: 280px;
	background: url(../images/frame_mobile.png) no-repeat;
	padding-left: 14px;
	margin-left: 72px;
	padding-top: 6px;
	margin-top: 20px;
}

span.mailAddress {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	width: 204px;
	display: block;
	margin: 0;
	padding: 200px 0 0;
}



/* @end */

/* @group 共通パート */

ul.description {
	list-style-position: inside;
	padding: 0;
	margin: 0 0 20px;
}

li.explain {
	list-style-type: none;
	font: bold 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4c4c4c;
	margin-bottom: 10px;
}

li.item {
	list-style-type: circle;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 10px;
	list-style-image: url(../images/arrow.gif);
}



/* @end */

#contentTop{
	margin: 0 auto;
	display: block;
	width: 872px;
	height: 5px;
	padding: 0;
}

#contentBottom {
	margin: 0 auto;
	display: block;
	width: 872px;
	padding: 0;
}

#content0 {
	margin: 0 auto;
	padding: 20px;
	width: 832px;
	overflow: visible;
	display: block;
	height: auto;
	background: url(../images/items_stage.png) repeat scroll -1px;
}

.pagenation {
	margin-left: 10px;
	position: relative;
	bottom: 8px;
}

#items {
background: url(../images/items_bg.jpg) no-repeat 50% 0;display:block;text-align:center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#back {
	margin-right: -5px;
}

#fwd {
	padding: 0;
	margin: 0 0 0 5px;
}

.tbox1 {
	display: block;
	text-align: center;
}

#footer {
	text-align: center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	display: block;
	margin-top: 30px;
}

#footer .mws a {
	font-weight: bold;
	color: gray;
	display: block;
}

/* @group IE6 Hack */

* html .pc {
	margin-left: 10px;
}

* html .mobile {
	margin-right: 10px;
}

* html ul.description {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
}

* html li.item {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	padding-left: 3px;
	margin-left: 30px;
	padding-bottom: 3px;
}

* html #framePC {
	margin-top: 20px;
	padding: 5px 10px 10px 31px;
	margin-right: 0;
	margin-left: -10px;
}

* html .iFrame {
	display: block;
	z-index: 1;
	position: relative;
}

* html #content0 {
	margin: 0 auto;
	padding: 20px;
	width: 860px;
	overflow: visible;
	display: block;
	height: auto;
	background: white repeat-y -1px;
	border: 1px solid #f4bcaa;
}

* html #contentTop{
	visibility: hidden;
	display: none;
}

* html #contentBottom {
	visibility: hidden;
	display: none;
}




/* @end */

