@charset "utf-8";
/*HTML新要素をブロックレベル化*/
article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary{
	display:block
}
/*HTMLの新要素をブロックレベル化*/
*{
	margin:0;
	padding:0;
}
body{
	background-color:rgb(255,248,224);
	margin:0 24px 0 24px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:regular;
	letter-spacing:0.05em;
}
/*レイアウト*/
header{
	height:80px;
	padding:10px 20px;
	color:#fff;
	background-image:url("../image/flour_img.gif");
	background-position:right;
	background-repeat:repeat-x;
	border-left:solid 30px rgb(204,204,204);
}
footer{
	height:40px;
	background-color:#030;
	clear:both;
	box-shadow:#999 0 5px 5px 0;
	border-radius:8px;
}
/*フッター部分*/
footer small{
	line-height:40px;
	font-size:0.75em;
	color:#fff;
	text-align:center;
	display:block;	
}
h1{
	font-size:2em;padding:0.5em;
	margin:0;
}
h2{
	color:rgb(0,95,0);
	background-color:rgb(255,204,102);
	padding:0.8em;
	text-align:center;
	letter-spacing:0.5em;
	font:bold 1.2em;
	margin:0;
	font-style:normal;
}
h4{
	text-align:right;
	padding:0;
	margin:0;
	clear:both;
}
p{
	margin:0 0 1.5em 0;
}
p span{
	color:#f00;
}
a:link{
	color:rgb(0,95,0);
}
a:hover{
	color:rgb(255,255,255);
	background-color:rgb(255,136,0);
}
a:active{
	color:rgb(255,0,0);
	background-color:rgb(255,255,170);
	border:solid 1px rgb(255,0,0);
}
a img{
	border:none;
} 
img.top{
	vertical-align:middle;
}
article img{
	float:right;
	margin-left:1em;
}
section img{
	float:right;
	margin-left:1em;
}
p.honbun img{
	float:right;
	margin-left:1em;
}
p.photo{
	min-height:180px;
}
table{
	margin:auto;
	border:solid 2px rgb(0,0,0);
	border-collapse:collapse;
	width:85%;
}
th,td{
	height:3em;
	border:solid 1px rgb(0,0,0);
	padding:0.5em;
	line-height:1.8;
}
tr,th{	
	background-color:rgb(255,255,163);
	line-height:1.8;
}
tr span{
	color:#f00;
}
thead{
	vertical-align:middle;
}
colgroup.pannna{
	width:15em;
}
colgroup.nenndai{
	width:8em;
}
colgroup.pangazou{
	width:8em;
}
colgroup.monologna{
	width:15em;
}
colgroup.panshoukai{
	width:15em;
}
colgroup.material{
	width:15em;
}colgroup.processname{
	border-left:double 5px;
	width:12em;
}
caption{
	background-color:rgb(51,85,0);
	color:rgb(255,255,255);
	padding:0.2em 0;
}
nav{
	width:300px;
	margin:0;
	float:left;
}
nav ul{
	list-style-type:none;
	font-size:1.5em;
}
nav li a{
	display:block;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	padding-left:40px;
	background-color:#568300;
	border-bottom:solid 3px #fff;
	border-radius:8px;
}
nav li a:hover{
	color:#f00;
	background-color:#ff0;
	border:solid 1px #568300
}





