/* 基本設定 */

#center {/* センター位置 */
	width:900px;
	background:url(../01top/top_img/shadow_side.gif);
	min-height:500px;
	height:auto !important;
	padding:0 7px 0;
}

#main {/* メイン編集画面 */
	width:870px;
	min-height:60px;
	height:auto !important;
	position:relative;
	top:10px;
	background-color:#FFF;
	overflow:hidden;
	margin:0px 15px;
}

#box_left {/* 左ナビ */
	width:190px;
	border:0px;
	margin:0px;
	float:left;
}

#box_right {/* コンテンツ */
	width:680px;
	border:0px;
	margin:0px;
	float:left;
}

#box_right h3 {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0;
	font-weight:normal;
}

.clear { clear:both; }



/********** 13_01 **********/

/* TOP */
div#exp_top {
	background-image:url(../13exp/exp_img/exp_top.gif);
	background-repeat:no-repeat;
	width:680px;
	height:100px;
	margin:0;
	padding:0;
}

div#exp_top h2 {
	margin:0;
	padding:0;
	text-indent:-9999px;
}

div#exp_text {
	width:390px;
	height:100px;
	display:block;
	margin:0 10px 0 280px;
	padding:0;
}


/* 国別に探す */

div.exp_country {
	margin-top:15px;
	height:26px;
	border-bottom:1px dotted #CCC;
}

div.exp_country h4 {
	font-size:13px;
	margin:0px;
	font-weight:normal;
}

div.exp_country img {
	vertical-align:middle;
	margin:0 10px 0 0;
}

/* 学校名で探す */

div.exp_schoolname {
	font-size:12px;
	margin-top:10px;
	line-height:2em;
}

div.exp_schoolname a {
	background:url(../13exp/exp_img/exp_arrow.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}

div.exp_schoolname a:link {
	color:#000;
}


/* 国別 */

.cap_01_usa {
	background-image:url(../13exp/exp_img/exp_fuki_r.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_usa { border:#F33; }

.cap_01_can {
	background-image:url(../13exp/exp_img/exp_fuki_y.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_can { border:#CDBB14; }

.cap_01_aus {
	background-image:url(../13exp/exp_img/exp_fuki_b.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_aus { border:#36F; }

.cap_01_nz {
	background-image:url(../13exp/exp_img/exp_fuki_g.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_nz { border:#3C9; }

.cap_01_uk {
	background-image:url(../13exp/exp_img/exp_fuki_k.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_uk { border:#339; }

.cap_01_oth {
	background-image:url(../13exp/exp_img/exp_fuki_pur.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_oth { border:#63C; }

.cap_01_eur {
	background-image:url(../13exp/exp_img/exp_fuki_p.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px 10px;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	height:1.5em;
}

.img_eur { border:#F39; }


img.m_l {
	margin-left:15px;
}

img.m_b {
	margin-bottom:5px;
}

/********** 詳細ページ **********/

div#exp_detail {
	padding:0 50px;
}

table.exp {
	width:80%;
	font-size:12px;
	border:#069 1px solid;
	border-bottom:none;
	border-right:none;
}

table.exp td {
	background-color:FFF;
	color:#000;
	border-bottom:#069 1px solid;
	border-right:#069 1px solid;
}

ul#exp_profile {
	margin:0;
	padding:30px 0;
	list-style:none;
	font-size:12px;
	background:url(../13exp/exp_img/exp_profile_bg.gif) no-repeat;
}

ul#exp_profile li {
	line-height:1.8em;
}

ul#exp_profile li.name {
	font-size:14px;
	font-weight:bold;
	border-bottom:#552B00 2px solid;
	margin-bottom:10px;
}

h4.midashi {
	background:#552B00;
	font-size:13px;
	color:#FFF;
	padding:2px 10px;
	margin:0;
}

img.exp_space {
	margin-right:10px;
}

.exp_photo_left {
	width:275px;
	margin:10px 30px 30px 0;
	float:left;
}

.exp_photo_right {
	width:275px;
	float:left;
	margin:10px 0 30px;
}

.exp_cap {
	font-size:11px;
	color:#6A492F;
	text-align:center;
	font-weight:normal;
	line-height:1.5em;
}

div#exp_detail_lal {
	background-color:#F4FDFF;
	padding:10px 50px
}

ul#exp_profile_lal {
	margin:0;
	padding:30px 0;
	list-style:none;
	font-size:12px;
	background:url(../13exp/exp_img/exp_profile_lal_bg.gif) no-repeat;
}

ul#exp_profile_lal li {
	line-height:1.8em;
}

ul#exp_profile_lal li.name {
	font-size:14px;
	font-weight:bold;
	border-bottom:#552B00 2px solid;
	margin-bottom:10px;
}

#exp_lal_comment {/* 体験談コメント */
	background:url(../13exp/exp_img/naiyou_photo/lal_torbay_12.gif) no-repeat;
	height:110px;
	width:440px;
	font-size:12px;
	padding:35px 125px 15px 15px;
	line-height:1.5em;
	margin-bottom:20px;
}

div#exp_detail_clic {
	background-color:#FCF8FA;
	padding:10px 50px
}

ul#exp_profile_clic {
	margin:0;
	padding:30px 0;
	list-style:none;
	font-size:12px;
	background:url(../13exp/exp_img/exp_profile_clic_bg.gif) no-repeat;
}

ul#exp_profile_clic li {
	line-height:1.8em;
}

ul#exp_profile_clic li.name {
	font-size:14px;
	font-weight:bold;
	border-bottom:#552B00 2px solid;
	margin-bottom:10px;
}

#exp_clic_comment {/* 体験談コメント */
	background:url(../13exp/exp_img/naiyou_photo/clic_sevilla_12.gif) no-repeat;
	height:210px;
	width:440px;
	font-size:12px;
	padding:35px 125px 15px 15px;
	line-height:1.5em;
	margin-bottom:20px;
}


table#exp_schedule {/* 1日のスケジュール*/
	font-size:12px;
	color:#336;
	width:540px;
	border:none;
	margin:0 0 20px;
	padding:20px;
	background-color:#FFF;
}

table#exp_schedule td {
	padding:3px 5px;
	background:url(../13exp/exp_img/exp_line.gif) 0 100% repeat-x;
}

/********** その他 **********/

.eng {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
}
