@charset "shift_jis";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: foreign.css
	Location: /common/css/pages/foreign.css
	Desctiption {
		/foreign/ˆÈ‰º‚ÌCSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@import "../classes/adjuster.css";

.wrapper {

}


/**************************************************************

	Header

***************************************************************/

#header {
	margin: 0 0 15px;
	height: 90px;
	background: url(../images/bg_header02.gif) no-repeat left top;
}

#selectFontsize {
	top: 60px;
	background: url(../images/bg_selectFontsize02.gif) repeat-x left top;
}


/****************************************************************

	Navigation

*****************************************************************/

#navi{}

/**************************************************************

	Content

***************************************************************/

#content {
	background: none;
}

#content h2 {
	margin: 0 0 30px;
	page-break-after: avoid;
}





/* main
===============================================================*/
#main{
	width: 890px;
	margin: 0 35px;
	padding: 0;
	background: none;
	float: none;
}

#main .section .section {
	margin: 0 0 50px;
}

#main .section .section p.wide-photo {
	text-align: left;
	padding: 0 0 0 10px;
}

/* sub
===============================================================*/
#sub{}

/**************************************************************

	Footer

***************************************************************/

#footer {

}


body.chinese #logo {
	width: 335px;
}

body.chinese #logo a {
	width: 335px;
	background: url(../images/logo_ch.gif) no-repeat left top;
}

body.english #logo {
	width: 500px;
}

body.english #logo a {
	width: 500px;
	background: url(../images/logo_en.gif) no-repeat left top;
}

body.english #selectFontsize dl dd ul li.smaller {
	background-image: url(../images/btn_smaller_en_on.gif);
}

body.english #selectFontsize dl dd ul li.midium {
	background-image: url(../images/btn_midium_en_on.gif);
}

body.english #selectFontsize dl dd ul li.larger {
	margin: 0;
	background-image: url(../images/btn_larger_en_on.gif);
}