@charset "utf-8";
/* CSS Document */

/*全体指定*/

*{
margin:0;
padding:0;
}


#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}




/*header指定*/

.head_top{
	font-size:10px;
	color:#666666;
}

.header {
	height: 120px;
	width: 950px;
}
.header_border {
	background-image: url(../images/header_softbank_border.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 950px;
	display: block;
}
.header_left {
	width: 300px;
	float: left;
	height: 90px;
}
.header_right {
	float: right;
	width: 520px;
	height: 90px;
}


/*menu指定*/
.menu {
	height: 55px;
	width: 955px;
}

/*contents指定*/

.contents {
	height: 1200px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000000;
	margin-top:-20px;
}

*html .contents {
	height: 1200px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000000;
	margin-top:0px;
}

.contents_footer {
	height: 31px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contents_footer.png);
}


.contents_header {
	height: 530px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	background-color: #000000;
}

.contents_left {
	height: 530px;
	width: 670px;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
}
.contents_text {
	margin-left: 28px;
	margin-top: 20px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.contents_rightmenu {
	float: right;
	height: 435px;
	width: 240px;
	background-image: url(../../img/linkbox-back01.jpg);
	background-repeat: no-repeat;
}
.contents_rightmenu  .link1 {
	width: 210px;
	float: right;
	height: auto;
	padding-top: 115px;
	padding-right: 14px;
}
.contents_rightmenu  .link2 {
	width: 210px;
	float: right;
	height: auto;
	padding-top: 10px;
	padding-right: 14px;
}
.info1 {
	width: 200px;
	height: 20px;
	float: left;
}
.info2 {
	float: left;
	width: 400px;
	height: 20px;
}

.contents_img_text {
	float: left;
	height: 34px;
	width: 670px;
}
.footer {
	height: 120px;
	width: 950px;
}
.footer_border {
	height: 30px;
	width: 950px;
	background-color: #000000;
}
.space {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
}
