@charset "utf-8";
/* ****************************************************
Since : 2007-12-01
Last Modified: 2007-12-21
***************************************************** */

/* Simple Japanese settings [ simple.css ]
=================================
1: Layout

2: Title

3: Lead

4: Point

5: Example

6: Clear
  
7: IE6 hacks

=================================*/


/* Layout
------------------------------------ */
body#simple #contents div.frame {
	width: 530px;
	padding: 0 20px;
	background: url(../../english/simplejapanese/images/index_bg002.gif) 0 0;
	}
body#simple #contents div.frameBtm {
	height: 26px;
	margin-bottom: 10px;
	background: url(../../english/simplejapanese/images/index_bg003.gif) 0 0;
	font-size: 1px;
	}


/* Title
------------------------------------ */
body#simple #contents h1 {
	top: 137px;
	position: absolute;
	width: 550px;
	height: 203px;
	margin: 0;
	padding: 44px 0 0 20px;
	border: none;
	background: url(../../english/simplejapanese/images/index_bg001.gif) no-repeat;
	}
body#simple #contents h2 {
	margin: 10px 0 0 0;
	padding: 13px 10px 14px 44px;
	border: 0;
	}
body#simple #contents h2#point1 {
	background: url(../../english/simplejapanese/images/index_bg004.gif) 0 0;
	}
body#simple #contents h2#point2 {
	background: url(../../english/simplejapanese/images/index_bg005.gif) 0 0;
	}
body#simple #contents h2#point3 {
	background: url(../../english/simplejapanese/images/index_bg006.gif) 0 0;
	}

/* Lead
------------------------------------ */
body#simple #contents p.lead {
	width: 310px;
	min-height: 110px;
	margin: 0;
	padding: 118px 0 20px 5px;
	}

/* Point
------------------------------------ */
body#simple #contents div.pointBox {
	width: 512px;
	min-height: 120px;
	padding: 8px 9px 9px 9px;
	background: url(../../english/simplejapanese/images/index_bg007.gif) bottom;
	}

/* Photo */
body#simple #contents div.pointBox dt {
	float: left;
	padding: 0;
	background-image: none;
	}

/* Text */
body#simple #contents div.pointBox dd {
	float: left;
	width: 260px;
	padding: 8px 0 0 12px;
	}

/* Example
------------------------------------ */
body#simple #contents div.section p {
	margin: 0;
	}
body#simple #contents div.section img {
	margin: 5px 0;
	}


/* Clear
------------------------------------ */
body#simple #contents div.pointBox:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
body#simple #contents div.pointBox {
	display: inline-table;
}

/*  IE6 hacks
------------------------------------ */
* html body#simple #contents p.lead {
	height: 110px;
	}

* html body#simple #contents div.pointBox {
	height: 121px;
	}
