@charset "Shift_JIS";
/* 職人に学ぶ授業の技〜教師が学べる職人のひと言〜A */

body{
	margin:0px auto;
	padding:0px;
	text-align:center;	
	background-color:#efefef;
}

div#wrap{
	width: 740px;
	w\idth: 720px;
	margin:0px auto;
	padding:0px 10px;
	text-align:center;
	background-image: url(../images/wrap-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/* パン屑リスト */

div#header{
	clear:both;
	width:720px;
	w\idth:700px;
	margin:0px;
	padding:10px 10px 5px;
	text-align:left;
}


div#topicpath{
	clear:both;
	margin:0px;
	padding-top:5px;
	text-align:left;
	font-size:0.7em;
	color:#333333;
	line-height:100%;
}

div#topicpath a{
	color:#996666;
	text-decoration:none;
}

div#topicpath a:hover{
	text-decoration:underline;
}


h1 {
	clear:both;
	text-align:left;
	padding:10px 0px 10px 10px;
	font-size: 0.9em;
	font-style: normal;
	color: #330000;
	background-image: url(../images/h1-bg.gif);
	border-top:1px solid #993300;
}

div#title{
	width: 720px;
	padding:0px;
}

#title img{
	float:left;
}

#title:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#title{
	display:inline-table;
}

/*Hides from IE-mac\*/
*html #title{height:1%;}
#title{display:block;}
/*End hide from IE-mac*/

div#contents{
	clear:both;
	width:720px;
	w\idth:660px;
	margin:0px auto;
	padding:10px 30px;
	text-align:left;
}

#contents:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#contents{
	display:inline-table;
}

/*Hides from IE-mac\*/
*html #contents{height:1%;}
#contents{display:block;}
/*End hide from IE-mac*/


div#info-box{
	margin:0px;
	padding:20px 30px 10px;
	text-align:left;
	border-bottom:2px solid #993300;
}

#info-box p{
	line-height:120%;
	font-size: 1em;
	color: #333333;
	text-align:left;
}


/* インタビュー */
div#inter-view-box{
	clear:both;
	width:660px;
	margin:30px auto 20px;
	text-align:left;
}

div.inter-view{
	padding-bottom:20px;
	padding-top:20px;	
}

.inter-view:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.inter-view{
	display:inline-table;
}

/*Hides from IE-mac\*/
*html .inter-view{height:1%;}
.inter-view{display:block;}
/*End hide from IE-mac*/

.inter-view p.question{
	margin-bottom:10px;
	font-size: 1em;
	line-height: 120%;
	color: #336600;
	font-weight: 600;
}

.inter-view p{
	margin-bottom:10px;
	font-size: 1em;
	line-height: 140%;
	color: #000000;
}

.inter-view img{
	vertical-align:bottom;
}

img.photo-r{
	padding:10px 0px 10px 10px;
	float:right;
}

img.photo-l{
	padding:10px 10px 10px 0px;
	float:left;
	vertical-align:bottom;
}

p#url{
	float:right;
	padding-top:20px;
}


/* バックナンバー */
div#backnum{
	padding:3px;
	text-align:left;
	font-size:0.9em;
	font-weight:600;
	color: #993300;
	border-bottom:1px dotted #993300;
}

#backnum a{
	color: #993300;
}

#backnum a:visited{
	color: #993300;
}


/* フッター */
address{
	text-align:center;
	padding-top:5px;
	padding-bottom:20px;
	border-top:4px solid #993300;
	font-size: 0.8em;
	color:#ffcc99;
	background-image: url(../images/h1-bg.gif);	
}
