/*-----------------------------
基本設定
------------------------------*/
*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-style: normal;
	list-style-type: none;
	width: auto;
	text-align: left;
	border-width: medium;
}
html {
	background-color: #FFFFFF;
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
}
a {
	text-decoration: none;
}
a:link{
	text-decoration:underline;
	color:#333333;
}
a:visited{
	text-decoration:underline;
	color:#999999;
}	
a:hover {
	color:#000000;
}

#about {
	width: 720px;
	float: left;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}	
	
/*----------------------------
実線を緑にしています。
------------------------------*/
hr{
	border: 1px solid #999999;
}

/*-----------------------------
全体の枠
------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}

/*-----------------------------
ヘッダー
------------------------------*/
header #header_inner {
	width: 1000px;
	height: 30px;
}

/*-----------------------------
グローバルナビ
------------------------------*/
nav {
	width: 1000px;
	height: 60px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	padding-top: 0px;
}
nav ul {
	width: 1000px;
	height: 60px;
	list-style-type: none;
}
nav ul li {
	float: left;
}
nav ul li a {
	background-color: #FFFFFF;
	text-indent: -9999px;
	width: 200px;
	height: 45px;
	display: block;
	overflow: hidden;
}

nav #home {
	background-image: url(img/top_home1.png);
	background-repeat: no-repeat;
}
nav #home:hover {
	background-image: url(img/top_home1_ov.png);
}
nav #genka {
	background-image: url(img/top_genka.png);
	background-repeat: no-repeat;
}
nav #genka:hover {
	background-image: url(img/top_genka_ov.png);
	background-repeat: no-repeat;
}
nav #tekisei {
	background-image: url(img/top_tekisei.png);
	background-repeat: no-repeat;
}
nav #tekisei:hover {
	background-image: url(img/top_tekisei_ov.png);
	background-repeat: no-repeat;
}
nav #shien {
	background-image: url(img/top_shien.png);
	background-repeat: no-repeat;
}
nav #shien:hover {
	background-image: url(img/top_shien_ov.png);
	background-repeat: no-repeat;
}
nav #jta {
	background-image: url(img/top_jta.png);
	background-repeat: no-repeat;
}
nav #jta:hover {
	background-image: url(img/top_jta_ov.png);
}


/*-------------------------------
テーブル
-------------------------------*/

table {
	width: 760px;
	margin-left: 40px;

	font-size: small;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 40px;
	border-collapse: collapse;
}
th {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #999;
	background-color: #F8F5E3;
	font-size: medium;
}
td {
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #999;
}

table th #name {
	width: 200px;
	min-width: 0px;
}


/*-----------------------------
各ページのメニュー設定
------------------------------*/

/*-----------------------------
indexページのニュース＆トピックス
------------------------------*/
#index_page #about {
	width: 600px;
	height: 400px;
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 120%;
}
#index_page #about h3 {
	text-indent: -9999px;
	height: 40px;
	margin-bottom: 20px;
	background-image: url(img/news_topics.png);
	background-repeat: no-repeat;
}



/*-----------------------------
indexページの事業紹介（link）
------------------------------*/

#index_page #link {
	width: 320px;
	height: 250px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	float: right;
}
#index_page #link ul {
	width: 320px;
	height: 280px;
	list-style-type: none;
}
#index_page #link ul li {
	float: left;
}
#index_page #link ul a {
	text-indent: -9999px;
	width: 320px;
	height: 70px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
#index_page #link #genka {
	background-image: url(img/link_banner.png);
	background-repeat: no-repeat;
}
#index_page #link #genka:hover {
	background-image: url(img/link_banner_ov.png);
	background-repeat: no-repeat;
}
#index_page #link #internship {
	background-image: url(img/internship_banner.png);
	background-repeat: no-repeat;
}
#index_page #link #genka_sheet {
	background-image: url(img/genka_sheet_banner.png);
	background-repeat: no-repeat;
}
#index_page #link #internship:hover {
	background-image: url(img/internship_banner_ov.png);
	background-repeat: no-repeat;
}
#index_page #link #genka_sheet:hover {
	background-image: url(img/genka_sheet_banner_ov.png);
	background-repeat: no-repeat;
}

