@charset "utf-8";
/*
PC用
*/
/* 共通の設定 */
/*--- default */
body {
	background: #ffffff;
	color: #363535;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:underline;
}

#wrapper { 
	width:1000px;
	height: 100%; 
	margin: 0 auto;
	border-top:1px #AEACAC solid; 
	border-left:1px #AEACAC solid;
	border-right:1px #AEACAC solid;
	border-bottom:1px #AEACAC solid;
	position: relative;
	z-index:1;
	
}

#header { 
	width:1000px;
	height: 40px;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	margin: 0 auto;
	background: #fff;
 
}

#footer { 
	width:1000px;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	float:right;
	border-top:1px #AEACAC solid; 
	background: #fff;

}

#header3 { 
	width:379px;
	height:350px;
	margin: 0 auto; 
	padding:0px 0px;
	float:right;

}



/* メニュー設定 */

/* メニュー
--------------------------------------------------*/

#menu li {
	
	height:25px; 
	float:left;	
	list-style-type: none;
	display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	background: #ffffff;
}

#menu ul {
	width:1000px;
	height: 25px; 
	float:left;	
	list-style-type: none;
	margin:0px auto; 
	padding:0px;
	background: #ffffff;
	line-height: 20px; 
	border-bottom:1px #AEACAC solid;
}





/*コンテンツ */

/* コンテンツ
--------------------------------------------------*/
#contens_a {
	width:1000px;
	height:100%;
	background:#ffffff;
	margin:0 auto;
	
	
}

#contens_b {
	width:1000px;
	height: 600px;
	background: #5F93F1;
	margin:0 auto;
	float:left;
	margin:20px 0px 5px 1px;

	
}

#contens_b li {
	height: 120px; 
	float:left;	
	list-style-type: none;
	margin:5px 0px 0px 30px;
	padding:0px;
	
}

#contens_b ul {
	width:618px;
	height: 120px; 
	float:left;	
	list-style-type: none;
	margin:4px 0px 0px 50px;
	padding:0px;
}

table, th, td {
margin:0px 0px 0px 80px;
font-size:14px;
}
th, td {
padding: 5px 10px;
}
thead {
background-color: #fff;
}
tfoot {
background-color: #fff;
}
tbody {
width:600px;
height: 140px; /* 本体部分の高さを指定 */
background-color: #ffffff;
}
tbody tr {
height: auto; /* IE用 */
}


#contens_new {
	width:1000px;
	height:100%;
	margin:0 auto;
	z-index:2;
	
	
}

/* なま茶
--------------------------------------------------*/

#yahoo_link{
	position: absolute;
    	top: 149px;
    	left: 680px;
	width: 150px;
    	height: 50px;
	z-index:3;
}

#yahoo_link2{
	position: absolute;
    	top: 990px;
    	left: 680px;
	width: 150px;
    	height: 50px;
	z-index:3;
}