@charset "UTF-8";
@import url("connection.css");
/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}

img {
	border: none;
}


/*------------------------------------------------------*/
/*共通フォント*/
/*------------------------------------------------------*/

h1{
	font-size: 15px;
}

h2{
	font-size: 15px;
}

.midashi{
	font-size: 18px;
	color: #06C;
}

.right_box2 p {
	font-size: 12px;
}

.right_box2 strong {
	font-size:14px;
	color: #F0F
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

body {
	font-size: small;
	text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	/*border: 1px solid #00F;*/ /*後で削除*/
}

/* ------------------- */
/* ヘッダー */
/* ------------------- */


#header {
	width: 950px;
	height: 150px;
	text-align: left;
	background-image: url(../images/header.jpg);
	/*border: 1px solid #00F;*/ /*後で削除*/
}

.logo {
	margin-left: 80px;
	display: block;
	float: left;
	}
	
.adress {
	margin-left: 100px;
	margin-top: 40px;
	display: block;
	float: right;
	}
/* ------------------- */
/* メインコンテンツ */
/* ------------------- */

#contens {
	width: 950px;
	height: 400px;
	text-align: left;
	margin: 0px auto;
	/*border: 1px solid #00F;*/ /*後で削除*/
}


.left_box {
	width: 278px;
	height: 400px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/left_box.jpg);
	float: left;
	/*border: 1px solid #00F;*/ /*後で削除*/
}

.left_box2 {
	width: 126px;
	height: 288px;
	margin: 60px 20px 20px 60px;
	padding: 0px;
	text-align: left;
	background-image: url(../images/navi.jpg);
	/*border: 1px solid #00F;*/ /*後で削除*/
}

.right_box {
	width: 672px;
	height: 400px;
	margin: 0px;
	text-align: left;
	background-image: url(../images/right_box.jpg);
	float: right;
	/*border: 1px solid #00F;*/ /*後で削除*/
}

.right_box2{
	width: 607px;
	height: 380px;
	margin: 10px 10px 10px 55px;
	text-align: left;
	}

.right_box_table {
	overflow: auto;
	width: 607px;
	height: 340px;
	text-align: center;
	}

.qa_table {
	width: 590px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;	
	}
	
.qa_table td {
	width: 590px;
	padding: 7px;
	text-align: left;
	border-top: 1px solid #FCF;
	border-bottom: 1px solid #FCF;
	}
	
.qa_table th {
	width: 590px;
	background: #FCF;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	border-top: 1px solid #FCF;
	border-bottom: 1px solid #FCF;
	}

.link_table {
	width: 590px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;	
	}
	
.link_table td {
	width: 590px;
	background: #FCF;
	padding: 7px;
	text-align: left;
	border-top: 1px solid #FCF;
	border-bottom: 1px solid #FCF;
	}
	
.link_table th {
	width: 590px;	
	color: #000;
	padding: 10px 0px;
	text-align: left;
	border-top: 1px solid #FCF;
	border-bottom: 1px solid #FCF;
	}

.right_box2_img{
	width: 150px;
	height: 380px;
	margin: 0px;
	text-align: left;
	float:left;
}
	
.right_box2_text{
	width: 457px;
	height: 380px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	float: right;
	overflow: auto;
}

.img {
	display: block;
	margin-right: 10px;
	float: left;
}

.name {
	display: block;
	margin-left: 200px;
}

.name2 {
	display: block;
	padding-left: 430px;
}

.name3 {
	display: block;
	padding-left: 120px;
}


.right_box2_img2{
	width: 300px;
	height: 206px;
	margin: 0px;
	text-align: left;
	float:left;
}

.right_box2_text2{
	width: 292px;
	height: 206px;
	margin-left: 15px;
	text-align: left;
	float: right;
}

.otoiawase{
	width: 308px;
	height: 70px;
	text-align: center;
	padding: 40px 150px;
	}

.right_box3{
	width: 600px;
	height: 380px;
	margin: 10px 10px 10px 62px;
	text-align: left;
	}

/* ------------------- */
/* フッター */
/* ------------------- */


#footer {
	
	width: 950px;
	height: 50px;
	text-align: left;
	background-image: url(../images/footer.jpg);
	/*border: 1px solid #00F;*/ /*後で削除*/
}

#footer_navi_box{
	width: 752px;
	height:23px;
	margin-left: 198px;
	margin-top: 0.30px;
	text-align: left;
	}


/*------------------------------------------------------*/
/*ナビボタン*/
/*------------------------------------------------------*/

#navi {
  margin: 0;
  padding: 0;
  list-style-type: none; /*リストマークの削除*/
  width: 126px;
}

#navi li {
  width: 126px;
  height: 36px;
  margin: 0;
  padding: 0;
  display: inline;
}

#navi a {
  text-indent: -9999px;  /*テキストを隠す*/
  text-decoration: none;
  display: block;
  width: 126px;
  height: 36px;  /*リンク領域を広げる*/
  background-image: url(../images/navi.jpg);
  background-repeat: no-repeat;
}

#menu1 a { background-position: 0 0; }/* 表示画像の位置を指定*/
#menu2 a { background-position: 0 -36px; }
#menu3 a { background-position: 0 -72px; }
#menu4 a { background-position: 0 -108px; }
#menu5 a { background-position: 0 -144px; }
#menu6 a { background-position: 0 -180px; }
#menu7 a { background-position: 0 -216px; }
#menu8 a { background-position: 0 -252px; }

#navi a:hover {
  text-decoration: none;
  background-image: url(../images/navi.jpg);
  background-repeat: no-repeat;
}

#menu1 a:hover { background-position: -126px 0; } /*入れ替え画像の位置を指定*/
#menu2 a:hover { background-position: -126px -36px; }
#menu3 a:hover { background-position: -126px -72px; }
#menu4 a:hover{ background-position: -126px -108px; }
#menu5 a:hover{ background-position: -126px -144px; }
#menu6 a:hover{ background-position: -126px -180px; }
#menu7 a:hover{ background-position: -126px -216px; }
#menu8 a:hover{ background-position: -126px -252px; }


#footer_navi {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer_navi li {
  display: block;
	float: left;
	}
	

/*------------------------------------------------------*/
/*プロフィールページ*/
/*------------------------------------------------------*/

#profile {
	width: 600px;
	height: 400px;
	text-align: left;
	padding: 10px;
	background-image: url(../images/pro_back.jpg)
	/*border: 1px solid #00F;*/ /*後で削除*/
}

.midashi2{
	font-size: 18px;
	color: #F0F;
	}
	
#profile h1{
	text-indent: -9999px;
	}
	
.profile{
	text-align: left;
	}
	
.profile_2{
	text-align: right;
	}