@charset "UTF-8";

/*
###################################

    会社案内　専用CSS

###################################
*/

#content {
	background: #FFFFFF;
}

/* ###### H1 TAG ###### */
h1 {
	margin-bottom: 30px;
}


/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	padding-top: 40px;
}
#wrapContentBtm p {
	margin-bottom: 1.7em;
}


/* ########## MAIN CONTENT ########## */
#mainContent {
	float: right;
	width: 660px;
}

/* ########## SIDE CONTENT ########## */
#sideContent {
	float: left;
	width: 200px;
}



/* ########## SIDE NAVIGATION ########## */
#sideNav {
	margin-bottom: 30px;
}
#sideNav li {
	vertical-align: bottom;
}
#sideNav li a {
	overflow:hidden;
	background: url(../../profile/img/nav_side.gif) no-repeat left top;
	height: 0px;
	padding-top: 40px;
	width: 200px;
	display: block;
}

#sideNav li#sideNav_message a {
	background-position: 0 0;
}
#sideNav li#sideNav_info a {
	background-position: 0 -40px;
}
#sideNav li#sideNav_kimoto a {
	background-position: 0 -80px;
}
#sideNav li#sideNav_quality a {
	background-position: 0 -120px;
}
#sideNav li#sideNav_challenge a {
	background-position: 0 -160px;
}
#sideNav li#sideNav_company a {
	background-position: 0 -200px;
}
#sideNav li#sideNav_history a {
	background-position: 0 -240px;
}

/* HOVER MENU & CURRENT MENU */
#sideNav li#sideNav_message a:hover, #sideNav li#sideNav_message a.this {
	background-position: -200px 0;
}
#sideNav li#sideNav_info a:hover, #sideNav li#sideNav_info a.this {
	background-position: -200px -40px;
}
#sideNav li#sideNav_kimoto a:hover, #sideNav li#sideNav_kimoto a.this {
	background-position: -200px -80px;
}
#sideNav li#sideNav_quality a:hover, #sideNav li#sideNav_quality a.this {
	background-position: -200px -120px;
}
#sideNav li#sideNav_challenge a:hover, #sideNav li#sideNav_challenge a.this {
	background-position: -200px -160px;
}
#sideNav li#sideNav_company a:hover, #sideNav li#sideNav_company a.this {
	background-position: -200px -200px;
}
#sideNav li#sideNav_history a:hover, #sideNav li#sideNav_history a.this {
	background-position: -200px -240px;
}


/* ########## H2 TAG ########## */
body.kimoto #mainContent h2,
body.quality #mainContent h2,
body.challenge #mainContent h2,
body.company #mainContent h2,
body.history #mainContent h2 {
	font-weight: bolder;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}






#mainContent  p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.tIndent {
	text-indent: 1em;
}




/* ########## IMAGE FOR INSERT  ########## */
.imgInsert {
	float:right;
	margin-left: 26px;
	margin-bottom: 26px;
}
.imgInsertL {
	float:left;
	margin-right: 26px;
	margin-bottom: 26px;
}



/*
    社長挨拶
*/
#presidentSignArea {
	float:right;
	text-align:right;
}

div.wrap {
	text-align:right;
}

div.wrap div {
	display: table-cell;
	vertical-align: middle;
}
div.wrap div.box1 {
	text-align:right;
}
div.wrap div.box2 {
	width:120px;
	text-align:right;
}

/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.wrap div {
	display: inline-block;
}
/**/

div.wrap div.box1 span {
	line-height: 2.5em;
	font-size: 16px;
	font-weight: bold;
}

/*
#presidentSignArea {
	background-color:#6699FF;
}
#presidentSignArea-inner {
	float:right;
	width:250px;
	background-color:#663366;
}
#SignArea {
	float:left;
}


p#presidentSign {
	text-align: right;
	margin-top: 40px;
}
p#presidentSign span {
	line-height: 2.5em;
	font-size: 16px;
	font-weight: bold;
}
#photo {
	float:right;
	}*/


/*
    会社概要
*/
#mainContent .layoutA {
	margin-bottom: 30px;
}
#mainContent .layoutA h2 {
	font-weight: bolder;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}
#mainContent .layoutA ul {
	margin-bottom: 1.6em;
}

#mainContent .layoutB {
	clear: both;
	border-top: 1px solid #D9D9D9;
	margin-bottom: 30px;
}
#mainContent .layoutB h2 {
	width: 150px;
	margin-bottom: 0px;
	float: left;
	font-weight: bolder;
}
#mainContent .layoutB p {
	margin-left: 150px;
	margin-bottom: 0px;
}
#mainContent .layoutB li {
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
}

#mainContent .layoutB .innerLayput {
	margin-left: 150px;
}
#mainContent .layoutB .innerLayput h3 {
	font-weight: bolder;
}
#mainContent .layoutB .innerLayput p {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D9D9D9;
}
#mainContent .layoutB .innerLayput p.lastAddr {
	border: none !important;
	margin-bottom: 0;
}

.leftHalf {
	float: left;
	width: 240px;
}
* html #mainContent .layoutB p.leftHalf {
	margin-left: 75px;
}
.rightHalf {
	float: right;
	width: 240px;
	margin-left: 0 !important;
}



/*
    生酛造り
*/
#imgKimoto {
	float: right;
	margin: 0 0 26px 26px;
}
#section1 {
	width: 328px;
	padding-bottom: 10px;
}



/*
    　社員の声
*/
.attention {
	font-weight: bold;
	color: #C6373F;
}

