@charset "UTF-8";
/* formatting style
---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	　　color: #333300;
	background-color: #ccffcc;
	font-size: 85%;
	line-height: 1.7;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333333;
}
hr {
	display: none;
}
/* link style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #339933;
	text-decoration: underline;
}
a:visited {
	color: #339933;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	top: 1px;
	left: 1px;
	position: relative;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border-right: 1px solid #666633;
	border-bottom: 1px dotted #666633;
	border-left: 1px solid #666633;
	margin: 0px auto;
}
#main {
	padding: 0px 10px 20px 0px;
	float: right;
	width: 590px;
}
#main .pankuzu {
	padding-top: 0px;
}
#sidebar {
	padding: 0px 0px 20px;
	float: left;
	width: 190px;
	margin: 0px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #666666;
	border-top: 1px dotted #B5CECE;
	height: 60px;
	border-bottom: 5px solid #666633;
}
/* header style
---------------------------------*/
#header {
	background-image: url(images/header_page.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 160px;
	padding-bottom: 0px;
	clear: both;
	float: none;
}
#header #logo {
	position: absolute;
	top: 55px;
	left: 650px;
}
#lead {
	top: 105px;
	position: absolute;
	color: #807654;
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
/* menu botton style
---------------------------------*/
#header ul {
	width: 800px;
	top: 125px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	background-color: #FFFFFF;
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header ul li a {
	line-height: 2.5em;
	color: #455B2D;
	text-decoration: none;
	background-color: #ADE270;
	height: 2.5em;
	width: 198px;
	text-align: center;
	display: block;
	border-bottom: 3px double #FFFFFF;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #FFFFFF;
}

/* main style 共通
---------------------------------*/
#pankuzu {
	padding: 0px;
	margin: 0px;
}
#main h1 {
	color: #FF3333;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
#main h2 {
	color: #55639F;
	background-color: #F4F3FF;
	border-left: 25px solid #A6BAFF;
	padding: 5px 0px 5px 10px;
	font-size: 110%;
	margin: 0px 0px 10px;
}
#main h3 {
	color: #336699;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid;
	font-size: 115%;
	margin: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
}
#main h4 {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	border-bottom: none;
	color: #FF6633;
	font-size: 95%;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
}
#main h6 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
	padding: 0px;
}
#main  p  {
	padding: 10px;
	margin: 0px;
}
#main ul {
	padding-bottom: 20px;
	list-style: none;
	padding-left: 10px;
}
/* main style このページのトップへ
---------------------------------*/
#pagetop {
	text-align: right;
	font-size: 80%;
	padding-top: 20px;
}
/* sidebar style 
---------------------------------*/
#sidebar .menu {
	background-color: #ECFFDA;
	padding: 10px 0px 5px;
}
#sidebar .menu ul {
	list-style: none;
	width: 170px;
	position: relative;
	padding: 0px 0px 0px 10px;
}
#sidebar .menu ul li a {
	line-height: 2.5em;
	color: #35480D;
	text-decoration: none;
	background-color: #E6F5C1;
	height: 2.5em;
	width: 163px;
	border: 1px solid #9BCC25;
	text-align: left;
	text-indent: 15px;
	display: block;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-bottom: 5px;
	background-attachment: fixed;
}
#sidebar .menu2 {
	background-color: #ECFFDA;
	padding: 0px 0px 10px;
}
 /* sidebar style 2
---------------------------------*/
#sidebar .menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#sidebar  .menu2  ul  li a {
	color: #666666;
	width: 165px;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 15px;
	line-height: 2.5em;
	background-image: url(images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 5px;
}
/* sidebar style バナー部分
---------------------------------*/
#sidebar .banner {
	padding: 10px;
	margin: 0px;
}
#sidebar .banner img {
	margin: 0px 0px 10px;
	padding: 0px;
}
/* sidebar style 協賛会員
---------------------------------*/
#sidebar .kyousan {
	margin: 0px;
	padding: 5px 0px;
	height: auto;
}
#sidebar .kyousan  h3 {
	color: #336633;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: left;
	border-top: 1px dotted #336633;
	border-right: 1px none #336633;
	border-bottom: 1px none #336633;
	border-left: 1px none #336633;
}
#sidebar .kyousan ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#sidebar .kyousan p {
	font-size: 80%;
	color: #669999;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px dotted #336633;
}
/* footer style
---------------------------------*/
#footer p {
	margin: 0px;
	float: right;
	font-size: 12px;
	line-height: 14px;
}
#footer ul li {
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #336633;
	margin: 0px;
	padding-right: 10px;
	font-size: 75%;
}
#footer ul li a:hover {
	color: #7E9965;
}
#footer address {
	font-size: 10px;
}

