@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #66CC99;
	text-decoration: none;
}
.rollover {
	filter:alpha(opacity=100);
}

/* トップページ/大きな画像
---------------------------------------------------- */
#cover {
	font-size: 1px;
	color: #FFFFFF;
	background-image: url(../images/top_image_new.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 780px;
	margin: 10px 0;
	padding: 2px;
}

/* トップページ/What's New
---------------------------------------------------- */
#whatsnew {
	position: absolute;
	left: 615px;
	top: 120px;
	height: 130px;
	width: 155px;
}
#whatsnew p {
	color: #666666;
	font-size: 11px;
	border-top: solid 1px #72D6A2;
	margin-top: 2px;
	padding-top: 2px;
	line-height: 1.3em;
}

/* トップページ/メイン・コンテンツ
---------------------------------------------------- */
#content_left {
	float: left;
	width: 530px;
}
#content_left h3 {
	font-size: 1px;
	text-align: right;
}
#content_right {
	float: right;
	width: 240px;
	margin-left: 10px;
}
#feature {
	padding-left: 5px;
	border-left: 5px solid #00A651;
}
#feature h2 {
	color: #FFFFFF;
	font-size: 1px;
	width: 408px;
	height: 20px;
	margin-bottom: 5px;
	padding: 0;
	background-image: url(../images/h2_top_feature.gif);
	background-repeat: no-repeat;
}
#feature dl {
	margin: 0;
	padding: 5px;
	width: 510px;
	font-size: 12px;
	line-height: 1.5em;
}
#feature dt {
	color: #00A651;
	font-weight: bold;
	float: left;
	width: 7em;
}
#feature dt a {
	color: #00A651;
}
#feature dd {
	margin-left: 7em;
	margin-bottom: 0.5em;
}
#program01 a {
	color: #FFFFFF;
	font-size: 1px;
	margin-top: 5px;
	width: 530px;
	height: 35px;
	background-image: url(../images/top_program1.gif);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
}
#program02 a {
	color: #FFFFFF;
	font-size: 1px;
	margin-top: 5px;
	width: 530px;
	height: 35px;
	background-image: url(../images/top_program2.gif);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
}
#program03 a {
	color: #FFFFFF;
	font-size: 1px;
	margin-top: 5px;
	width: 530px;
	height: 35px;
	background-image: url(../images/top_program3.gif);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
}
#program04 a {
	color: #FFFFFF;
	font-size: 1px;
	margin-top: 5px;
	width: 530px;
	height: 35px;
	background-image: url(../images/top_program4.gif);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
}
#program05 a {
	color: #FFFFFF;
	font-size: 1px;
	margin-top: 5px;
	width: 530px;
	height: 35px;
	background-image: url(../images/top_program5.gif);
	background-repeat: no-repeat;
	text-align: right;
	display: block;
}

