@import "thickbox.css";

* {
	font-family: メイリオ, meiryo, Tahoma, Verdana, sans-serif;
	}
body {
	color: #000;
	background: url(../img/bg_body.gif);
	font-size: 101%;
	text-align: center; 
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,address {
	margin: 0px;
	padding: 0px;
	}
a {
	color: #036;
	text-decoration: underline;
	}
a:hover {
	color: #B60200;
	text-decoration: none;
	}

img {
	border: 0px;
	}
em {
	font-weight: bold;
	font-style: normal;
	}
.clr {
	font-size: 1px;
	clear: both;
	}
.alw {
	padding: 2px 0px 2px 20px;
	background: url(../img/ico_allow_blue.gif) no-repeat left center;
	}
.alw:hover {
	background: url(../img/ico_allow_red.gif) no-repeat left center;
	}



/** 包括 ============================= **/
#bg {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: center;
	background: #fff;
	}

#contain {
	width: 910px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
	}


/** ヘッダ ============================= **/
#head {
	width: 910px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	}

	#head h1 {
		clear: both;
		padding: 0px 0px 0px 0px;
		font-size: 85%;
		}

		#head h1 a {
			float: left;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			width: 310px;
			height: 50px;
			background: url(../img/logo.gif) no-repeat;
			}
#head h2 {
	font-size: 85%;
	line-height: 160%;
	font-weight: normal;
	clear: both;
}



	/*** メニュー ***/
	#google_search_form {
		float: right;
		background: url(../img/bg_slash_gray.gif);
		padding: 3px 0px 5px 0px;
		}

		#google_search_form #sbi {
			vertical-align: middle;
			margin: 0px 0px 0px 10px;
			width: 160px;
			font-size: 13px;
			}
		#google_search_form #sbb {
			vertical-align: middle;
			cursor: pointer;
			margin: 0px 10px 0px 5px;
			padding: 0px 10px;
			border: 0px;
			color: #fff;
			background: url(../img/bg_button_brown.gif) no-repeat left center;
			font-size: 13px;
			font-weight: bold;
			}

			#google_search_form #sbb:hover {
				background: url(../img/bg_button_brown.gif) no-repeat right center;
				color: #fff;
				}


	.main_menu {
		clear: both;
		width: 910px;
		text-align: left;
		margin: 0px auto;
		padding: 10px 0px 0px 0px;
		}

		.main_menu ul {
			list-style: none;
			}

			.main_menu ul li {
				font-size: 80%;
				display: inline;
				}

				.main_menu ul li a {
					color: #fff;
					text-align: center;
					text-decoration: none;
					display: block;
					float: left;
					width: 130px;
					padding: 10px 0px;
					background: url(../img/bg_menu.gif) no-repeat right top;
					border-bottom: 3px solid #efefe7;
					}

					.main_menu ul li a:hover {
						color: #ccc;
						background: url(../img/bg_menu.gif) no-repeat right bottom;
						border-bottom: 3px solid #B60200;
						}
					.main_menu ul li.current a {
						background: url(../img/bg_menu.gif) no-repeat right bottom;
						border-bottom: 3px solid #c60;
						}


/** パンくずナビ ============================= **/
.pannavi {
	clear: both;
	font-size: 80%;
	padding: 10px 0px;
	margin: 0px 0px 10px 0px;
	}

	.pannavi strong {
		color: #c60;
		}
	.pannavi span {
		font-size: 10px;
		margin: 0px 5px;
		}