/* 講座スケジュール　リスト
---------------------------------*/
#kouza table {
	width: 570px;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
}
#kouza table th {
	color: #FF8423;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#kouza #main td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#kouza #main ul {
	list-style: none;
	padding: 10px 10px 30px;
}
#kouza #main li {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#media table td {
	padding-top: 20px;
}
#media div.list  {
	padding-left: 0px;
	padding-bottom: 20px;
}
#media div.list p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 0px;
}
#media .list h3 {
	padding-top: 10px;
}
/* ストーリー　style
---------------------------------*/
#story #main table  {
	border-width: 1px;
	border-collapse:collapse;
	width: 580px;
	border-bottom-style: dotted;
}
#story #main td {
	padding: 5px;
}
#story #main  .story ul {
	list-style: none;
}
/* 定例講演会アンケート文
---------------------------------*/
#kouenkai #main .ank {
	padding-right: 20px;
	padding-bottom: 30px;
}
#kouenkai #main .ank li  {
	padding-bottom: 7px;
	border-bottom: 1px dotted #999999;
	padding-top: 10px;
}
/* faq
---------------------------------*/

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px 20px 10px 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 0px 0px 10px 25px;
	margin-right: 10px;
	margin-left: 10px;
}
#faq #main #qList {
	line-height: 2em;
}
/* メルマガ
---------------------------------*/
#mag #main .mag {
	padding-left: 30px;
}
#mag #main h4 {
}
#mag #main ul {
	padding-top: 20px;
}
#mag #main ul li {
	line-height: 2;
}
/* イベントセミナー
---------------------------------*/
#event  #main  th  {
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
	font-weight: normal;
	padding: 10px 0px 5px;
}
#event #main td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	font-style: normal;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}
#event #main td#date {
	text-align: left;
	padding-left: 5px;
}

/* 14項目リスト
---------------------------------*/
#main .list14 {
	font-style: normal;
	line-height: 2;
	color: #000066;
	padding-right: 30px;
	padding-left: 0px;
}
/* もくじ
---------------------------------*/
#outline #main li {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
}
#outline #main #list p {
	line-height: 1.4;
}
#info #main li {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 2;
}
#medical #main li {
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 2;
}


/* ステップアップストーリー個人
---------------------------------*/
#person #main h1 {
	padding-left: 10px;
	color: #6699CC;
}
#person #main  p#furigana {
	color: #6699CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 90%;
}
#person #main ul {
	padding-left: 10px;
}
#person   #main   p#q  {
	font-weight: normal;
	color: #FF9D2C;
	border-left-width: 5px;
	border-left-style: solid;
	margin: 20px 0px 0px;
	font-size: 115%;
	padding: 0px 0px 0px 10px;
	line-height: 1.4;
}
#person #main p {
	line-height: 2;
}
/* 提供できるサービスのテーブル
---------------------------------*/
#service #main table {
	width: 100%;
	margin-bottom: 15px;
}
#service #main table td {
	vertical-align: top;
}
/* 教育
---------------------------------*/
#education #main ul {
	padding-top: 20px;
}
#education #main ul li {
	padding-bottom: 10px;
}
#education #main td   {
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

/* 医療
---------------------------------*/
#medical #main td {
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
/* 企業
---------------------------------*/
#company #main td {
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
/* 過去の新着情報ページ
---------------------------------*/
#oldnew #main h3 {
	color: #598FF0;
}
#oldnew #main #new dt {
	width: 5em;
	clear: left;
	float: left;
	padding-left: 15px;
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: bold;
	padding-bottom: 5px;
}
#oldnew #main #new dd {
	padding-bottom: 10px;
	padding-right: 15px;
}
/* 問い合せフォーム
---------------------------------*/
#contact td {
	padding: 10px;
}
/* 活動メンバー
---------------------------------*/
#menber #main td {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0px;
}
#menber #main h4 {
	border-left-width: 8px;
	border-left-style: solid;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
}
#menber #main p {
	line-height: 0.7;
}
#menber  #main  .caption p {
	line-height: 1.5;
}
#license #main li {
	background-image: url(images/arrow03.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
}
