/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #ffffff;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
color: #000;
font-size: 14px;
line-height: 18px;
}

/* layout */

#wrapper {
background: #FFF;
margin: 0 auto;
padding-bottom: 5px;
}

header {
width: 1000px;
margin: 0 auto;
position: relative;
height: 140px;
}

nav {
width: 1000px;
height: 55px;
margin: 0 auto;
clear: both;
}

#index_image {
width: 1000px;
height: 430px;
margin: 0 auto;
overflow: hidden;
}

#program_list {
width: 1000px;
height: 88px;
margin: 0 auto;
margin-top: 20px;
overflow: hidden;
}

#program_list li {
width: 135px;
height: 88px;
margin-right:8px;
float: left;
list-style: none;
}

#program_list li.last {
margin-right:0;
}

#main {
width: 1000px;
margin: 0 auto;
padding-top: 20px;
overflow: hidden;
clear: both;
}

#content_index,
#content {
float: left;
width: 740px;
}

#sidebar,
#sidebar_index {
float: right;
width: 240px;
margin-left: 20px;
}

#sidebar_index p {
width: 240px;
height: 90px;
margin-bottom: 10px;
}

#sidebar_index p a {
width: 240px;
height: 90px;
display: block;
}

footer {
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

h3 {
border-bottom: 2px dotted #cbcbcb;
color: #ff8a00;
}

a:link, a:visited {
	color:#222222;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

a span {
display: none;
}

p {
margin-bottom: 18px;
}

img {
border: none;
}

/* nav */

nav .menu {
width: 1000px;
height: 50px;
}

nav .menu ul {
width: 1000px;
height: 50px;
margin: 0;
list-style: none;
line-height: normal;
}

nav .menu li {
meagin:0;
padding:0;
display: block;
float: left;
}

/** HEADER */

header h1 a {
width: 350px;
height: 81px;
position: absolute;
top: 45px;
left: 0;
}

header h1 a:hover {
text-decoration: underline;
}

header p.topDescription {
position: absolute;
top: 15px;
left: 0;
margin: 0;
padding: 0;
}

header ul.submenu {
width: 610px;
position: absolute;
top: 15px;
right: 0;
}

header ul.submenu li {
font-size:12px;
display: block;
float: right;
list-style:none;
}

header ul.submenu li a {
display: block;
cursor: pointer;
margin-left:10px;
}

header ul.submenu li.freedial {
font-size:24px;
font-weight: bold;
display: block;
margin-left: 120px;
padding-left: 75px;
float: right;
list-style:none;
background:url("../images/icon_freedial.gif") no-repeat 0 0;
}

header ul.submenu li.freedial span {
font-size:11px;
font-weight: normal;
display: block;
}

header ul.submenu li.contact {
clear:both;
}

/** ARTICLES **/

#content p, ul, ol, dl, hr {
margin-bottom: 24px;
line-height:1.8em;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

footer h3 {
color: #5F822F;
font-size: 18px;
}

footer ul {
list-style: inside url("../images/arrow.gif");
}

#footer-area {
font-size: 90%;
width: 1000px;
margin: 0 auto;
padding: 18px 0 0 0;
overflow: hidden;
background-color: #ff9900;
border-radius: 6px; /* CSS3草案 */
-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
-moz-border-radius: 6px; /* Firefox用 */
}

footer aside h4 {
font-size: 14px;
line-height: 1.5em;
margin: 0 0 3px 0;
}

footer a:link, footer a:visited {
}

footer a:hover {
text-decoration: underline;
}

#footer-outer-block {
position: relative;
}

.footer-segment {
margin-left: 15px;
position: relative;
}

#copyright {
	text-align: right;
	width: 500px;
	height: 20px;
	margin: 0;
	position: absolute;
	top: 60px;
	right: 15px;
}

/* index */


#whatsNew{
	width: 240px;
	height: auto;
	margin-bottom:15px;
	background-color: #FFF;
	float:left;
	display:block;
}

#whatsNew h2{
	margin:0;
	padding:0;
}

#whatsNew ul{
	width: 230px;
	height: auto;
	margin: 0;
	padding: 0 0 0 8px;
	overflow: auto;
	border-bottom: 2px solid #ffcc7f;
}

#whatsNew li{
	line-height: 1.5em;
	width: 225px;
	margin-bottom: 0.7em;
	list-style: none;
}

#whatsNew li span{
	color: #666666;
	font-size: 12px;
}

#whatsNew li a{
	color: #333333;
	background: url("../images/arrow_news.gif") no-repeat right 2px;
	padding-right: 18px;
}

