*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}

body{
	height:100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 80%;
	line-height: 180%;
	color: #333;
	background-color: #FFF;
}

p{
	height:100%;
	font-size: 10px;
	line-height: 180%;
}

img {
	border: none;
}

/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #7CA600;		/*リンク部分のカーソルオーバー時の文字色*/
	text-decoration: none;
}

#container{
	width: 100%;
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
	height: auto;
	width: 900px;
}

#logo{
	width: 50px;
	height: 75px;
	margin-right: 425px;
	margin-left: 425px;
	padding-top: 55px;
}

/*-------------コンテナ-----------------------------------*/

#main {
	width: 840px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	height: auto;
	padding-bottom: 50px;
	padding-top: 0px;
}

#inauto {
	float: left;
	width: auto;
	padding-right: 20px;
	padding-top: 30px;
	line-height: 18px;
	font-size: 12px;
}

#main_in{
	width: 900px;
	height: 500px;
	padding-top: 15px;
	padding-bottom: 40px;
}

#main_company{
	width: 600px;
	height: 550px;
	padding-top: 75px;
	padding-bottom: 40px;
	margin-left: 150px;
	font-weight: bold;
}

#title{
	width: 600px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 30px;
}

#main_center{
	overflow:hidden;
	height:100px;
	width:900px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-450px;
	text-align: center;
}

#main_center img{
	padding-right: 20px;
	padding-left: 20px;
}

#foot{
	position:absolute;
	height:auto;
	width:900px;
	padding-top: 5px;
	bottom: 0px;
	padding-bottom: 20px;
}

#copyright{
	float: left;
	text-align: center;
	width: 900px;
}

#foot_contents{
	float: right;
	padding-top: 5px;
	padding-bottom: 40px;
}

#dummy {
	clear: both;
}