/* アメリカのネットワーク
---------------------------------------------------- */
#america {
	font-size: 12px;
	margin: 10px 0 10px 15px;
	padding: 0;
	width: 550px;
}
#america div.top {
	width: 550px;
	height: 10px;
	margin-bottom: -3px;
	background-image: url(../images/top_america_top.gif);
	background-repeat: no-repeat;
}
#america div.middle {
	background-image: url(../images/top_america_middle.gif);
	background-repeat: repeat-y;
	width: 530px;
	margin-bottom: -5px;
	padding: 0 10px;
}
#america div.middle h5 {
	margin: 0;
	padding: 5px 0;
}
#america div.bottom {
	width: 550px;
	height: 10px;
	background-image: url(../images/top_america_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content_right p {
	margin: 0 0 8px 0;
	padding: 0;
}
.campaign01 {
	width: 240px;
	height: 70px;
}
.campaign02 {
	width: 240px;
	height: 70px;
}
.contact {
	font-size: 12px;
	line-height: 150%;
	color: #555555;
	padding: 5px;
	border: 1px solid #FF6600;
}
.contact img {
	padding: 0;
	margin: 0;
}
.top_telephone {
	color: #FF6600;
	margin: 0 0 5px 0;
}
#content_right .contact p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

/* 見出し
---------------------------------------------------- */
h2 {
	margin: 0 0 7px 0;
	padding: 0;
}
h3 {
	margin: 10px 0 5px 3px;
}
h4 {
	font-size: 13px;
	color: #666666;
	background-image: url(../images/h4_sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 15px;
}

/* サイド・ナビゲーション
---------------------------------------------------- */
#side {
	position: absolute;
	top: 76px;
	left: 13px;
	width: 180px;
}
#side ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #999999;
}
#side ul li {
	padding: 8px 0 8px 5px;
	width: 180px;
	border-top: 1px dotted #999999;
	font-size: 13px;
	font-weight: bold;
}
#side li span, #side li a {
	display: block;
	line-height: 1;
	padding: 0 0 0 8px;
	border-left: 7px solid;
	color: #999999;
	text-decoration: none;
}
#side span.green {
	border-left-color: #00A651;
	color: #555555;
}
#side a.green {
	border-left-color: #00A651;
}
#side span.blue {
	border-left-color: #0397ED;
	color: #555555;
}
#side a.blue {
	border-left-color: #0397ED;
}
#side span.red {
	border-left-color: #F52980;
	color: #555555;
}
#side a.red {
	border-left-color: #F52980;
}
#side span.orange {
	border-left-color: #FF8D26;
	color: #555555;
}
#side a.orange {
	border-left-color: #FF8D26;
}
#side span.yellow {
	border-left-color: #FFCC33;
	color: #555555;
}
#side a.yellow {
	border-left-color: #FFCC33;
}
#side span.lightgreen {
	border-left-color: #33CC00;
	color: #555555;
}
#side a.lightgreen {
	border-left-color: #33CC00;
}
#side span.bluegreen {
	border-left-color: #009999;
	color: #555555;
}
#side a.bluegreen {
	border-left-color: #009999;
}
#side span.deepblue {
	border-left-color: #4378B6;
	color: #555555;
}
#side a.deepblue {
	border-left-color: #4378B6;
}
#side a:hover {
	color: #555555;
}
#side .nolink {
	border-left-color: #999999;
	text-decoration: none;
	color: #888888;
}
#side .course {
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
}

/* コンテンツ
---------------------------------------------------- */
#maincontent {
	margin-left: 180px;
	padding-left: 29px;
	width: 570px;
	font-size: 13px;
	line-height: 1.5em;
	color: #555555;
}
#maincontent p {
	margin: 0 0 5px 15px;
}
#maincontent p.h3_sub {
	font-size: 14px;
	margin: 0 0 5px 3px;
}
#maincontent ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
#maincontent li {
	margin-bottom: 5px;
}
#maincontent li ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
}
#maincontent li ul li ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}
#maincontent ol {
	margin: 5px 0 5px 35px;
	padding: 0;
	list-style-position: outside;
}
#maincontent table {
	border-top: 1px dotted #999999;
	margin: 0 5px 5px;
}
#maincontent table th {
	background-color: #B0E2C8;
	vertical-align: top;
	padding: 0 5px;
	border-bottom: 1px dotted #999999;
}
#maincontent table th.allow {
	background-color: #FFFFFF;
	background-image: url(../faq/images/flow_allow.gif);
	background-repeat: no-repeat;
	height: 44px;
	background-position: center;
}
#maincontent table td {
	padding: 0 5px;
	border-bottom: 1px dotted #999999;
}
#maincontent table.course {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 5px 5px;
}
#maincontent table.course th {
	background-color: #B0E2C8;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#maincontent table.course td {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#maincontent table.photo {
	margin: 0;
	padding: 0;
	border: none;
}
#maincontent table.photo td {
	margin: 0;
	padding: 0;
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #00A651;
}
em a:link, em a:visited {
	color: #00A651;
}
.telephone {
	color: #00A651;
	margin: 0 0 5px 0;
}
td ul {
	margin: 0;
	padding: 0;
}