#whatsNew li strong{
	color: #ff8a00;
	background: url("../images/treeWhatsNew.gif") no-repeat 0 0;
	padding: 2px 0 0 18px;
}

#whatsNew li strong a{
	color: #ff8a00;
}

.index_concept {
	width:740px;
	clear:both;
	overflow:hidden;
}
.index_concept p {
	line-height: 1.8em;
	padding-left: 0.5em;
}

.index_service {
	width: 250px;
	float: left;
}

.index_network {
	width: 455px;
	margin-left: 35px;
	float: left;
}

/* content */

nav#breadcrumb {
	height:25px;
	padding: 15px 0 0 0;
	display:block;
}

nav#breadcrumb ul {
	list-style:none;
}
nav#breadcrumb ul > li {
	font-size:12px;
	background-image:url("../images/arrow_list.gif");
	background-position:1px 6px;
	background-repeat:no-repeat;
	padding-left:18px;
	float:left
}
nav#breadcrumb ul > li.home {
	background-image:url("../images/icon_home.gif");
	background-position:0 5px;
}

#content h1 {
font-size:21px;
background-image:url("../images/bg_h1.gif");
background-position:0 0;
background-repeat:no-repeat;
width:665px;
height:50px;
padding:10px 0 0 75px;
display:block;
}

#content h1.logo {
background-image:url("../images/bg_h1_logo.gif");
padding-left:110px;
}

#content h1.pg {
background-image:url("../images/bg_h1_pg.gif");
height:70px;
padding:20px 0 0 80px;
}

#content h1 span {
font-size:16px;
padding-left:1em;
}

#content h2 {
font-size:18px;
background:url("../images/bg_h2.gif") no-repeat 0 0;
width:695px;
padding:2px 0 15px 45px;
display:block;
clear:both;
}

#content h2.green {
background:url("../images/bg_h2_green.gif") no-repeat 0 0;
}
#content h2.blue {
background:url("../images/bg_h2_blue.gif") no-repeat 0 0;
}

#content p {
line-height:1.8em;
padding-left:5px;
}

#content p.comment {
font-size:12px;
text-indent:-1em;
margin-left:2em;
}

article ul {
padding-left:30px;
}

article ol {
list-style:decimal;
padding-left:30px;
}
article ol li {
padding: 0.5em 0;
border-bottom:1px dotted #999;
position:relative;
}

dl {
line-height:1.8em;
padding:0 0.5em;
}
dt {
font-weight:bold;
}
dd {
margin-bottom:1em;
}

.newsbox dt {
	width: 10em;
	padding: 13px 10px 18px 10px;
	background:url("../images/arrow_news.gif") no-repeat right 16px;
	clear: both;
	float: left;
}
.newsbox dd {
	line-height: 1.6em;
	padding: 13px 0 18px 12em;
	border-bottom: 1px dotted #cccccc;
}

table.contents {
	margin-bottom:20px;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
}
table.contents th,
table.contents td {
	padding:1em;
	border-bottom: 1px solid #CCC;
	vertical-align:top;
}
table.contents th {
	color:#FFF;
    background: #ff9900;
}
table.contents th.school {
	color:#333;
	background-color: #FFCC99;
	text-align:left;
	width:250px;
}
table.pg th {
    background: #ff5b83;
}
table.pg th.school {
	background-color: #ffeaef;
}

#content p.pagetop {
font-size:12px;
margin:1em 0;
padding:0;
float:right;
display:block;
clear:both;
}
#content .pagetop a {
height:20px;
padding:0 0 0 15px;
background:url("../images/arrow_top.gif") no-repeat 0 3px;
display:block;
cursor:pointer;
}

