@charset "utf-8";
/* CSS Document */

/* 基本スタイル
--------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

#creditfooter {display: none;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11pt;
	padding: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}

p,li,dt,dl,dd,ul {
	margin:0;
	padding:0;
}

p {
	margin:0 0 1em;
	line-height: 18px;
}

img {
	border:0;
}

li {
	list-style-type:none;
}

.clear {
	clear:both;
}

.right {
	float: right;
	padding-right: 10px;
}

.right-img {
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

.left {
	float: left;
}

.left-img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	padding-top: 8px;
}

.red {
	color: #CC0000;
}

hr {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}

.btm10 { margin-bottom: 10px;}
.btm20 { margin-bottom: 20px;}
.btm30 { margin-bottom: 30px;}
.btm40 { margin-bottom: 40px;}
.btm50 { margin-bottom: 50px;}

.f-size20 {	font-size: 20px; font-weight: bold;}
.f-size16 {	font-size: 16px; font-weight: bold;}
.f-size14 {	font-size: 14px; font-weight: bold;}
.f-size10 {	font-size: 10px; font-weight: bold;}

.f-size12 {	font-size: 12px; }

img  {
vertical-align: top;
}

.headline {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.date {
	font-size: 10px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.date2 {
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.category {
	font-size: 16px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* 全体スタイル
--------------------------------------------------------------*/

#wrap {
	padding: 0px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
}

#contents {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* ヘッダースタイル
--------------------------------------------------------------*/

#head {
	padding: 0px;
	width: 715px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 25px;
	float: left;
}

#head h1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	letter-spacing: -0.05em;
}

/* ぱんくずスタイル
--------------------------------------------------------------*/

#topicPath {
	padding-left: 5px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -0.01em;

}

#topicPath li {
	float: left;

}

#topicPath li a {
	background-image: url(images/topicPath-icon.gif);
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;

}

/* サイドナビ
--------------------------------------------------------------*/

#side-navi {
	float: left;
	width: 250px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
}

.side-menu {
	margin-bottom: 30px;
	text-align: center;
	font-size: small;
}

.side-menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.side-menu ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.side-menu ul li a {
	color: #FFFF00;
	text-decoration: none;
}

.side-menu ul li.sub {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #FFFF00;
	text-align: center;
	line-height: 14px;
}

.side_blog {
	width: 220px;
	margin-left: 15px;
	margin-top: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sub_blog-bg.jpg);
	background-repeat: repeat-y;
}

.side_blog .area {

	height: 190px;
	padding-left: 10px;
	overflow: auto;
	margin: 0px;
	width: 205px;
}


/*.side_blog .area dl {
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	width: 190px;
	margin-right: 15px;
	margin-left: 15px;
}

.side_blog .area dt {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.side_blog .area dd {
	font-size: 12px;
}*/

.side_twitter {
	width: 220px;
	margin-left: 15px;
	margin-top: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* メインエリア
--------------------------------------------------------------*/

#main {
	padding: 0px;
	width: 735px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}

#main2 {
	padding: 0px;
	width: 710px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

#main h1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	letter-spacing: -0.05em;
}