/*-----------------------------
genkaページの事業紹介（テーブル）
------------------------------*/
/*-------------------------------
テーブル
-------------------------------*/

#genka_page table {
	width: 300px;
	margin-left: 40px;

	font-size: small;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 40px;
	border-collapse: collapse;
}
/*-----------------------------
genkaページの事業紹介（テーブル）
------------------------------*/
/*-------------------------------
テーブル
-------------------------------*/

#tekisei_page table {
	width: 500px;
	margin-left: 40px;
	font-size: small;
	color: #535353;
	margin-top: 5px;
	margin-bottom: 40px;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#genka_page th {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 0 solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: medium;
}
#tekisei_page th {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 0 solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: medium;
}
#genka_page td {
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 0px solid #FFFFFF;
}
#genka_page h5 {
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 0px solid rgba(0,0,0,1.00);
	width: auto;
	border-top-color: rgba(0,0,0,1.00);
	border-right-color: rgba(0,0,0,1.00);
	border-left-color: rgba(0,0,0,1.00);
	color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 15px;
}
#tekisei_page td {
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 0px solid #FFFFFF;
}

/*-----------------------------
genka01ページの図
------------------------------*/

#genka01_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_01.png);
	background-repeat: no-repeat;
	height: 900px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei01_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_01.png);
	background-repeat: no-repeat;
	height: 800px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei02_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_02.png);
	background-repeat: no-repeat;
	height: 1000px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei03_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_03.png);
	background-repeat: no-repeat;
	height: 1000px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei04_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_04.png);
	background-repeat: no-repeat;
	height: 1000px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei05_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_05.png);
	background-repeat: no-repeat;
	height: 850px;
}
/*-----------------------------
genka01ページの図
------------------------------*/

#tekisei06_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/tekisei_06.png);
	background-repeat: no-repeat;
	height: 1000px;
}
/*-----------------------------
genka02ページの図
------------------------------*/

#genka02_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_02.png);
	background-repeat: no-repeat;
	height: 900px;
}
/*-----------------------------
genka03ページの図
------------------------------*/

#genka03_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_03.png);
	background-repeat: no-repeat;
	height: 900px;
}

/*-----------------------------
genka04ページの図
------------------------------*/

#genka04_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_04.png);
	background-repeat: no-repeat;
	height: 900px;
}

/*-----------------------------
genka05ページの図
------------------------------*/

#genka05_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_05.png);
	background-repeat: no-repeat;
	height: 900px;
}

/*-----------------------------
genka06ページの図
------------------------------*/

#genka06_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_06.png);
	background-repeat: no-repeat;
	height: 900px;
}

/*-----------------------------
genka07ページの図
------------------------------*/

#genka07_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/genka_07.png);
	background-repeat: no-repeat;
	height: 950px;
}
/*-----------------------------
genka07ページの図
------------------------------*/

#genka_page #about h4 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/onegai.png);
	background-repeat: no-repeat;
	height: 950px;
	text-align: center;
	margin-left: 60px;
}

/*-----------------------------
shienページの図
------------------------------*/

#shien_page #about h3 {
	text-indent: -9999px;
	margin-bottom: 20px;
	background-image: url(img/shien_01.png);
	background-repeat: no-repeat;
	height: 1000px;
}

/*-------------------------------
プライバシーprivacyのページ
---------------------------------*/
#privacy_page #about {
	padding-right: 20px;
	padding-left: 20px;
}




/*-------------------------------
フッダー
---------------------------------*/
#footer{
	width: 1000px;
	height: 250px;
	clear: both;
	background-image: url(img/backunder1.png);
	background-repeat: repeat-x;
}

#footer ul li a {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	color: #5C5C5C;
	margin-top: 10px;
}

#footer address {
	clear: both;
	color: #5C5C5C;
	margin-left: 20px;
}
#tekisei01_page {
}
#tekisei02_page {
	height: auto;
}