ul.vertical {
	padding:0 0 10px 10px;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ul.vertical li {
	line-height:1.8em;
	margin-right:20px;
	padding-left:18px;
	background:url("../images/arrow_right.gif") no-repeat 0 5px;
}

ul.horizontal {
	padding:10px 5px;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ul.horizontal li {
	line-height:1.8em;
	margin-right:20px;
	padding-left:16px;
	float:left;
	display:block;
	background:url("../images/arrow_right.gif") no-repeat 0 5px;
}

ol.number {
	padding:0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ol.number li {
	line-height:1.8em;
	margin-right:5px;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
ol.number li.number01 {
	background-image: url("../images/list_number01.gif");
}
ol.number li.number02 {
	background-image: url("../images/list_number02.gif");
}
ol.number li.number03 {
	background-image: url("../images/list_number03.gif");
}
ol.number li.number04 {
	background-image: url("../images/list_number04.gif");
}
ol.number li.number05 {
	background-image: url("../images/list_number05.gif");
}

strong.catch {
	color: #ff8a00;
	font-size:1.2em;
}

/* sideber */
#sidebar {
	width:220px;
	margin-bottom:12px;
	padding:9px;
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#sidebar h1 {
	color: #ff8a00;
	font-weight:bold;
	font-size:18px;
	padding: 10px 0;
}
#sidebar ul {
	width:220px;
	list-style:none;
	border-top:1px dotted #999;
	margin-bottom:0;
}
#sidebar ul li {
	border-bottom:1px dotted #999;
}
#sidebar ul li a {
	widht:190px;
	padding:15px;
	background-color:#f7f7f7;
	display:block;
}
#sidebar ul li a.active,
#sidebar ul li a:hover {
	background-color:#ffdcb2;
	display:block;
	text-decoration:none;
}
#sidebar ul li a.fl {
	padding-left:30px;
	background-image: url("../images/sidebar_fl.png");
	background-repeat:no-repeat;
	background-position: 8px 10px;
}
#sidebar ul li a.pg {
	padding-left:30px;
	background-image: url("../images/sidebar_pg.png");
	background-repeat:no-repeat;
	background-position: 8px 12px;
}
#sidebar ul li ul {
	width:220px;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#sidebar ul li ul li {
	font-size: 0.9em;
	border-bottom:none;
}
#sidebar ul li ul li a {
	widht:190px;
	padding:7px 0 7px 45px;
	background-image:url("../images/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:25px 15px;
	display:block;
}
/* ============================= form ============================= */

form table {
	vertical-align: top;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	margin: 20px 0;
}
form th,
form td {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	border: 1px #CCCCCC solid;
	padding: 10px;
}
form th {
	white-space: nowrap;
	background-color: #ffddab;
}
form tr.hasErrors th,
form tr.hasErrors td {
	background-color: #FEEAEA;
}
form tr.form_button td {
	background-color: #5bb40d;
}
div.formErrors ul {
	margin-top: 12px;
}

div.formErrors ul li {
	color: red;
}


/* ============================= contact form ============================= */
form.contactForm input[type="text"] {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
}
form.contactForm select {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:1px;
	border:1px solid #CCC;
}
form.contactForm textarea {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	height:160px;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
	overflow:auto;
}
form.contactForm .bg {
	background:#fff;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}
form.contactForm table {
	width:100%;
}
form.contactForm table th {
	white-space: normal;
	width: 28%;
}
form.contactForm table td select.chosen {
	width: 80%;
}
form.contactForm table td label.required {
	background: transparent;
	padding: 0;
	display: inline;
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], button[type=reset] {
	padding: 5px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
 	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
 	-moz-box-shadow: 1px 1px 2px #E7E7E7;
 	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	border:1px solid #999;
	cursor:pointer;
  color: #696969;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, button[type=reset]:hover {
	padding: 5px;
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
	border:1px solid #999;
  color: #696969;
}

/* お問合せフォーム
---------------------------------------------------- */
fieldset {
  margin: 10px 0;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: dotted none none none;
}
legend {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0 0 0 -10px;
	padding: 5px;
}
.label {
  clear: left;
  display: block;
  padding-top: 0.7em;
  float: left;
  width: 120px;
  height: 25px;
  line-height: 1em;
}
.control {
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 1em;
}
input, select, textarea {
  vertical-align: middle;
  color: #696969;
}
input:focus {
	background-color: #e7e7e0;
}
textarea:focus {
	background-color: #e7e7e0;
}
p.thankyou {
	font-weight: bold;
	text-align: center;
	padding: 150px 0;
	width: 700px;
}
.errmsg {
  color: red;
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 1em;
}
.errmsg_global {
  background-color: red;
  color: white;
}
p.submit {
	text-align: center;
}
p.submit input{
	text-align: center;
}

fieldset th{
	width: 20%;
}



div.curriculum{
	width: 740px;
}

div.curriculum div{
	margin-bottom: 20px;
	padding: 20px 10px 5px 10px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

div.curriculum div h3,
div.curriculum div li{
	color: #ffffff;
}

div.curriculum div ul{
	margin-left: 18px;
	list-style: disc;
}

a.hp{
	background:url("../images/icon_hp.gif") no-repeat right 0;
	padding-right:20px;
}
a.hp_white{
	color:#FFF;
	background:url("../images/icon_hp_white.gif") no-repeat right 0;
	padding-right:20px;
}

.pg a.hp{
	background-image:url("../images/icon_hp_pg.gif");
}