						
/* 全体的な設定lammban
------------------------------------------------------------ */

	/* contentプロパティの初期化 */

	*:before,
	*:after {
		content : "";
	}

	/* 全体的なマージン・パディング・フォントスタイル等の初期化 */

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

body {

	line-height: 1.5;

	color: #555555;

	font-size: 12px;

	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ　Ｐゴシック","sans-serif";
	}

em{
		color: #990000;
		font-weight: bold;
		}
		
li{
	list-style-type: none;
	}		
/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;			 /*アンダーラインなど装飾を施さない */
	}
	a:link {
		color : #005060 ; 		
	}

	a:visited {
		color : #999999 ; 
	}
	a:hover {
        color : black ;
        text-decoration: underline;
    }

	/* リンク画像の枠を表示しない */
	a img {
		border-style : none;			/* 枠を非表示 */
		border-width : 0px;				/* 枠の幅を0pxに設定 */
		text-decoration : none;			/* 装飾を表示しない */
	}
	

/* レイアウト用ブロックの設定
------------------------------------------------------------ */

	/* 全体の大枠 */
	/* 左右のマージンを自動で求める事でセンタリングを行ってます */

	div#container {
		padding-right: 20px;
		padding-left: 20px;
		width : 820px;						/* wrapper＋extra-columnの幅 */
		margin-left : auto;					/* 左側のマージンを自動計算 */
		margin-right : auto;				/* 右側のマージンを自動計算 */
		background-color : transparent;		/* 背景を透過（bodyで指定した値が有効になります） */
	}

	/*top-menu*/
	div#branding {
		width : 820px;						
		}

	/*top-page*/		
	div#top-profile{
		width:820px;
		}
	div.left-column{
		width:560px;
		float: left;
		padding-right:20px;
		}	
	div.right-column{
		width:220px;
		float: right;
		}
	div.exhibition-column {
		float : left;							/* 左側に回り込む */
		width : 160px;		
		padding: 0 10px;
		margin-bottom: 60px;
		}
		
	/*共通*/	
	div.main-column {
		width: 820px;
		}
	div.up-navi{
		clear: both;
		padding-top : 50px;
		margin-bottom: 30px;
		text-align: right;
		border-bottom: solid 1px gray;
		}
	div#footer {
		clear : both;						/* 回り込みを解除 */
		padding-bottom: 30px;
		}
	div.clear {
		clear: both;
		margin-bottom: 20px;
		}
			
	/*page*/
	div.left2-column{
		width:320px;
		float: left;
		padding-right:20px;
		}		
	div.right2-column{
		width:480px;
		float: right;
		}
		
	/*about us-page*/
	div.left3-column{
		width: 390px;
		float: left;
		padding-right: 20px;
		}
	div.right3-column{
		width: 390px;
		float: right;
		}
		
	/*archives-page*/	
	div#primary-column{
		float: left;
		width: 620px;
		}
	div#secondary-column{
		width: 180px;
		float: right;
		padding-left: 20px;
		line-height: 1.5;
		}
	div.image-column{
		width: 310px;
		float: left;
		}
	div.word-column{
		width: 310px;
		float: right;
		}


/* タイトル・ナビゲーションの設定
------------------------------------------------------------ */

	/*タイトル*/
	h1#header {
		background-image: url(../main_page/images/illust.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		}
	
	
	/* ナビゲーション*/
	div#topmenu {
		width: 820px;
		height: auto;
		text-align: left;
 		background-color: #f2f2f2;
		}
		
	div#topmenu ul{
		font-size : 12px;
		list-style-type: none;
		}

	div#topmenu li{
		display: inline;
		padding: 0 0.5em;
		border-right: gray solid 1px;
		}
			
	div#topmenu li.topmenu-last{
		border-right-style: none;
		}
	div#topmenu li.here {
		color: white;
		}
	
	div#topnavi{
		text-align: right;
		}
	div#topnavi ul{
		font-size: 10px;
		}
	div#topnavi li{
		display: inline;
		padding: 0 1em;
		}
		
	div#pankuzu{
		font-size: 10px;
		padding-left: 30px;
		padding-top: 10px;
		}
		div#pankuzu li{
			display: inline;
			padding-right: 0.5em;
			}
		div#pankuzu li:before{
			content: "> ";
			}
	/* フッター部分の設定
------------------------------------------------------------ */

	div#footer {
		line-height: 0em;
		border-top: 1px solid gray;
		}
	div#footer address {
		text-align : right;			/* センタリング */
        font-size : 10px;
		margin-top: -3px;
		}

	/* ボトム・ナビゲーションの設定*/
	
	div#footer ul{
		text-align : left;			/* センタリング */
        font-size : 10px;
        padding-top: 10px;
              }
	div#footer li{
		display: inline;
		padding-right: 2em;
		padding-left: 2em;
		border-right: 1px gray solid;
		}
	li.navi-first {
		border-left: 1px solid gray;
		}
	
	
		/* top-page の設定
------------------------------------------------------------ */

