@charset "UTF-8";
/*
Theme Name: Madam Ho
Theme URI: http://www.madamho.com
Description: Madam Hoテーマ
Version: 1.0
Author: Madam Ho
Author URI: http://www.madamho.com/

*/

/* Common */
/* ====================================================================== */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background: top url(images/bg.jpg) repeat-x;
}

#layout {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
/* ====================================================================== */

#header {
	position: relative;
	height: 261px;
	margin: 0 0 20px 0;
	background: left url(images/madamho01.jpg) no-repeat;
}

#header h1 {
	margin: 0 0 0 10px;
	width: 220px;
	height: 90px;
	text-indent: -3000px;
	background: left url(images/logo.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 90px;
	background: left url(images/logo.jpg) no-repeat;
}

#header p {
	position: absolute;
	top: 100px;
	left: 375px;
	width: 575px;
	height: 161px;
	text-indent: -3000px;
	background: left url(images/madamho02.jpg) no-repeat;
}

#header ul {
	position: absolute;
	top: 15px;
	left: 565px;
	font-size: 90%;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 10px 0 0;
}

#header li a {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}

#search_block {
	position: absolute;
	top: 45px;
	left: 680px;
}

#search_block input[type="text"] {
	width: 170px;
	margin: 0 10px 0 0;
}

/* Menu */
/* ====================================================================== */

#menu {
	display: inline;
	float: left;
	width: 195px;
	margin: 0 25px 0 0;
}

#menu h3 {
	width: 195px;
	height: 30px;
	text-indent: -3000px;
	background: left url(images/menu_head.gif) no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li a {
	display: block;
	padding: 7px 0 7px 30px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	background: bottom url(images/menu_bg.gif) no-repeat;
}

#menu li a:hover {
	background: bottom url(images/menu_bg_h.gif) no-repeat;
}

/* main */
/* ====================================================================== */

#main {
	display: inline;
	float: left;
	width: 470px;
	padding: 0 15px 0 0;
	line-height: 1.6;
}

#main h2 {
	padding: 10px 0 5px 0;
}

#main h2 a {
	color: #16A3C6;
	text-decoration: none;
}

#main h2 a:hover {
	text-decoration: underline;
}

.content {
	padding: 15px 5px 35px 5px;
}


#main textarea {
	width: 420px;
}

/* books */
/* ====================================================================== */

#book {
	display: inline;
	float: left;
	width: 245px;
}

#book h3 {
	height: 30px;
	text-indent: -3000px;
	background: url(images/books_head.gif) no-repeat;
}

.book_block {
	width: 245px;
	margin: 0 0 10px 0;
	background: bottom url(images/dot.gif) no-repeat;
}

.book_block td {
	vertical-align: top;
	padding: 3px;
}

.book_block h4 {
	font-size: 12px;
	margin: 0;
}

.book_link {
	clear: both;
	margin: 10px 0 0 0;
	width: 70px;
	height: 21px;
	text-indent: -3000px;
	background: bottom url(images/book_link.gif) no-repeat;
}

.book_link a {
	display: block;
	width: 70px;
	height: 21px;
	background: bottom url(images/book_link.gif) no-repeat;
}

#apply_block {
	margin: 10px 0 0 0;
	padding: 10px 8px;
	background: #f1fbff;
	text-align: center;
}

#text_apply {
	margin: 0 0 10px 0;
	height: 25px;
	text-indent: -3000px;
	background: url(images/text_apply.gif) no-repeat;
}

#text_apply_btn {
	margin: 10px auto;
	width: 125px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/text_apply_btn.gif) no-repeat;
}

#text_apply_btn a {
	display: block;
	width: 125px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/text_apply_btn.gif) no-repeat;
}

#seminar_apply {
	margin: 10px 0 10px 50px;
	height: 25px;
	text-indent: -3000px;
	background: url(images/seminar_apply.gif) no-repeat;
}

#dvd_apply_btn {
	margin: 10px auto;
	width: 155px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/dvd_apply_btn.gif) no-repeat;
}

#dvd_apply_btn a {
	display: block;
	width: 155px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/dvd_apply_btn.gif) no-repeat;
}

#cd_apply_btn {
	margin: 10px auto;
	width: 155px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/cd_apply_btn.gif) no-repeat;
}

#cd_apply_btn a {
	display: block;
	width: 155px;
	height: 30px;
	text-indent: -3000px;
	background: url(images/cd_apply_btn.gif) no-repeat;
}

.content p {
	padding: 10px 0;
}

/* Footer */
/* ====================================================================== */

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 80%;
}