@charset "UTF-8";
/* ================================================================ *
	M.Arashima 2009/10/28
	ツチヤ養鶏のこだわり設定用 CSS
 * ================================================================ */

@import url("base.css");
@import url("common.css");

body{
}

/*--- container ----------------------------------------------------*/

#container-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- Header -------------------------------------------------------*/

#header-inner{
	/*border: 1px solid #ff0000;/* debug */
}

#headernavi{
}


/*--- navi ---------------------------------------------------------*/

#navi-inner{
	/* border: 1px solid #ff0000;/* debug */
}


/*--- main ---------------------------------------------------------*/

#main-inner{
	/* border: 1px solid #ff0000;/* debug */
}

/* main-img */
#main-img{
	position: absolute;
	top: 69px;
	left: 8px;
	z-index: 1;
}

#main-img h1,
#main-img p#title{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 79px;
	width: 883px;
	background: url(../img/about/title.jpg) no-repeat 0 0;
}

#main-contents{
	position: relative;
	margin: 95px 25px 0 20px;
}

.bottom-line{
	background: transparent url("../img/contents_bg_bottom.gif") no-repeat right bottom;
	height: 3px;
}

#contents01{
	background: transparent;
	width: 507px;
	margin: 0 0 20px 0;
}

#contents01-inner{
}

#contents01-inner h1#sub-title,
#contents01-inner h2#sub-title{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin: 0;
	padding: 2px 0 1px 0;
	font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3', sans-serif;
	font-size: large;
	font-weight: bold;
}

#contents01-inner p{
	margin: 0 0 15px 0;
}

#contents01-inner h2{
    border-left: 4px solid #9b273d;
    margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #9b273d;
}

#contents01-inner ul{
    margin: 0 0 15px 0;
}


/*--- sidenavi -----------------------------------------------------*/

#sidenavi{
	/* border: 1px solid #ff0000;/* debug */
}


/* バグ対策 */
[id="sidenavi"]#sidenavi{
/*	margin-top: 0;*/
}

html:lang(ja) #sidenavi{
/*	margin-top: 0;*/
}


/*--- sidebox ------------------------------------------------------*/

#sidebox{
	/* border: 1px solid #ff0000;/* debug */
	margin: 95px 0 0 0;
}


/*--- footer -------------------------------------------------------*/

#footer-inner{
}

