@charset "utf-8";
/* CSS Document */

/* ページタイトル */
#PageTitleBox h2 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:700px;
	height:25px;
}

/* インフォメーションページタイトル */
#InfoTitle {
	background-image:url(../img/title_news.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* アプリケーションページタイトル */
#AppTitle {
	background-image:url(../img/title_app.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* レッスンページタイトル */
#LessonTitle {
	background-image:url(../img/title_lesson.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* ギャラリーページタイトル */
#GalleryTitle {
	background-image:url(../img/title_gallery.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* コンクールページタイトル */
#ContestTitle {
	background-image:url(../img/title_contest.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* これまでの歩みページタイトル */
#HistoryTitle {
	background-image:url(../img/title_history.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* その他のコンテンツページタイトル */
#OtherTitle {
	background-image:url(../img/title_other.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* よくある質問ページタイトル */
#QATitle {
	background-image:url(../img/title_qa.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* アクセス方法ページタイトル */
#AccessTitle {
	background-image:url(../img/title_access.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/*====================================
ページ内メニュー
====================================*/
.tabheader  {
	overflow:hidden;
	width:700px;
	height:28px;
	margin-bottom:10px;
}

.tabheader ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tabheader li {
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-indent:-9999px;
	float:left;
}

/*====================================
ページ内コンテンツ
====================================*/
#MainContBox {
	color:#666666;
	font-size:0.8em;
	clear:left;
}

#MainContBox h3 {
	font-size:0.8em;
	margin:0;
	padding:0;
	clear:both;
	font-weight:normal;
	text-align:right;
	padding-bottom:40px;
}

#MainContBox h5 {
	font-size:1em;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:10px;
}

.Border {
	background-image:url(../img/hBorder.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.Allow {
	background-image:url(../img/MainNavi_Allow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
	padding-right:10px;
}

#MainContBox dl {
	margin:0;
	padding:10px;
	padding-top:5px;
}

#MainContBox dt {
	background-image:url(../img/MainNavi_Allow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:3px;
	font-size:1.15em;
	font-weight:bold;
}

#MainContBox dd {
	margin:0;
	padding-left:10px;
}

#MainContBox dd a {
	font-size:0.85em;
	display:block;
}


#MainContBox p {
	padding-left:10px;
}

/* フロート用ボックス（左） */
#MainContBox .Left {
	float:left;
	width:350px;
}

/* フロート用ボックス（右） */
#MainContBox .Right {
	float:right;
	width:345px;
}

/* テーブル全般 */
td {
	font-size:0.95em;
	line-height:1.6em;
}

/*====================================
よくある質問
====================================*/
/* 見出し */
#accordion .accordion dt {
	cursor:pointer;
	padding:5px;
	background-color:#F7E1E1;
	border:1px solid #ECB9B9;
	background-image:url(../img/question_BG_off.gif);
	background-position:right;
	background-repeat:no-repeat;	
}

/* 見出し（オンマウス） */
#accordion .accordion dt:hover {
	background-color:#ECB9B9;
	border:1px solid #E18E8E;
	background-image:url(../img/question_BG.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#000000;
}

/* 内容 */
#accordion .accordion dd {
	overflow:hidden;
	padding:0;
}

/* 回答のボックス用 */
#accordion .accordion dd span {
	display:block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	line-height:1.7em;
	margin-bottom:10px;
	background-color:#F5F5F5;
	background-image:url(../img/answer_BG.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*====================================
アクセス方法
====================================*/
#AccessMap {
	padding-left:415px;
	padding-top:235px;
	background-image:url(../img/map.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:285px;
	padding-bottom:20px;
}

address {
	font-style:normal;
	color:#CC0000;
	font-family:verdana;
	font-weight:bold;
	padding-top:5px;
}

/*====================================
最新情報
====================================*/
/* 最新情報のタイトルボックス */
#box1 .InfoTitle {
	border-left:5px solid #CC0000;
	padding-left:7px;
	margin-bottom:10px;
	margin-top:10px;
}

/* 過去のお知らせのタイトルボックス */
#box2 .InfoTitle {
	border-left:5px solid #999999;
	padding-left:7px;
	margin-bottom:10px;
	margin-top:10px;
}

/* タイトル */
.InfoTitle h4 {
	margin:0;
	padding-bottom:3px;
	font-size:16px;
}

/* 日付 */
.InfoDate {
	font-size:12px;
}

/* 本文 */
.InfoText {
	padding-left:12px;
	font-size:1.1em;
	line-height:1.7em;
}

/* 画像 */
.InfoImage {
	padding:5px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
}
/*====================================
留学実績ページ
====================================*/
#MainContBox .LinkBox {
	padding-bottom:5px;
}

#MainContBox .LinkBox:hover {
	background-color:#F5F5F5;
	padding-bottom:5px;
}

/*====================================
リンク全般設定
====================================*/
#MainContBox a:link {
	text-decoration:underline;
	color:#0066CC;
}

#MainContBox a:visited {
	text-decoration:underline;
	color:#0066CC;
}

#MainContBox a:hover {
	text-decoration:none;
	color:#CC0000;
}

#MainContBox a:active {
	text-decoration:underline;
	color:#0066CC;
}

.Box700 {
	width:700px;
	overflow:hidden;
}



/*20110317 入力者：平*/
table{
	margin-bottom:10px;
	margin-left:20px;
	margin-right:0;
	margin-top:0;
	padding:0;
	font-style:normal;
}

.t1{
	font-weight:bold;
	font-size:1.1em;
	color:#0066FF;
	font-style:normal;
}

.t1 span{
	color:#CC0000;
	
}

.t2{
	margin:0;
	padding-left:10px;
	font-size:1.1em;
}

.t3{
	margin:0;
	padding-right:10px;
	font-size:1.1em;
}