/* downloadリスト mailリスト
---------------------------------------------------- */
#maincontent ul.paper, #maincontent ul.mail {
	list-style: none;
	margin: 0 0 10px 3px;
}
.paper li {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	background-image: url(../images/li_paper.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 5px;
	padding-left: 16px;
}
.paper li a:link, .paper li a:visited {
	color: #00A651;
}
.mail li {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	background-image: url(../images/li_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 5px;
	padding-left: 18px;
}
.mail li a:link, .mail li a:visited {
	color: #00A651;
}
li.pdf {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	background-image: url(../images/li_paper.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 5px;
	padding-left: 16px;
}
.pdf a:link, a:visited {
	color: #00A651;
}

/* コース説明 */
dl.course {
	margin-left: 15px;
}
dl.course dt {
	color: #00A651;
	font-weight: bold;
	float: left;
	width: 9em;
	padding: 0.5em 0;
}
dl.course dd {
	margin-bottom: 1px;
	margin-left: 9em;
	padding: 0.5em;
	border-bottom: 1px dotted #CCC;
	zoom: 1;
}
dl.course dd dt {
	color: #666666;
	font-weight: normal;
	float: left;
	width: 4em;
}
dl.course dd dd {
	margin-bottom: 0.5em;
	margin-left: 4.5em;
	border-left: none;
	border-bottom: none;
}

/* FAQ */
ul.faq a:link, ol.faq a:link {
	color: #555555;
}
ul.faq a:visited, ol.faq a:visited {
	color: #555555;
}
ul.faq a:hover, ol.faq a:hover {
	color: #66CC99;
}
dl.faq {
	margin-top: 10px;
	padding: 5px;
}
.faq dt {
	color: #00A651;
	font-weight: bold;
	border-top: dotted 1px #00A651;
	margin-top: 10px;
	padding-top: 10px;
}
.faq dt.noline {
	color: #00A651;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.faq dd {
	margin: 3px 0 7px 20px;
}

/* 注意書き */
p.notice {
	font-size: 0.9em;
	text-indent: -1em;
	margin: 0.5em 0 0 1em;
}

/* 画像
---------------------------------------------------- */
.map {
	margin: 10px 10px 10px 20px;
}
li img {
	margin: 5px 0;
}
.photo_left {
	margin: 5px 10px 0 0;
	float: left;
}
.photo_right {
	margin: 5px 0 5px 10px;
	float: right;
}
.right {
	text-align: right;
	margin: 0;
	padding: 0;
}
.right img {
	padding: 0;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

/* お問合せフォーム
---------------------------------------------------- */
form {
  margin: 0 0 15px 0;
}
fieldset {
  margin: 5px 0 0 0;
  padding: 5px;
  border-width: 1px;
  border-color: #666666;
  border-style: dotted none none none;
}
legend {
	color: #666666;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0 0 0 -15px;
	padding: 5px;
}
.label {
  clear: left;
  display: block;
  padding-top: 0.5em;
  float: left;
  width: 120px;
  line-height: 2em;
}
.control {
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 2em;
}
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;
	margin-top: 100px;
	margin-bottom: 120px;
	padding: 100px 0;
	width: 540px;
}
.errmsg {
  color: red;
}
.errmsg_global {
  background-color: red;
  color: white;
}

/* 入力部品の幅設定
---------------------------------------------------- */
#addr, #addr2, #mail {
  width: 290px;
}
#year, #month, #day {
  width: 60px;
}
#childname, #childkana, #name, #kana, #tel {
  width: 120px;
}
#zip {
  width: 100px;
}
#comment {
  width: 400px;
}

/* 送信ボタン
---------------------------------------------------- */
#submit input {
  margin-left: 0.5em;
  border-width: 2px;
  border-color: #7CCEA4 #006666 #006666 #7CCEA4;
  vertical-align: middle;
  color: #ffffff;
  background: #009966;
}
#submit {
  border-bottom: 1px dotted #666666;
  margin-top: 5px;
  padding-bottom: 15px;
}

/* voice用リスト
---------------------------------------------------- */
ul.voice {
	list-style-position: outside;
	list-style-type: none;
}
ul.voice li {
	background-image: url(../faq/images/voice_li.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
}

/* mailリンク
---------------------------------------------------- */
a.mail {
	background-image: url(../images/li_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-left: 18px;
}