/* CSS Document */



@charset "Shift_JIS";

* {
	font-size: 100%;
}

body {
	font-size: 100%;
}

/*win用ヘッダー調整--------------------------------------------------*/

#header_sec {
	-margin: -14px auto 0px;
}

/*文字サイズ変更--------------------------------------------------*/

#textchange li#textdefault {
	background:url(../img/text_btn_default.gif) top left no-repeat;
	left: 320px;
	width: 23px;
}
#textchange li#textlarge {
	background:url(../img/text_btn_large2.gif) top left no-repeat;
	left: 343px;
	width: 23px;
}

/*トップページ用レイアウト調整--------------------------------------------------*/

dl.introduce {
	_padding: 70px 0 0;
}

dl.introduce dt {
	height: 60px;
	_height: 10px;
}

dl.introduce dd.explain {
	height: 150px;
	position: relative;
	padding: 0;
}

dl.introduce dd img.top_img {
	margin: -150px 0 0 0;
	position: absolute;
}

html*dl.introduce dd.explain {
	height: 155px;
}

* html dl.introduce dd.explain{
	height: 150px;
}

html*dl.introduce dd img.top_img {
	margin: -150px 0 0 0;
}

* html dl.introduce dd img.top_img {
	margin: -120px 0 0 0;
}