@charset "utf-8";

* {
	font-size:100%;
	font-style:normal;
	text-align:left;
	line-height:1.0;
}

* { font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic"; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
ol,ul {list-style:none;}
table{border-collapse:collapse;border-spacing:0;}  
caption,th {text-align:left;}   


/* ===================
clearfix 
===================*/ 

.clearfix:after {  
visibility:hidden;
height:0;
display: block;/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }  



/* ===================
画像の余白をクリア
===================*/
img{
	font-size:0;
	line-height:0;
	vertical-align:top;
}


/* ===================
フォントサイズ
===================*/
h4,h5,h6,p,li,dt,dl,dd,pre,th,td {
	line-height:2;
	padding-top:2px;
	font-weight: normal;
	letter-spacing: 2px;
}

p {
	font-size: 75%; /*14px*/
	padding-top:2px;
}
ul,ol{
	font-size: 75%; /*14px*/
}
dl {
	font-size: 75%; /*14px*/
}
table {
	font-size: 75%; /*14px*/
}



/* ===================
リンク
===================*/
a { 
	outline: none; 
}
a:link {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: underline;
	color:#fff;
}
a:active {
	text-decoration: none;
	color:#fff;
}



/* =======================
body
======================= */
body{
	color:#fff;
	background: url(../img_common/bg_body.png) repeat center top;
	min-width: 800px;
}



/* =======================
Wrapp
======================= */
#Wrapp {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
}


/* =======================
header
======================= */
#header {
	height: 110px;
	clear:both;
}

/* logo */
#logo {
	margin-top:54px;
	float: left;
}

/*グローバルナビゲーションの指定*/
#gNav{
	width:479px;
	overflow: hidden;
	float:right;
	margin-top:60px;
}
#gNav li{
	float:left;
	display:inline;
}


/* =======================
contents
======================= */
#contents{
	width: 800px;
	clear:both;
	padding-bottom: 50px;
}
#contentWrapp {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}




/* =======================
main
======================= */
#main{
	width:800px;
}

/*pageTitle*/
.pageTitle {
	height: 290px;
	width: 300px;
	text-indent:-9999em;
	float:left;
	margin-bottom:36px;
}
#pageTitle_izm {
	background: url(../izm/img/title_page.jpg) no-repeat;
}
#pageTitle_history {
	background: url(../history/img/title_page.jpg) no-repeat;
}
#pageTitle_tradition {
	background: url(../tradition/img/title_page.jpg) no-repeat;
}
#pageTitle_works {
	background: url(../works/img/title_page.jpg) no-repeat;
}
#pageTitle_about {
	background: url(../about/img/title_page.jpg) no-repeat;
}
#pageTitle_inquiry {
	background: url(../inquiry/img/title_page.jpg) no-repeat;
}


/*indextitle*/
.indexTitle {
	text-indent:-9999em;
	float:left;
	margin-left:54px;
}
#indexTitle_izm {
	background: url(../izm/img/txt_read.png) no-repeat;
	height: 92px;
	width: 382px;
	margin-top:95px;
}
#indexTitle_history {
	background: url(../history/img/txt_read.png) no-repeat;
	height: 92px;
	width: 413px;
	margin-top:104px;
}
#indexTitle_tradition {
	background: url(../tradition/img/txt_read.png) no-repeat;
	height: 92px;
	width: 413px;
	margin-top:92px;
}
#indexTitle_works {
	background: url(../works/img/txt_read.png) no-repeat;
	height: 160px;
	width: 424px;
	margin-top:63px;
}
#indexTitle_about {
	background: url(../about/img/txt_read.png) no-repeat;
	height: 92px;
	width: 413px;
	margin-top:92px;
}
#indexTitle_inquiry {
	background: url(../inquiry/img/txt_read.png) no-repeat;
	height: 148px;
	width: 400px;
	margin-top:80px;
}


/*subTitle*/
.subTitle {
	clear:both;
	text-align:center;
	margin-bottom:40px;
}


/*mainTxt*/
.mainTxt {
	padding-bottom:150px;
}
.mainTxt .hideTxt {
	text-indent:-9999em;
	clear:both;
}
#mainTxt_izm {
	background: url(../izm/img/txt_main01.png) no-repeat;
	height: 284px;
	width: 800px;
}
#mainTxt_history {
	background: url(../history/img/txt_main01.png) no-repeat;
	height: 112px;
	width: 450px;
	margin-bottom:42px;
	margin-top:15px;
}


/* sectionBox */
.sectionBox {
	margin-bottom:50px;
	clear:both;
}
.leftBox350 {
	float:left;
	width:350px;
}
.rightBox350 {
	float:right;
	width:350px;	
}
.traditionBox {
	position: relative;
	overflow: hidden;
	height: 760px;
}
.traditionBox h1 {
	margin-bottom:25px;
}
.traditionBox h2 {
	margin-bottom:30px;
	text-align:center;
}
.traditionImg {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#times {
	float:left;
	margin-top:190px;
	margin-left:30px;
}
.leftBox514 {
	float:left;
	width:514px;
}
.rightBox238 {
	float:right;
	width:238px;	
}
.rightBox238 img{
	margin-bottom:14px;
}

.lineTable {
	border-top: 1px dotted #4D4D4D;
	width:100%;
}
.lineTable th,
.lineTable td {
	padding:5px 14px;
	border-bottom: 1px dotted #4D4D4D;
	vertical-align: top;
}

.lineInqTable  {
	border-top: 1px dotted #4D4D4D;
	width:100%;
}
.lineInqTable th,
.lineInqTable td {
	padding:5px 14px;
	border-bottom: 1px dotted #4D4D4D;
	vertical-align: middle;
}

.worksBoxWrapp {
	margin-left:-30px;
}
.worksBox {
	/*width:238px;*/
	float:left;
	margin-bottom:36px;
	margin-left:30px;
}
.worksTitle {
	margin-left:0px;
	/*margin-bottom:10px;*/
	font-size:85%;
	font-weight: normal;
}
.worksBox dl{
	margin-left:-14px;
}
.worksBox dt.mainVis {
	display: block;
	width:238px;
	margin-bottom:12px;
	margin-left:14px;
}
.worksBox dd {
	float:left;
	margin-left:14px;
}

.worksBox dd img {
	width:70px;
	height:40px;
}



.secTitle {
	font-size:116%;
	margin-bottom:20px;
}
.imgLeft {
	display: block;
	float: left;
	margin-right: 20px;
}




/* =======================
sidebar
======================= */




/* =======================
footer
======================= */
#footer {
	min-width: 800px;
	clear:both;
	background: url(../img_common/bg_footer.png) repeat center top;
	padding-bottom: 12px;
	padding-top:12px;
}

/* copyright */
#copyright{
	width: 800px;
	color: #FFFFFF;
	font-size:71%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height:1;
}
.mark_c {
	font-family:'Times New Roman', 'Times';
}