/********************************************
   HTML ELEMENTS
iro0080c1
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }


body {
	margin: 0;
	padding: 0;
	color: #444444;
	text-align: center;
	background-color: #EBEBEB;
	font-size: 83%;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
}

/* links */
a {
	color: #444444;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #d50021;
	background-color: inherit;
}
h1 {
	color: #666666;
	font-size: 1em;
} 

h2 {
	font-size: 1em;
	text-transform:uppercase;
}
h3 {
	font-size: 1em;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
ul span, ol span {
	color: #444444;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	color: #E3202A;
	font: bold 1.2em/1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #E3202A;
}

/* form elements */
form {
	margin:10px;
	padding: 0;
}
label {
	display:block;
}
input {
	padding: 2px;
	border:1px solid #999999;
	font: normal 1em;
	color:#444;
}
textarea {
	padding:2px;
	font: normal 1em;
	border:1px solid #999999;
	display:block;
	color:#444;
	height: 150px;
	width: 300px;
}
input.button {
	margin: 0;
	font: bold 1em;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #5C5C5C;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #d50021; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}


/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	margin:0;
	padding: 0;
	list-style:none;
	bottom: 0px;
	right: 0px;
	position: absolute;
	font-size: 13px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header  li a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header  li a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}

/* header */
#header {
	position: relative;
	height: 80px;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#header img {
	margin-top: 10px;
	margin-left: 10px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}
#header .hed-left {
	float: left;
	width: 70%;
	font-size: 0.9em;
}
#header .hed-right {
	text-align: right;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	background-image: url(page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
}


#appeal_image {
	margin: 0px;
	height: 228px;
	width: 800px;
	background-image: url(hedbg03.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-position: right top;
}
#appeal_image h1 {
	margin: 0px;
	color: #E3202A;
	padding-left: 15px;
}
#appeal_image p {
	width: 500px;
}
#appeal_image strong {
	color: #444;
}
#sub_header {
	margin: 0px;
	height: 80px;
	width: 800px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 20px;
	text-align: right;
	background-image: url(subbg.jpg);
	background-position: left;
}
#sub_header h1 {
	font-size: 1.3em;
	margin: 0px;
	color: #E3202A;
}
#sub_header p {
	margin: 0px;
}
#sub_header a {
	font-weight: bold;
	background-color: #F2F2F2;
}
#sub_header02 {
	margin: 0px;
	height: 80px;
	width: 800px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-right: 20px;
	text-align: right;
	background-image: url(subbg02.jpg);
	background-position: left;
}
#sub_header02 h1 {
	font-size: 1.3em;
	margin: 0px;
	color: #E3202A;
}
#sub_header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	padding: 0;
	display: inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}


#sidebar ul.sidemenu li {
	margin-bottom:3px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #d50021;
	border-left:4px solid #d50021;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main h1 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E3202A;
	padding-left: 5px;
}
#main h2 {
	margin-left: 25px;
	color: #000000;
	margin-top: 20px;
}
#main h3 {
	margin-left: 25px;
	color: #666666;
}
#main li {
	margin-left: 20px;
	margin-right: 15px;
}
#main p {
	margin-left: 25px;
}
#main a {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
#main img {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .consultant img {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





/* Footer */
#footer {
	clear: both;
	color: #FFF;
	background: #444;
	border-top: 3px solid #555;
	margin: 0;
	padding: 0;
	height: 55px;
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 70%;
	font-size: 0.9em;
}

#footer .footer-right{
	float: right;
	width: 30%;
	font-size: 0.8em;
}



ul.liststyle  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
}
ul.liststyle li     {
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }


/* additional classes */
.clear { clear: both; }
.red {
	color: #CC0000;
}
.gray  {
	background-color: #F2F2F2;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.info {
	background-color: #F2F2F2;
	margin-left: 30px;
	width: 550px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.notice {
	background-color: #F2F2F2;
	margin-left: 15px;
	margin-top: 15px;
	padding: 5px;
}
.no-margin {
	margin: 0px;
	padding: 0px;
}


#main .info img {
	margin: 0px;
}


table.seminar {
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 20px;
}
table.seminar td {
	background-color: #FFFFFF;
	padding: 3px;
	vertical-align: top;
}
table.seminar em {
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
}

table.schedule {
	border-collapse: collapse;
	margin-left: 25px;
}


table.schedule td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	line-height: 1.3em;
	vertical-align: top;
}
table.schedule th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
}

table.tuition {
	border-collapse: collapse;
	margin-left: 25px;
}

table.tuition td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	line-height: 1.3em;
	vertical-align: top;
	text-align: center;
}


table.tuition th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
}
table.tuition caption {
	text-align: right;
	caption-side: bottom;
}

table.homepage {
	margin-left: 25px;
	margin-bottom: 10px;
}

table.homepage td {
	background-color: #FFFFFF;
	padding: 3px;
	line-height: 1.3em;
	vertical-align: top;
}
table.homepage th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
}
table.business {
	border-collapse: collapse;
	margin-left: 25px;
}
table.business td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	line-height: 1.3em;
	vertical-align: top;
}
table.business th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
	padding: 3px;
}
table.business ul   {
	margin: 0px;
	list-style-type: square;
}
table.results {
	border-collapse: collapse;
	margin-left: 25px;
}

table.results td {
	background-color: #F2F2F2;
	padding: 5px;
	vertical-align: middle;
	border: 3px solid #FFFFFF;
}
table.profile {
	margin-left: 25px;
}
table.profile th {
	color: #000000;
	background-color: #F2F2F2;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.profile td {
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}
table.consultant {
	border-collapse: collapse;
	margin-left: 25px;
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: -0.5pt;
}
table.consultant td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	vertical-align: top;
}
table.consultant th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
	padding: 3px;
}
table.seminar_form {
	border-collapse: collapse;
	margin-left: 25px;
}
table.seminar_form td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	vertical-align: middle;
	line-height: 1.2em;
}
table.seminar_form th {
	color: #000000;
	background-color: #F2F2F2;
	text-align: left;
	border: 1px solid #999999;
	font-weight: normal;
	padding: 3px;
	line-height: 1.2em;
}
#sidebar .notice ul {
	margin-left: 20px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#main label em {
	font-size: 80%;
	font-style: normal;
}
table.schedule  ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;
}
table.schedule ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

table.small {
	border-collapse: collapse;
	margin-left: 25px;
}


table.small td {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	line-height: 1.3em;
	vertical-align: top;
	font-size: 0.8em;
}
table.small th {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 0.8em;
}
#main .business ul {
	list-style-type: disc;
}
table.menu {
	margin-left: 25px;
}
table.menu th {
	color: #666666;
	background-color: #F2F2F2;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
table.menu td {
	background-color: #FFFFFF;
	padding: 0px;
	vertical-align: top;
}