/*top-profile*/
	div#top-profile{
		background: url(../main_page/images/top_photo.jpg);
		background-repeat: no-repeat;
		height: 430px;
		color: white;
		padding-left: 50px;
		line-height: 1.8;
		}
	div#top-profile h2 {
		font-size: 12px;
		padding-top: 90px;
		border: none;
		margin-bottom: 0;
		}
		
/*information*/
	div#information {
		margin-bottom: 15px;
		}
	div#information h3{
		border-bottom: 1px solid gray;
		line-height: 1.0;
		margin-bottom: 5px;
		}
	/**/
	div#information strong{
		font-weight: bold;
		}
	div#information dl{
		line-height: 1.5em;
		font-size: 11px;
		}
	div#information dd{  
		float:left;  
		width:7em;
		text-align:right;
		clear:both;  
		padding-right: 1em;
		padding-top: 0.5em;
		border-top: dotted 1px silver;
		}
	div#information dt{
		padding-left: 8em;  
		margin-bottom: 0.5em;
		padding-top: 0.5em;
		border-top: 1px dotted silver;	
		}
	
/*exhibitinon*/
	div#exhibition{
		text-align: center;
		}
	div#exhibition h3{
		border-bottom: 1px solid gray;
		line-height: 1.0;
		margin-bottom: 5px;
		text-align: left;
		}
	div#exhibition h4{
		font-size: 11px;
		background: none;
		padding: 0;
		margin: 0;
		}
	div.exhibition-column li{
		font-size: 10px;
		}
	div.exhibition-column li.date{
		font-weight: bold;}
	div.exhibition-column li.place{}
	
/*banner-link*/
	div#banner-link{
		padding-top: 20px;
		text-align: center;
		line-height: 40px;
		}



		/* page 共通の設定
------------------------------------------------------------ */
	div.main-column h2{						/*page-title*/
		padding-top: 30px;
		/*border-bottom: 1px solid gray;*/
		margin-bottom: 10px;
		}
	div.main-column h4{				/*page　見出しの一言*/
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		background-color: #f2f2f2;
		}
	img.photo{
		padding-bottom: 60px;
		}
	
	div.right2-column dl {
		line-height: 1.8;
		margin-bottom: 30px;
		margin-left: 2em;
		}
	
	div.right2-column dt {  
		float:left;  
		width:80px;  
		clear:both;  
		background-color: #f2f2f2;
		border-bottom: 2px solid white;
		margin-right: 20px;
		}
	div.right2-column dd {
		width: auto;
		border-bottom: 2px solid white;
		margin-left: 100px;
		}
	p.p-first{
		margin-top: 80px;
		}
	p.p-mini{
		font-size: 10px;
		}
	div.right2-column p{
		line-height: 2;
		margin-bottom: 2em;
		margin-left: 2em;
		}
	
	div.right2-column li{
		margin-left: 50px;
		}
		
	h4.pagetop-h4 {
		font-size: 13px;
		margin-top: 80px;
		font-weight: bold;
		}
	
	
		/* class-page の設定
------------------------------------------------------------ */
	div#class h3{
		padding-bottom: 20px;
		}	
	div#class h4{
		margin-top: 0;
		}	
	div#class p{
		padding-bottom: 15px;
		}		

		
		/* about us-page の設定
------------------------------------------------------------ */
		
	div#ryumyu-profile dl {
		line-height: 1.5;
		}
	
	div#ryumyu-profile dt {  
		float:left;  
		width:40px;  
		clear:both;  
		background-color: #f2f2f2;
		border-bottom: 2px solid white;
		margin-right: 10px;
		}
	div#ryumyu-profile dd {
		width: auto;
		border-bottom: 2px solid white;
		margin-left: 50px;
		}
	div#ryumyu-profile img.myphoto{
		float: left;
		}
	div#ryumyu-profile h4 {
		clear: both;
		padding-top: 20px;
		background: none;
		font-size: 13px;
		}
		
		/* gallery-page の設定
------------------------------------------------------------ */
	div#gallery{
		margin-bottom: 20px;
		}
	div.photo {
		width: 800px;
		}
	div.photo p{
		margin-bottom: 30px;
		}
	div.photo img{
		float: left;
		}
		/* thanks-page の設定
------------------------------------------------------------ */
	div#thanksnumber p{
		font-size: 14px;
		}
	div#thanksnumber strong{
		font-weight: bold;
		}
		/* sitemap-page の設定
------------------------------------------------------------ */
	div#sitemap li{
		margin-left: 2em;
		line-height: 1.5;
		}
	div#sitemap h2{
		padding-top: 30px;
		margin-bottom: 10px;
		}
	div#sitemap h3{
		font-size: 16px;
		margin-top: 30px;
		}
	div#sitemap h4{
		font-size: 14px;
		}	
	div#sitemap h5{
		font-size: 12px;
		}
	div#sitemap li.last-line{
		margin-bottom: 2em;
		}
	
	
		/* 工房情報-page の設定
------------------------------------------------------------ */
	
