@charset "euc-jp";
	/* CSS Document */
body {
	background-color:#ffffff;
	margin: 0px;
    padding: 0px;
	font-size:80%;
	background-image:url(img/shadow.gif);
	background-repeat:repeat-y;
  
}


/*テーブルの指定*/
table {
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	}
/*テーブルtdの指定*/
td {
	color:#000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:100%;
	}
/*テーブルthの指定*/
th {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:100%;
	}
/*左メニューのテーブル内リンク*/
.style1 {
	color: #330000;
	font-weight: bold;
	letter-spacing:1pt;
	line-height:1em;
	font-size:80%;
	}	
	
/* リンクの色設定*/ 
.style1 A:link 
	{
	color:#666666;
	text-decoration:none;}  

 /* リンク*/ 
.style1 A:visited 
{                 
  color: #666666;
  text-decoration:none;
  }
  
.style1 A:active 
	{
	color:#666666;
	text-decoration:none;
	}  /*クリック時のリンク */

.style1 A:hover 
{
  color:#666666; /*カーソルが上にある時のリンク*/
  text-decoration:underline;
  }
	
/*右メニューのテキスト*/	
p{
	font-size:90%;
	color:#000000;
	text-align: left;
	margin:0px;
	line-height:1.5em;
	}	
	
/*ページ全体枠*/
#wrap{
	width:950px;
	background-color:#ffffff;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

/*ページ上ロゴ＆メニュー*/				
#header{
	width:950px;
	height:120px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	}

	
/*編集可能領域全体枠*/
#wraper{
	width:950px;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	white-space:normal;
	}
	
			
/*真ん中ページ*/	
#center{
	float:left;
	width:693px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
	
/*真ん中のページ画像*/	
#center img{
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;
	}		

/*各コンテンツのキャッチコピー文指定*/
#copy{
		width:693px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	line-height:120%;
	}

/*ページ下固定　会社情報指定*/
#company{
	/*	float:left;*/
	width:950px;
	font-size:90%;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	line-height:120%;
	clear: both;
	}
		

/*各コンテンツの見出し指定*/
#titlem{
	margin-bottom:5px;
	margin-top:5px;}


/*左メニュー*/	
#menu {
	float:right;
	width:235px;
	padding:0px;
	margin: 0px;
	vertical-align: top;
	}
	
/*左メニュー画像*/	
#menu img{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	}	
	
/*画材カテゴリ一覧　山崎*/

.itirantable{
margin-bottom:20px;
margin-top:0px;
margin-left:10px;}

/*「くわしくはこちら」リンク色設定　山崎*/
#newslink A:link{
color:#005137;
text-decoration:none;
}

#newslink A:hover{
color:#005137;
text-decoration:underline;
}

#newslink A:active{
color:#005137;
text-decoration:underline;
}

#newslink A:visited{
color:#99CC66;
text-decoration:none;
}
