@charset "UTF-8";

/*=============================================================
	URI: http://www.tokyo-menkyo.or.jp/
	Created: 2008.06
	Modified: 
	Author: wan55. yuko aono
=============================================================*/
@import url("init.css");
@import url("common.css");
@import url("module.css");

/*========================Contents=============================
	01) Main Contents
	02) Title
	03) Container
	04) Page Top
	99) Clear
=============================================================*/
/*-------------------------------------------------------------
	01) Main Contents
-------------------------------------------------------------*/
#mainContents {
	margin: 0 0 0 14px;
	width: 922px;
}

/*-------------------------------------------------------------
	02) Title
-------------------------------------------------------------*/
.title {
	width: 922px;
	line-height: 1.3;
}

/* title image
-------------------------------------------------------------*/
.basic {
	height: 69px;
	background: transparent url(../../images/title/title_h1_basic.gif) left 1px no-repeat;
}

/* h1 
-------------------------------------------------------------*/
.title h1 {
	padding: 10px 0 0 53px;
	font-size: 14px;
	color: #666666;
	
}

* html .title h1 {font-size: 120%;} /* IE6 */
*:first-child+html .title h1 {font-size: 120%;} /* IE7 */

.title h1 span {color: #ff6600;}

.title h1 span.n {
	font-size: 26px;
	font-weight: bold;
	color: #338f04;
}

* html .title h1 span.n {font-size: 180%;} /* IE6 */
*:first-child+html .title h1 span.n {font-size: 180%;} /* IE7 */


.title h1#school {
	padding: 16px 0 0 53px;
	font-size: 16px;
	font-weight: bold;
	color: #338f04;
	letter-spacing: 1px;
}

* html .title h1#school {font-size: 130%;} /* IE6 */
*:first-child+html .title h1#school {font-size: 130%;} /* IE7 */

.title h1#twoLines {
	padding: 12px 0 0 53px;
	font-weight: bold;
	font-size: 16px;
	color: #338f04;
	}

.title p {
	padding-left: 53px;
	font-size: 10px;
	color: #666666;
}

* html .title h1#twoLines {font-size: 135%;} /* IE6 */
*:first-child+html .title h1#twoLines {font-size: 135%;} /* IE7 */


/*-------------------------------------------------------------
	03) Container
-------------------------------------------------------------*/
#container {
	width: 920px;
	padding-bottom: 30px;
	background: #f3f1f1 url(../../images/shared/bg_container.gif) left top repeat-x;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

/*-------------------------------------------------------------
	04) Page Top
-------------------------------------------------------------*/
#pageTop {
	width: 922px;
	padding-top: 8px;
	background: transparent url(../../images/shared/bg_container_bottom.gif) left top no-repeat;
	text-align: right;
}

#pageTop p a {
	padding: 0 17px 0 12px;
	background: transparent url(../../images/icon/arrow_gray_top.gif) left top no-repeat;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

* html #pageTop p a {font-size: 80%;} /* IE6 */
*:first-child+html #pageTop p a {font-size: 80%;} /* IE7 */

#pageTop p a:hover {text-decoration: underline;}

/*-------------------------------------------------------------
	99) Clear
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* exclude MacIE5 \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end MacIE5 */


