/* ことばの森2007.8.16 */

/*ブラウザ初期化*/

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}


*{
margin: 0;
padding: 0;
}



body{
  text-align: center;
}


/*メニューバックグラウンド*/
.menu{
	background:#FA0;
	padding:10px 0;
} 

/*メニュー指定*/
#menu_x li{
  display: inline;
}

/*フッターバックグラウンド*/
.footer{
	background:#Fa0;
	padding:5px 0;
} 

/*copyright配置用*/
.copyright{
	width:700px;
} 


/*index.html check it! 指定用*/	 
ul.check {
    list-style-image: url(img/sankaku.gif);
	width:620px;
	font-size: 12px;
	line-height:140%;
	padding:10px;
	margin:10px;
	text-align:left;

     }
	 
.check a:link{ color:#000000;background:#fff;text-decoration:none}
.check a:visited{ color:#000000;background:#fff;text-decoration:none}
.check a:hover{ color:#ff0000;background:#fff;text-decoration:underline}
.check a:active{ color:#ff0000;background:#fff;text-decoration:underline}


/*コンテンツ配置*/ 
.contents
	{
	background:#FFF;
	width:700px;
	}

/*コンテンツ配置用２*/ 
.about{
	width:500px;
	text-align:left;
	}

/*通常文字指定*/  
.name{
	font-size: 12px;
	line-height:160%;
	padding:10px;
	margin:10px
	}

/*主な制作物指定用*/	
ul.toc {
    list-style-image: url(img/sankaku.gif);
	width:450px;
	font-size: 12px;
	line-height:160%;
	padding:10px;
	margin:10px;
	text-align:left;

     }

.toc a:link{ color:#ff0000;background:#fff;text-decoration:none}
.toc a:visited{ color:#ff0000;background:#fff;text-decoration:none}
.toc a:hover{ color:#ff0000;background:#fff;text-decoration:underline}
.toc a:active{ color:#ff0000;background:#fff;text-decoration:underline}

.red {
	color: #FF0000
	}
	 
/*会社概要指定用*/
table.txt{
	width:500px;
	font-size: 12px;
	line-height:160%;
	padding:10px;
	margin:10px
   }
	 
.txt a:link{ color:#000000;background:#fff;text-decoration:none}
.txt a:visited{ color:#000000;background:#fff;text-decoration:none}
.txt a:hover{ color:#ff0000;background:#fff;text-decoration:underline}
.txt a:active{ color:#ff0000;background:#fff;text-decoration:underline}

/*レイアウト左配置指定*/
.left0{
	float: left;
	height:600px
}	
 
.left1{
	float: left;
	height:600px
}

.left2{
	float: left;
	}

/*レイアウト右配置指定*/
.right{
	float: right;
}
	 
	 
	 

