/*============================================
	2010/02/15~
	index.css
============================================*/
@import url( "common.css" );


	* html {
		overflow : hidden;
	}


/*=================================================
	for headers
=================================================*/


	#mainTitle {
		position : relative;
		font-weight : bold;
		margin : 0px 18px;
		font-size : 4em;
	}


	#mainTitle div {
		position : absolute;
		right : 0px;
		bottom : 0.7ex;
		font-size : 0.3em;
	}

/*=================================================
	for bodies
=================================================*/
	body {
		max-width : 900px;
		min-width : 700px;
		margin : 0px auto;
	}

	body#top {
		padding : 1em;
	}

	#body {
		position : relative;
		border : solid #ccc;
		border-width : 4px 0px;
		height : 390px;
		min-width : 700px;
	}


	a#topImage {
		display : block;
		position : relative;
		margin : 20px;
		outline : none;

		color : #fff;
		font-weight : bold;

		overflow : hidden;
	}

	a#topImage img {
		max-width : 600px;
		max-height: 300px;
		width : 100%;
		height : 100%;
		object-fit: contain;
	}

	a#topImage div {
		position : absolute;
		left : 1ex;
		bottom : 1ex;
		display : none;
	}

	a#topImage:hover div {
		display : block;
		z-index : 1;
	}

	.informationBox {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 20px;
	}

/*=================================================
	for navigators
=================================================*/

	#naviTop {
		position : absolute;
		right : 0px;
		top : 0px;
		margin : 1em 20px;
		line-height : 180%;
		list-style-type : none;

		text-align : right;
		font-size : larger;
	}

	#renewal {
		position : absolute;
		right : 1em;
		bottom : 1em;
	}

	.amazon {
		text-align: center;
		position : absolute;
		right : 8em;
		bottom : 5.5em;
	}

/*=================================================
	for footers
=================================================*/

	#mail {
		float : right;
/*
		position : absolute;
		right : 0px;
		bottom : 0px;
*/
		display : block;
		margin : 0;
		font-size : 1.5em;
		font-weight : bold;
	}
