﻿/* style ページのレイアウト用CSS */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	/*
	line-height: 1.4;
	*/
	color: black;
	background-color: #E9E9E9;
	text-align: center;
}
#wrapper {
	width:800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 100px;
	background-image: url(amitykanban.jpg);
}
#header h1 {
	font-size: 13px;
	font-weight:normal;
	color:#000000;
	padding:4px 0 0 15px;
}
#container {
	position: relative;
	margin : 10px 0;
	width: 100%;
}
#primary {
	margin-left: 185px;
	height: auto;
}


.pin {color: #FF80C0}
.blu {color: #0080C0}
.red {color: #CC0066}

.blu1 {color: #6AA2DB;
font-size: 14px;
}

.blu2 {color: #6AA2DB;
font-size: medium;
}