/** メイン ============================= **/
#main {
	clear: both;
	float: left;
	text-align: left;
	padding: 0px 0px 20px 0px;
	}

	.single {
		width: 100%;
		}
	.double {
		width: 650px;
		}

	#main h1 {
		font-size: 90%;
		line-height: 120%;
		margin: 0px 0px 20px 0px;}

	.seminar {
		padding: 0px 0px 0px 70px;
		background: url(../img/seminar.gif) no-repeat center left;}
	.topics {
		padding: 0px 0px 0px 70px;
		background: url(../img/topics.gif) no-repeat center left;}
	.event {
		padding: 0px 0px 0px 70px;
		background: url(../img/event.gif) no-repeat center left;}
	.info {
		padding: 0px 0px 0px 70px;
		background: url(../img/info.gif) no-repeat center left;}

	#main h2 {
		font-size: 85%;
		line-height: 180%;
		margin: 0px 0px 0px 0px;}
	#main h3 {
		font-size: 85%;
		line-height: 180%;
		margin: 5px 0px 10px 0px;
		padding: 5px 0px;
		text-indent: 5px;
		width: 100%;
		background: url(../img/bg_slash_gray.gif);
		border: 1px solid #ccc;}
	#main h4 {
		font-size: 80%;
		line-height: 180%;
		font-weight: bold;
		padding: 0px 0px 5px 0px;
		margin: 10px 0px 5px 0px;
		border-bottom: 1px dotted #ccc;}
	#main h5 {
		font-size: 75%;
		text-align: center;
		font-weight: normal;
		padding: 5px;
		margin: 0px 10px 10px 10px;
		background: #f8f8f8;}
	#main p {
		font-size: 80%;
		line-height: 180%;
		margin: 0px 0px 1.5em 0px;}

		#main p em {
			font-style: normal;
			color: #00A0E9;}
	#main dl {}
		#main dt {
			font-size: 80%;
			line-height: 180%;
			margin: 0px;}
		
			#main dd {
				font-size: 80%;
				line-height: 180%;
				margin: 0px 0px 1.5em 1em;}

		#main ul li {
			font-size: 80%;
			line-height: 180%;
			}
		#main ol li {
			font-size: 80%;
			line-height: 180%;
			}

	/** テーブルレイアウト **/
	.tbl1{
		width: 100%;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		margin: 0px 0px 15px 0px;
		}

		.tbl1 th {
			font-size: 80%;
			line-height: 180%;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
			background: url(../img/bg_slash_blue.gif);}
			th.th100 {
				width: 100px;}
			th.th150 {
				width: 150px;}
			th.th200 {
				width: 200px;}
		.tbl1 td {
			font-size: 80%;
			line-height: 180%;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;}


	#main blockquote {
		font-size: 80%;
		line-height: 180%;
		margin: 0px 0px 2em 0px;
		padding: 10px;
		background: url(../img/bg_slash_gray.gif);
		}

	/** 画像配置 **/
	#main .mt-image-center {
			float: right;
			margin: 0px auto 10px;
			padding: 2px;
			border: 1px solid #999;
			}
	#main .mt-image-right {
			float: right;
			margin: 0px 0px 10px 10px;
			padding: 2px;
			border: 1px solid #999;
			}
	#main .mt-image-left {
			float: left;
			margin: 0px 10px 0px 10px;
			padding: 2px;
			border: 1px solid #999;
			}
		#main .rightb {
			float: right;
			margin: 0px 0px 10px 10px;
			padding: 2px;
			border: 1px solid #999;
			}
		#main .right {
			float: right;
			margin: 0px 0px 10px 10px;
			padding: 2px;
			}
		#main .leftb {
			float: left;
			margin: 0px 10px 10px 0px;
			padding: 2px;
			border: 1px solid #999;
			background: #fff;
			}
		#main .left {
			float: left;
			margin: 0px 10px 10px 0px;
			padding: 3px;
			}
		#main .post {
			color: #666;
			list-style: none;
			text-align: right;
			margin: 0px 0px 2em 0px;
			padding: 5px 0px 0px 0px;
			border-top: 1px dotted #ccc;}

			#main .post li {
				display: inline;
				font-size: 80%;
				margin: 0px 5px 0px 0px;}
	/** ウェブページ一覧 **/
		.archive_list {
			list-style: none;
			}

			.archive_list li {
				clear: both;
				font-size: 80%;
				line-height: 180%;
				margin: 0px;
				border-top: 1px dotted #ddd;
				list-style-type: none;
				}

				.archive_list li a {
					text-decoration: none;
					display: block;
					padding: 10px 0px 10px 5px;
					}

					.archive_list li a:hover {
						background: url(../img/bg_slash_blue.gif);
						}


	/** お問い合わせ **/
	.inquire {
		width: 100%;
		margin: 10px 0px;
		border: 1px #ccc solid; 
		border-collapse: collapse; 
		}
		.inquire th {
			font-size: 80%;
			font-weight: normal;
			width: 180px;
			border: 1px #ccc solid;
			text-align: right;
			background: url(../img/bg_slash_blue.gif);
			}
		.inquire td {
			font-size: 80%;
			border: 1px #ccc solid;
			}
		.bt{
			margin: 10px 0px 0px 0px;
			text-align: center;
			}
		.inquire span {
			color: #FF0000;
			}

	/** お知らせ一覧 **/
	#main .archive {
		list-style: none;
		margin: 10px 0px;}

		#main .archive li {
			font-size: 80%;
			line-height: 160%;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 5px 0px;
			border-bottom: 1px dotted #ccc;}


	/** アクセス **/
	#map {
		width: 100%;
		height: 400px;
		}


	/** お知らせ ============================= **/
	#news {
		}

		#news h2 {
			font-size: 100%;
			line-height: 200%;
			margin: 0px 0px 2em 0px;
			width: 100%;
			padding: 5px 0px;
			text-indent: 10px;
			background: url(../img/bg_slash_gray.gif);
			}
	/*** TRACKBACK ***/
	#trackback {
		margin: 10px 0px 2em 0px;}


	/*** COMMENT ***/
	#comments {
		margin: 10px 0px 2em 0px;}

		.comment-form {
				width: 100%;}

				.comment-form th {
					font-size: 80%;
					font-weight: normal;}
				.comment-form td {
					font-size: 80%;}
				.textbox {
					width: 350px;}
				.textarea {
					width: 500px;
					height: 10em;
					overflow: auto;}
				.comment-form .center {
					text-align: center;}


