@charset "shift_jis";

/*
	=====================================================================
	田野畑労務管理事務所　KICS
	トップページ
	=====================================================================
*/

	body {
		text-align: center;
		color:#996600;
		line-height:180%;
		background-color:#F2E7C1;
		font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
		background:#FFF url(../../img/top/main_obi.jpg) repeat-x;
		font-size:75%;
		}

	/* h1
	------------------------------------------------------------ */
	h1 {					
		float:left;
		margin:19px 0 20px 0;
		}

	/* container-inner
	------------------------------------------------------------ */
	.container-inner {
					width: 900px;
					margin: 0 auto;
					text-align: left;
					}

	/* container
	------------------------------------------------------------ */
	#container .main_img {
						margin-bottom:13px;
						}

	/* contents
	------------------------------------------------------------ */
	#contents {
			width:900px;
			background:url(../../img/theme/menu_back.jpg) repeat-y;
			}

	/* header
	------------------------------------------------------------ */
	#header {
			width:900px;
			height:89px;
			margin-top:26px;
			background:url(../../img/top/head02.jpg);
			/*background:url(../../img/top/head.jpg)*/
			}

	/* global-nav
	------------------------------------------------------------ */
	#global-nav {
			width:900px;
			}

	/* global-nav ul
	------------------------------------------------------------ */
	#global-nav ul {
			list-style: none;
			}

	/* global-nav li
	------------------------------------------------------------ */
	#global-nav li {					
				float:left;
				}

			/* schedule */
				#global-nav ul li .schedule {
					margin:0 15px 15px 0;
					background: url(../../img/top/menu01_f2.jpg) no-repeat;
					}

			/* report */
				#global-nav ul li .report {
					margin:0 15px 15px 0;
					background: url(../../img/top/menu02_f2.jpg) no-repeat;
					}

			/* acceptance */
				#global-nav ul li .acceptance {
					margin:0 0 15px 0;
					background: url(../../img/top/menu03_f2.jpg) no-repeat;
					}


			/* method */
				#global-nav ul li .method {
					margin:0 15px 30px 0;
					background: url(../../img/top/menu04_f2.jpg) no-repeat;
					}

			/* hall */
				#global-nav ul li .hall {
					margin:0 15px 30px 0;
					background: url(../../img/top/menu05_f2.jpg) no-repeat;
					}

			/* company */
				#global-nav ul li .company {
					margin:0 0 30px 0;
					background: url(../../img/top/menu06_f2.jpg) no-repeat;
					}

				/* global-nav
				------------------------------ */
						#global-nav a {
							display: block;
							width: 290px;
							height: 70px;
							}

							#global-nav a:hover {
								background-color: transparent;
								}

								#global-nav a:hover img {
									visibility: hidden;
									}

	/* h2
	------------------------------------------------------------ */
	h2 {
		margin-bottom:17px;				
		}

				/* list-button
				------------------------------ */
				.list-button {
					width: 380px;
					height: 80px;
					margin:0 0 10px 260px;
					background:url(../../img/top/list-button_f2.jpg) no-repeat;
					}

						.list-button a {
							display: block;
							}

							.list-button a:hover {
								background-color: transparent;
								}

								.list-button a:hover img {
									visibility: hidden;
									}

	/* footer
	------------------------------------------------------------ */
	#footer {
			float:left;
			width:100%;
			height:100px;
			background:url(../../img/theme/foot_line.jpg) repeat-x top left;
			}



