@charset "UTF-8";
@import url("common.css");
/* CSS Document */

#index_main_container {
	background-image: url(../img/index_image01.jpg);
	background-repeat: no-repeat;
	width: 1030px;
	margin: 0 auto;
}
#index_title {
	background-image: url(../img/index_title.png);
	height: 415px;
	width: 280px;
	margin: 0 auto;
}
#index_title h1 {
	display: none;
}

#index_container01 {
	background-image: url(../img/index_container01.png);
	width: 260px;
	height: 230px;
	padding: 10px;
	margin: 10px auto;
}
#index_container01 div {
	height: 30px;
	display: table-cell;/*div内で高さ指定を適用するため*/
	vertical-align: middle;
}

#index_container01 p {
	font-size: 18px;
}

.index_form {
	height: 25px;
	border: 0;
	padding: 10px;
	color: #000;
	border: solid 1px #000;
	margin: 0 0 5px;
	width: 238px;
}
.index_login {
	background-image: url(../img/index_login.png);
	width: 190px;
	border: 0px;
	display: block;
	height: 45px;
	margin: 10px auto;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#index_container02 {
	width: 710px;
	padding: 40px 140px;
	margin: 0 auto;
}
#index_textarea01 {
	width: 450px;
	float: left;
}
.index_textarea01_p p {
	font-size: 14px;
	line-height: 150%;
}
#index_taishindou {
	float: right;
	height: 260px;
	width: 240px;
}
#index_taishindou p a {
	display: block;
	height: 235px;
	width: 240px;
	background-image: url(../img/index_taishindou.jpg);
	background-repeat: no-repeat;
}
#index_taishindou p a span {
	display: none;
}

#index_company {
	width: 710px;
	clear: both;
	margin-top: 20px;
}
.index_h2 {
	width: 710px;
	height: 45px;
	display: table-cell;/*div内で高さ指定を適用するため*/
	vertical-align: middle;
	background-color: #EEE;
}
.index_h2 h2 {
	font-size: 18px;
	margin-left: 10px;
}
#index_company table {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
}
#index_company th,
#index_company td {
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#index_company th {
	background-color: #EEE;
}
.index_privacy {
	padding: 10px 0;
	margin: 15px 0 ;
}
.index_privacy a {
	padding: 10px;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
}