/** サブ ============================= **/
#sub {
	float: right;
	width: 240px;
	padding: 10px 0px 0px 0px;
	}
	#sub h2 {
		font-size: 85%;
		line-height: 180%;
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
		text-indent: 5px;
		width: 100%;
		background: url(../img/bg_slash_gray.gif);
		border: 1px solid #ddd;}

	#sub ul {
		list-style: none;
		padding: 0px;
		margin: 0px 0px 15px 0px;
		}
			#sub ul li {
				clear: both;
				font-size: 80%;
				line-height: 180%;
				margin: 0px;
				border-bottom: 1px dotted #ddd;
				}

				#sub ul li a {
					text-decoration: none;
					display: block;
					padding: 10px 0px 10px 5px;
					}
				#sub ul li a:hover {
					background: url(../img/bg_slash_gray.gif);
					}

	/** SUB ＞お問い合わせ ============================= **/
		#bt_inquie a {
			display: block;
			width: 300px;
			height: 80px;
			text-indent: -9999px;
			margin: 0px 10px 10px 0px;
			background: url(../img/bt_inquie.gif) no-repeat top;
			}
		#bt_mag a {
			display: block;
			width: 300px;
			height: 80px;
			text-indent: -9999px;
			margin: 0px 10px 10px 0px;
			background: url(../img/bt_mag.gif) no-repeat top;
			}
	/** SUB ＞プロフィール ============================= **/
		#sub.profile {
			display: block;
			width: 290px;
			float: left;
			}

			#sub .profile h4 {
				font-size: 85%;
				margin: 0px 10px 0px 0px;
				}
			#sub .profile p {
				font-size: 70%;
				margin: 0px 10px 0px 0px;
				}

				#sub .profile a img {
					float: left;
					padding: 2px;
					border: 1px solid #999;
					vertical-align: bottom;
					margin: 0px 5px 10px 0px;
					}

					#sub .profile a:hover img {
						border: 1px solid #f09;
						}

/** TOP ＞メインイメージ ============================= **/
#top_img {
	clear: both;
	display: block;
	position: relative;
	width: 920px;
	text-align: left;
	padding: 10px 0px 20px 0px;
	}

	#top_img img {
		vertical-align: bottom;
		margin: 0px auto;
		}
	#top_img p {
		font-size: 80%;
		line-height: 180%;
		display: block;
		position: absolute;
		z-index: 100;
		top: 300px;
		padding: 5px 0px;
		left: 10px;
		}

		#top_img p span {
			padding: 0px 5px;
			background: #000;
			}

		#top_img p a {
			color: #fff;
			text-decoration: none;
			padding: 2px 0px 2px 20px;
			background: url(../img/ico_allow_blue.gif) no-repeat left center;
			}

			#top_img p a:hover {
				background: url(../img/ico_allow_redif) no-repeat left center;
				}

