@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #e5f3fe;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	text-align:left;
}
p, pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover, a:active, 		/* for IE (Keyboard) */ a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #015ab4;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#MENU {
	width: 760px;
	height: 30px;
}
.menu {
	float: left;
	margin: 0;
}
/* メニューのマウスオーバー設定 */
#WRAP #MENU li {
	margin: 0px;
	padding: 0px;
	float:left;
}
#WRAP #MENU #menu_home a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 119px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_home a:hover {
	background-position: 0px -30px;
}
#WRAP #MENU #menu_home span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 119px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_support a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -119px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_support a:hover {
	background-position: -119px -30px;
}
#WRAP #MENU #menu_support span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -119px -60px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_strategist a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -247px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_strategist a:hover {
	background-position: -247px -30px;
}
#WRAP #MENU #menu_strategist span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -247px -60px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_repercussions a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -375px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_repercussions a:hover {
	background-position: -375px -30px;
}
#WRAP #MENU #menu_repercussions span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -375px -60px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_achievements a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -503px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_achievements a:hover {
	background-position: -503px -30px;
}
#WRAP #MENU #menu_achievements span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -503px -60px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_price a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -631px 0px;
	text-indent: -9999px;
}
#WRAP #MENU #menu_price a:hover {
	background-position: -631px -30px;
}
#WRAP #MENU #menu_price span {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 128px;
	overflow: hidden;
	background-image: url(../img-layout/menu_sprite.png);
	background-repeat: no-repeat;
	background-position: -631px -60px;
	text-indent: -9999px;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
	overflow: hidden;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #E8E8E8;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #015ab4;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
#CONTENTS table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#CONTENTS tr, #CONTENTS th, #CONTENTS td {
	padding: 8px;
}
#CONTENTS th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
#CONTENTS td {
	color:  #333333;
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
	text-align:center;
}
#SIDE h2 {
	font-size:12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	background-color: #015ab4;
	margin: 0;
	padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 3px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
	display: block;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover, .cat01 li a:active, 		/* for IE (Keyboard) */ .cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #ecf3ff;
	margin: 0;
	background-position: 4px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #015ab4;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: none;
}
#FOOTER a:hover, #FOOTER a:active, 		/* for IE (Keyboard) */ #FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #015ab4;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
	margin: 0px;
	padding: 0px;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
/* ソース内スタイル */
.style1 {
	font-size: 24px;
	color: #FF0000;
}
.style3 {
	font-size: 14px
}
.style4 {
	color: #FF0000
}
.style3_large {
	text-align:center;
	font-size: 18px;
}
.style4_large {
	color: #FF0000;
	text-align:center;
	font-size: 36px;
}
.style5 {
	font-size: 18px
}
.style7 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.style8 {
	font-size: 14px
}
.style10 {
	color: #0000FF
}
.style11 {
	font-size: 36px;
}
.style13 {
	font-size: 18px;
	font-weight: bold;
}
.style16 {
	color: #330099;
	font-weight: bold;
}
/* ソース内スタイル */

/* --------- 追加スタイル --------- */
/* 本文の行の高さ設定 */
.MAIN_DOCUMENT {
	line-height: 4em;
}
/* 行の高さをクリアする */
.LINEHEIGHT_1em_1 {
	line-height: 1em;
	display: block;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
}
.LINEHEIGHT_1em_2 {
	line-height: 1em;
	display: block;
	padding: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
.SAMPLE_QUESTION_EXPLANATION {
	line-height: 3em;
	padding: 5px;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3em;
	margin-left: 5px;
}
#WRAP #MAIN #MAIN-PAD #CONTENTS div .SAMPLE_QUESTION_EXPLANATION dd {
	margin: 0px;
	padding: 0px;
}
/* 行の高さをクリアする */
.ul_LINEHEIGHT_1em {
	line-height: 1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#SHOW_OFF {
	text-align: center;
}
#WRAP #MAIN #MAIN-PAD #CONTENTS div .SAMPLE_QUESTION_EXPLANATION dd ul li dl {
	margin: 0px;
	padding: 0px;
}
#F-MENU_SUB {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
.LINE_HEIGHT_2em {
	line-height: 2em;
}
#WRAP #MAIN #MAIN-PAD #SIDE div p {
	margin-left: 0px;
	padding-left: 0px;
}
#WRAP #MAIN #MAIN-PAD #CONTENTS ol {
	padding-left: 70px;
}
#WRAP #MAIN #MAIN-PAD #CONTENTS ol li {
	list-style-type: decimal;
	font-size: 2em;
	font-weight: bold;
}
#WRAP #MAIN #MAIN-PAD #SIDE p {
	margin-left: 0px;
	padding-left: 0px;
}
.para_center {
	text-align:center;
}
/* 会社概要設定 開始 */
#WRAP #MAIN #MAIN-PAD #CONTENTS .center.mt20 table tr td .style3 {
	display: block;
	padding-bottom: 15px;
}
/* 会社概要設定 終了 */


/* 実績設定 開始 */

#WRAP #MAIN #MAIN-PAD #CONTENTS table {
	text-align: center;
}
.achievements_image {
	text-align:center;
}
/* 実績設定 終了 */

/* セミナー情報設定 開始 */

.seminer_contents {
	color: #0000FF;
	font-weight: bold;
	font-size: 18px;
}
.bottom_padding {
	padding-bottom:40px;
}
/* セミナー情報設定 終了 */

/* サポート内容設定 開始 */
.support_contents {
	text-align:center;
}