/* CSS Document */
/* CSS Document */
/*#wrapper {
    margin:auto;
	line-height:500px;
	height:500px;
    }*/
	
/*#container {
	margin:auto;
	height: 625px;
	width: 900px;
	background-image: url(../images/common/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }*/
	
/*画面中央表示時に使用*/
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 640px;
	width: 900px;
	margin-top: -312px;
	margin-left: -450px;
	background: url(../images/title-bg.jpg) no-repeat center top;
    }

#container_inner {
	padding: 20px;
	}

#head {
	height: 175px;
	width: 860px;
	margin: 0px;
	padding: 0px;
	text-align: right;
    }

#head #right {
	height: 175px;
	width: 261px;
	float: right;
	margin: 0px;
	padding: 0px;
    }
	
#head #right #languages{
	height: 10px;
	width: 200px;
	float:right;
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: right;
    }
	
#head #right #logo {
	width: 261px;
	height: 67px;
	float:right;
	clear: both;
	margin: 14px 0px 0px;
    }

#head #right #logo img{
	width: 261px;
	height: 67px;
    }

#head #right .g-navi {
	height: 62px;
	width: 68px;
	margin: 10px 0px 0px;
	padding: 0px;
	float: right;
	clear: both;
	text-align: left;
	}

#head #right .g-navi img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	clear: both;
	}
	
/*indexページ1以外用 content*/
#content {
	height: 425px;
	width: 860px;
	margin: 0px;
	padding: 0px;  
	}
	
#content #main {
	height: 380px;
	width: 595px;
	float: left;
	margin: 0px;
	padding: 0px;
    }
	
#content #main #content_title {
	height: 50px;
	width: 595px;
	float: left;
	margin: 0px;
	padding: 0px;
    }

/* ClearFix
----------------------------------------------------------- */

.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

