/* ***********************************************/
/*	DATE		: 2008/4/11
	TITLE		: ユケン工業_各営業所所在地プリント用
	FILE_NAME	: map_print.css
	AUTHER		: FOIS 			 */
/*************************************************/


/*=====各属性のスタイル===========================*/

body {
	font-family: "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial", sans-serif,"メイリオ";
	font-size: 0.75em;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	background-color:#ffffff;
	background-image:none;
}

div, table, tr, th, td	{
	font-family : "MS UI Gothic","Osaka","ＭＳ Ｐゴシック","arial", sans-serif,"メイリオ";
	font-size: 100%;
	line-height: 140%;
	color: #333333;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

h1 {
	color:#0C419A;
	font-size:1.4em;
	margin:0px;
	padding:10px 0px 0px;
	margin-bottom:10px;
	border-bottom:solid 3px #0C419A;
}

p {
	margin: 0px;
	padding: 0px;
}
	
img	{
	border : 0px;
	padding:0px;
	margin:0px;
}
	
a	{
	color: #FF3300;
	text-decoration : underline;
	}
	
a:hover	{
	color : #999999;
	text-decoration : underline;
	}

/*=====レイアウトのスタイル===========================*/

#shadow {
	width:620px;
	background-image:none;
	text-align:center;
	margin:0px auto;
}

#main {
	width:620px;
	background-image:none;
	text-align:center;
	margin:0px auto;
}

#content {
	width:620px;
	margin:0px auto;
}

#header {
	width:620px;
	text-align:left;
}

.p-title {
	float:left;
	text-align:left;
}

.p-close {
	visibility:hidden;
}

#map {
	width:580px;
	height:380px;
	margin:0px auto 10px;
	border:solid 1px #666666;
}

.bt-box {
	display:none;
}

.address-box {
	margin-left:10px;
	text-align:left;
	width:290px;
	float:left;
}

.p-address {
	padding-bottom:10px;
}

.div-building {
	padding:5px;
	border:solid 1px #666666;
	width:250px;
	float:right;
	margin:0px 10px 10px;
}

.span-red {
	color:#FF3300;
}