/*top-atelier*/
	div#top-atelier{
		background: url(../main_page/images/emuni_data.jpg);
		background-repeat: no-repeat;
		height: 300px;
		color: white;
		padding-left: 50px;
		line-height: 1.8;
		}
	div#top-atelier h2 {
		font-size: 16px;
		padding-top: 0px;
		border: none;
		margin-bottom: 0;
		color: black;
		font-weight: bold;
		}
	  
	div#address dl {
		line-height: 2.0;
		font-size: 12px;
		margin-left: 20px;
		margin-top: 5px;
		}
	
	div#address dt {  
		float:left;  
		width:50px;
		text-align: right;
		padding-right: 2px;  
		clear:both;
		background-color: #f2f2f2;
		border-bottom: 2px solid white;
		margin-right: 10px;
		}
	div#address dd {
		width: auto;
		border-bottom: 2px solid white;
		margin-left: 60px;
		}

	div#access img#map{
		width: 225px;
		float: left;
		}
	div#access ol{
		margin-left: 225px;
		}	
	div#access ol li{
		list-style-type: decimal;
		}
	div#access ul{
		margin-top: 30px;
		clear: both;
		font-size: 13px;
		}
	div#access ul li{
		list-style-type: square;
		}
	p#googlemap{
		margin-top: 10px;
		margin-left: 50px;
		font-size: 13px;
		}	

		/* error-page の設定
------------------------------------------------------------ */
	div#error-page{
		height: 300px;
		text-align: center;
		}
	div#error-page h2{
		font-size: 22px;
		margin: 20px 0;
		}
	div#error-page h3{
		font-size: 18px;
		margin: 10px 0;
		}
	div#error-page p{
		font-size: 12px;
		margin: 10px 0;
		}

		/* archives-page の設定
------------------------------------------------------------ */
	div#primary-column h2{			/*記事の見出し*/
		margin-bottom : 20px;
		font-size : 15px;
		color : #005066;
		border-bottom : 1px solid #999999;
		}
	div#primary-column p{			/* 本文の設定 */
		margin : 1em 0;				/* 上下1行分空ける */
		font-size: 11px;
		line-height: 2.0;
		}
	.under-line {
		border-bottom: 1px solid gray;
		margin-bottom: 20px;
		}
	
	div#top-archives-list li{
		display: inline;
		margin-right: 2em;
		}
	div#top-archives-list li.now{
		font-size: 15px;
		font-weight: bold;
		}	
	/*本文情報リストの設定*/
	div#primary-column h3.dl-index{	/*情報リストの見出し*/
		font-size: 12px;
		font-weight: normal;
		line-height: 2.0;
		margin-bottom: -30px;
		}
	div#primary-column dl {
		font-size: 11px;
		line-height: 1.5;
		width: 310px;
		margin-top: 30px;
		margin-bottom: 20px;
		}
	div#primary-column dt {  
		float:left;  
		width:50px;  
		clear:both;  
		background-color: #f2f2f2;
		border-bottom: 2px solid white;
		margin-right: 10px;		  
		}
	div#primary-column dd {
		width: auto;
		border-bottom: 2px solid white;
		margin-left: 60px;  
		}

	/* 終了イベント */	
	div.endinfo h3{
		color: #990000;
		font-size: 11px;
		}
	div.endinfo p.thanks{
		color: #555555;
		}	
	div.endinfo p{
		color: #999999;
		}
	div.endinfo ul,div.endinfo li,div.endinfo dl,div.endinfo dt,div.endinfo dd,div.endinfo h3.dl-index{
		color: #999999;
		}

	/* 更新日付の設定 */
	div#primary-column h4 {
		font-size: 10px;
		text-align: right;
		margin-bottom: 10px;
		}

	/* イラストの設定 */
	div.illust{
		margin-bottom : 10px ;
		}
	div.illust div.hito{
		line-height: 40px;
		background-image: url(http://emuni.jp/main_page/images/hito_s.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		}
	div.illust div.yamori{
		line-height: 40px;
		background-image: url(http://emuni.jp/main_page/images/yamori.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		}
	
	/*secondary-column　の設定*/
	
	div#secondary-column h2 {		/* 見出し */
		font-size : 11px;				
		border-bottom : 1px solid #999999;
		text-align : left;
		color: #005060;
		font-weight: bold;
	}
	
	/*　本文 と日付*/
	div#secondary-column dl,div#secondary-column ul{
		font-size: 9px;
	}
	
	div#secondary-column dt {
		text-align: left;
		}

	div#secondary-column dd {
		text-align: right;
		}

	
	/* 位置調整 */

	div.secondary-column-margin {
		margin-top : 5px;
		margin-bottom : 30px;
	}
	
	/* リスト表示設定 */
	
	div#secondary-column li,div#secondary-column dd{
		margin : 3px 0px;
		list-style-position : inside;
		list-style-type : none;
		border-bottom : 1px dotted #cccccc
	}
	
	
		/* customer-page の設定
------------------------------------------------------------ */
	div#customer h3{
		margin-bottom: 10px;
		padding-top: 20px;
		border-bottom: gray solid 1px ;
		}	
	
	div#customer p{
		padding-bottom: 15px;
		}		

	div#customer ul{
		padding-bottom: 50px;
		margin-left: 20px;
		}