/** TOP ＞メイン ============================= **/
#top_main {
	float: left;
	text-align: left;
	width: 580px;
	}
	#top_news .archive {
		list-style: none;
		margin: 10px 0px;}

		#top_news .archive li {
			font-size: 80%;
			line-height: 160%;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 5px 0px;
			border-bottom: 1px dotted #ccc;}


	/** TOP ＞お知らせ一覧 ============================= **/
	#top_news {
		}

		#top_news h2 {
			text-indent: -9999px;
			display: block;
			width: 100%;
			height: 60px;
			background: url(../img/text_news_index.gif) no-repeat left;
			margin: 0px 0px 15px 0px;
			}


			#top_news p {
				font-size: 80%;
				line-height: 180%;
				margin: 0px 0px 1em 0px;
				}



	/** TOP ＞コーチング入門 ============================= **/
	#top_coach {
		clear: both;
		}

		#top_coach h2 {
			text-indent: -9999px;
			display: block;
			width: 100%;
			height: 60px;
			background: url(../img/text_top_coach.gif) no-repeat left;
			margin: 0px 0px 15px 0px;
			}
		#top_coach p {
			clear: both;
			font-size: 80%;
			line-height: 180%;
			margin: 0px 0px 1em 0px;
			}

		#top_coach ul {
			list-style: none;
			}

			#top_coach ul li {
				clear: both;
				font-size: 80%;
				line-height: 180%;
				margin: 0px;
				border-top: 1px dotted #ddd;
				}

				#top_coach ul li a {
					text-decoration: none;
					display: block;
					padding: 10px 0px 10px 5px;
					}

					#top_coach ul li a:hover {
						background: url(../img/bg_slash_blue.gif);
						}


/** TOP ＞サブ ============================= **/
#top_sub {
	float: right;
	width: 300px;
	}
	#top_sub h2 {
			font-size: 85%;
			line-height: 180%;
			margin: 0px 0px 10px 0px;
			padding: 5px 0px;
			text-indent: 5px;
			width: 100%;
			background: url(../img/bg_slash_gray.gif);
			border: 1px solid #ddd;}
	/** TOP ＞まぐまぐ ============================= **/
	#magmag {
		margin: 0px 0px 10px 0px;
		padding: 5px 0px 5px 5px;
		width: 100%;
		background: #f1f1f1;
		}
		#magmag h3 {
			font-size: 70%;
			}
		#magmag p {
			font-size: 70%;
			}
		.magmail {
			width: 280px;
			}
	/** TOP ＞プロフィール ============================= **/

		#top_sub.profile {
			display: block;
			float: left;
			}

			#top_sub .profile h4 {
				font-size: 85%;
				margin: 0px 10px 0px 0px;
				}
			#top_sub .profile p {
				font-size: 70%;
				margin: 0px 10px 0px 0px;
				}

				#top_sub .profile a img {
					float: left;
					padding: 2px;
					border: 1px solid #999;
					vertical-align: bottom;
					margin: 0px 10px 10px 0px;
					}

					#top_sub .profile a:hover img {
						border: 1px solid #B60200;
						}

	/** ページTOPへ ============================= **/
	#page {
		text-align: right;
	}
		#page p {
			font-size: 80%;
			line-height: 180%;
			}
		.page_top {
			padding: 2px 20px 2px 0px;
			background: url(../img/ico_allow_up_blue.gif) no-repeat right center;}
		.page_top:hover {
			background: url(../img/ico_allow_up_red.gif) no-repeat right center;}

/** フッタ ============================= **/
#foot {
	clear: both;
	width: 910px;
	text-align: left;
	margin: 20px auto 0px auto;
	padding: 15px 0px 10px 0px;
	background: url(../img/bg_slash_gray.gif);
	}

#foot ul {
	list-style-type: none;
}
#foot ul li {
	display: inline;
	font-size: 80%;
	line-height: 180%;
	margin: 0px 0px 0px 15px;
}


	#foot address {
		font-size: 80%;
		line-height: 160%;
		font-style: normal;
		margin: 0px 20px;
		}