.top_menu {
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.top_menu .left {
	width: 233px;
	float: left;
/*	background-image: url(images/top_topic-bg.jpg);
	background-repeat: repeat-y;*/
}

.top_menu .center {
	width: 233px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/top_blog-bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

.top_menu .right {
	width: 233px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/top_blog-bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

.top_menu .area {
	height: 220px;
	font-size: 12px;
	overflow: auto;   /* スクロール表示 */
	width: 204px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

.top_menu .area2 {
	height: 220px;
	font-size: 12px;
	overflow: none;   /* スクロール表示 */
	width: 204px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}

.top_menu .area2 .twtr-doc {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.top_menu .area2 .twtr-hd,
.top_menu .area2 .twtr-ft{
	display: none;
	}
	
.top_menu .area2 .twtr-tweets {

	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
}

.top_menu .area li {
	margin-bottom: 5px;
}

.top_menu .area dl {
	margin-bottom: 5px;
}

.top_menu .area dt {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.top_menu .area dd {
	font-size: 12px;
}

.middle_menu {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	overflow: auto;
}

.middle_menu .left {
	background-image: url(images/top_seminar-bg.jpg);
	background-repeat: repeat-y;
	width: 365px;
	float: left;
}

.middle_menu .left .area {
	width: 360px;
	overflow: auto;   /* スクロール表示 */
	height: 285px;
	line-height: 16px;
	font-size: 12px;
}

.middle_menu .right {
	width: 350px;
	float: left;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.middle_menu li {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

/* プロフィールエリア
--------------------------------------------------------------*/

.profile_block {
	float: left;
	width: 710px;
}

.profile_block p {
	margin-right: 30px;
	line-height: 40px;
	background-image: url(images/p-bg01.gif);
	background-repeat: repeat-y;
}

.profile_block p.none {
	margin-right: 30px;
	line-height: 40px;
	background-image: none;
}

.profile_block p.none2 {
	line-height: 18px;
	background-image: none;
	margin-right: 30px;
	margin-bottom: 30px;
}

.profile_block .left {
	float: left;
	width: 200px;
}

.profile_block .right {
	float: left;
	width: 490px;
	margin-left: 10px;
}

.profile_block dl {
	width: 680px;
}

.profile_block dt {
	width: 100px;
	float: left;
	margin-top: 10px;
	line-height: 18px;
	margin-left: 10px;
}

.profile_block dd {
	width: 560px;
	float: left;
	margin-top: 10px;
	line-height: 18px;
	margin-left: 10px;
}

.profile_block ul {
	margin-left: 10px;
	margin-right: 30px;

}

.profile_block ol {
	margin-left: 30px;
	margin-right: 30px;

}

.profile_block ol li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

ul.youtube {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

ul.youtube li {
	float: left;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.youtube_box {
	width: 220px;
	}
	
.youtube_box p.txt {
	background-image: none;
	font-size: 10px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	}

.law_list {
	}

.law_list ul {
	float: left;
	width: 300px;
	color: #C00;
	}
	
.law_list ul li {
	}


/* スタッフエリア
--------------------------------------------------------------*/

.staff_block {
	float: left;
	width: 710px;
}

.staff_block p {
	margin-right: 30px;
	line-height: 40px;
	background-image: url(images/p-bg01.gif);
	background-repeat: repeat-y;
}

.staff_block p.none {
	margin-right: 30px;
	line-height: 40px;
	background-image: none;
}

.staff_block .left {
	float: left;
	width: 200px;
}

.staff_block .right {
	float: left;
	width: 490px;
	margin-left: 10px;
}

.staff_block p.small {
	font-size: 11px;
	line-height: normal;
	background-image: none;
	width: 300px;
	color: #333333;
}


/* 受講生の声エリア
--------------------------------------------------------------*/

.voice_block {
	float: left;
	width: 710px;
}

.voice_block p {
	margin-right: 30px;
	line-height: 30px;
	background-image: url(images/p-bg02.gif);
	background-repeat: repeat-y;
}

.voice_block p.none {
	margin-right: 30px;
	line-height: 40px;
	background-image: none;
}

.voice {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/voice_icon.gif);
	background-repeat: no-repeat;
}


/* お問い合わせエリア
--------------------------------------------------------------*/

.inquiry_block {
	float: left;
	width: 710px;
}

.inquiry_block .form-box {
	width: 670px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.inquiry_block .form-box table {
	width: 670px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.inquiry_block .form-box table td {
	margin: 0px;
	padding: 10px;
}

.inquiry_block .form-box2 {
	width: 670px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.inquiry_block .form-box2 table {
	width: 670px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.inquiry_block .form-box2 table td {
	margin: 0px;
	padding: 10px;
}

.typea {
	width: 200px;
	height: 35px;
	font-size: 16px;
}

/* サイトマップエリア
--------------------------------------------------------------*/

.sitemap_block {
	float: left;
	width: 710px;
}

.sitemap_block .left {
	float: left;
	width: 340px;
}

.sitemap_block .right {
	float: left;
	width: 340px;
	padding-left: 10px;
}

.sitemap_block .right ul,
.sitemap_block .left ul {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.sitemap_block .right ul li,
.sitemap_block .left ul li {
	margin-bottom: 15px;
}

.sitemap_block h2 {
	background-image: url(images/sitemap-title.jpg);
	height: 30px;
	width: 340px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}


/* フッターエリア
--------------------------------------------------------------*/

#footer {
	width: 700px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#footer ul {
	clear: both;
	width: 700px;
	text-align: center;
}

#footer ul li {
	margin-left: 5px;
	display: inline;
}

#footer2 {
	width: 700px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#footer2 ul {
	clear: both;
	width: 700px;
	text-align: center;
}

#footer2 ul li {
	margin-left: 5px;
	display: inline;
}


/* バナーエリア
--------------------------------------------------------------*/

.banner-area {
	width: 220px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.banner-area ul {
	}
	
.banner-area ul li{
	margin-bottom: 10px;
	}

.seminar_news {
	width: 735px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

