@charset "utf-8";
/* CSS Document */

/*============================ 目次 ==============================
				共通項目の基本設定
				1.枠組み
				2.各セレクタ
================================================================*/

/* 1.枠組み
===================================================*/
body {
	background-color:#F3F3F3;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	margin:0 auto;
	text-align:justify;
}
div#container {
	background-color:#FFFFFF;
	width:950px;
	margin:0px auto;
}
div#header {
	width:950px;
	margin-bottom:10px;
}
div#contents {
	width:950px;
	margin-bottom:20px;
}
div#footer {
	color:#FFF;
	background-color:#333333;
	width: 940px;
	padding:5px;
	overflow:hidden;
}
/* 3.各セレクタ設定
===================================================*/

/*  見出し
---------------------------------------------------*/
h2 {
	margin: 0 0 30px 0;
}
h3 {
	margin: 0 0 20px 0;
}
h4 {
	margin: 0 0 10px 0;
}
/*  テキストコンテンツ
---------------------------------------------------*/
.red {
	color:#F00;
}
/*  通常コンテンツ
---------------------------------------------------*/
div.section {
	margin: 0 0 30px 0;
	padding: 0 40px;
	overflow: hidden;
}
div.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
div.section p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}
div.section ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}
div.section ul li {
	background: url(../images/a_icon_01.gif) no-repeat left;
	margin: 0 0 8px 0;
	padding-left: 2em;
}
div.img {
	margin: 0 0 30px 0;
}
/*  中央寄せコンテンツ
---------------------------------------------------*/
div.c_section {
	margin: 0 auto 30px;
	text-align: center;
	padding: 0 40px;
	overflow: hidden;
}
div.c_section p {
	margin: 0 0 1em 0;
	line-height: 1.6;
}
.center {
	margin: 0 auto;
	text-align: center;
}
/*  申込フォーム
---------------------------------------------------*/
div#form {
	background:url(../images/a_img_13.jpg) repeat-y;
	width:686px;
	margin-left:134px;
	overflow:hidden;
}
div#form table {
	margin: 20px auto;
	width: 460px;
}
div#form table th {
	padding: 5px;
	width: 160px;
	vertical-align: top;
}
div#form table td {
	padding: 5px;
}
div#form table td span {
	font-size: 12px;
}
div#form p {
	font-size: 14px;
	color: #F00;
	padding: 0 0 20px 0;
	text-align:center;
}
div#attention {
	background-color:#FFC;
	font-size:13px;
	width:660px;
	padding:10px;
	margin:10px auto 30px;
	line-height: 1.3;
}
div#attention p {
	text-indent:-1em;
	padding-left:1em;
}
/*  本書の内容　目次
---------------------------------------------------*/
div.index01 {
	background: url(../images/a_img_06.jpg) no-repeat right;
	font-size: 13px;
}
div.index01 ul li {
	background: none;
	padding: 0 0 0 1em;
}
div.index02 {
	background: url(../images/a_img_07.jpg) no-repeat right;
	font-size: 13px;
}
div.index02 ul li {
	background: none;
	padding: 0 0 0 1em;
}
div.index03 {
	background: url(../images/a_img_08.jpg) no-repeat right;
	font-size: 13px;
}
div.index03 ul li {
	background: none;
	padding: 0 0 0 1em;
}
div.index04 {
	background: url(../images/a_img_09.jpg) no-repeat right;
	font-size: 13px;
}
div.index04 ul li {
	background: none;
	padding: 0 0 0 1em;
}
/*  ページ下部の購入ボタン
---------------------------------------------------*/
div.leftBox {
	float: left;
	width: 300px;
	text-align: center;
}
/*  プロフィール
---------------------------------------------------*/
div#profile {
	clear: both;
	width:770px;
	margin:0 auto 20px;
}
div#profileInner {
	overflow:hidden;
	width:748px;
	border:1px solid #9BDF00;
	padding:10px;
}
div#profileInner p {
	font-size: 13px;
	margin: 0 0 1em 0;
	line-height: 1.4;
}
div#profileInner img {
	width:167px;
	float:right;
	margin-left:10px;
}
div#profileInner ul {
	clear: both;
	font-size: 13px;
	line-height: 1.4;
}
div#profileInner ul li {
	float: left;
	width: 280px;
}
div#profileInner ul li.last {
	float: left;
	width: 180px;
}
/*  共有スペース
---------------------------------------------------*/
div#share {
	clear:both;
	background-color:#DDD;
	border:1px solid #666;
	width:420px;
	padding:10px;
	margin:0 auto;
	overflow:hidden;
}
div#share div {
	font-size:16px;
	float:left;
	width:200px;
	line-height:2;
	text-align:center;
}
/*  フッター
---------------------------------------------------*/
div#footer {
	font-size: 11px;
}
div#footer ul {
	float:left;
	width:450px;
}
div#footer li {
	display:inline;
	padding:0 1em;
}
div#footer li.end {
	border-left:1px solid #FFF;
	padding:0 0 0 1em;
}
div#footer a {
	color:#FFF;
	text-decoration:underline;
}
div#footer p.right {
	float:right;
	width:470px;
	text-align:right;
}
/*  画像ロールオーバー透過設定
---------------------------------------------------*/
a:hover img {
	zoom:1;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
