@charset "utf-8";
img { behavior:url(global/js/iepngfix.htc)!important; }
/*
======== table of content. ============================

- HTML BASE ELEMENT
	- header
	- promotionalArea
	 - topicsArea
		- members
		
		
- PRINTER SETTINGS
		
=======================================================
*/	


/*-----------------------------------------------------------------
																								HTML BASE ELEMENT
-------------------------------------------------------------------*/
/*-----------------------------------------------------
body
-------------------------------------------------------*/
body#index {
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/
body#index #header h1 {
	margin:0;
	padding:0;
	font-size:1px;
	line-height:1px;
}

/*-----------------------------------------------------
promotionalArea
-------------------------------------------------------*/
body#index #promotionalArea {
	height:228px;
	margin-bottom:5px;
	border:1px solid #969696;
}

/*------------------------------------
topicsArea
--------------------------------------*/
body#index #promotionalArea #topicsArea {
	float:right;
	width:587px;
}

body#index #promotionalArea #topicsArea img#topicsPhoto {
	float:left;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

/*------------------------------------
topicsContext,members共通要素
--------------------------------------*/
body#index #promotionalArea #topicsArea #topicsContext {
	height:220px;
	padding:4px 8px;
}
body#index #promotionalArea #members {
	height:220px;
	padding:4px 0;
}

body#index #promotionalArea #topicsArea #topicsContext h2,
body#index #promotionalArea #members h3 {
	margin:0 0 6px 0;
	padding:0;
	font-size:1px;
	line-height:1px;
	text-indent:-999em;
	background-position:top left;
	background-repeat:no-repeat;
}

/*------------------------------------
topicsContext
--------------------------------------*/
body#index #promotionalArea #topicsArea #topicsContext {
	float:right;
	width:136px;
}

body#index #promotionalArea #topicsArea #topicsContext h2 {
	width:136px;
	height:35px;
	background-image:url(../images/h2_topics.gif);
}

body#index #promotionalArea #topicsArea #topicsContext dt,
body#index #promotionalArea #topicsArea #topicsContext dd {
	line-height:115%;
}

body#index #promotionalArea #topicsArea #topicsContext dd {
	margin-bottom:12px;
}


/*------------------------------------
members
--------------------------------------*/
body#index #promotionalArea #members {
	float:left;
	width:154px;
	background:#e6e6e6;
}

body#index #promotionalArea #members h3 {
	width:138px;
	height:35px;
	/*background-image:url(../images/h3_members.gif);*/
	background-image:url(../images/h3_homepage.gif);
}

body#index #promotionalArea #members p {
	margin-bottom:5px;
	margin-left:4px;
	line-height:1.3em;
	font-size:x-small;
}
body#index #promotionalArea #members p img {
	border:1px solid #aaa;
}


/* 会員についての詳細BUTTON */
body#index #promotionalArea #members p#aboutMembers,
body#index #promotionalArea #members p#aboutMembers a {
	width:127px;
	height:22px;
}

body#index #promotionalArea #members p#aboutMembers {
	margin-left:auto;
	margin-right:auto;
	font-size:1px;
	line-height:1px;
	text-indent:-999em;
	background:#e6e6e6 url(../images/bt_aboutmembers.png) no-repeat top left;
}

body#index #promotionalArea #members p#aboutMembers a {
	display:block;
	text-decoration:none;
}

/*-----------------------------------------------------
informationArea
-------------------------------------------------------*/
body#index div.informationArea div.mainCol div.mainSub01,
body#index div.informationArea div.mainCol div.mainSub02,
body#index div.informationArea div.subCol {
	min-height:120px;
}


/*-----------------------------------------------------------------
																									PRINT SETTINGS
-------------------------------------------------------------------*/
@media print {
* html #topicsContext {
	margin:5px 0 0 0!important;
	padding:0!important;
	overflow-x:hidden!important;
}
}
