/* ***********************************************/
/*	DATE		: 2008/4/11
	TITLE		: ユケン工業_ポップアップ
	FILE_NAME	: popup.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:#F2F2F2;
	background-image:url(common_image/bk_popup.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

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;
}

h2 {
	background-color:#0066CC;
	padding:5px 10px;
	text-align:left;
	font-size:1.15em;
	font-weight:bold;
	color:#FFFFFF;
}

h3 {
	padding:0px;
	margin:10px 0px 10px;
	border-bottom:dotted 1px #666666;
	font-weight:bold;
	text-align:left;
	font-size:1em;
}


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:680px;
	background-image:url(common_image/bk_popup_shadow2.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
	margin:0px auto;
	height:100%;
}

#main {
	width:680px;
	background-image:url(common_image/bk_popup_shadow.gif);
	background-repeat: no-repeat;
	background-position:top;
	text-align:center;
	margin:0px auto;
	height:100%;
}

#content {
	width:620px;
	margin:0px auto;
}

#header {
	width:620px;
	text-align:left;
}

.p-title {
	float:left;
	text-align:left;
}

.p-close {
	float:right;
	text-align:right;
	padding-left:20px;
	background-image:url(common_image/bt_close.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:10px 10px 0px;
}

#map {
	width:580px;
	height:380px;
	margin:0px auto 10px;
	border:solid 1px #666666;
}

#text-box {
	width:580px;
	text-align:left;
	height:100%;
	margin:0px auto 40px;
}

.bt-box {
	text-align:right;
	padding:18px;
}

.address-box {
	margin-left:20px;
	_margin-left:10px;
	text-align:left;
	width:290px;
	float:left;
}

.address-box2 {
	margin-left:20px;
	_margin-left:10px;
	text-align:left;
	width:350px;
	float:left;
}

.p-address {
	padding-bottom:10px;
}

.div-building {
	padding:5px;
	border:solid 1px #666666;
	width:250px;
	float:right;
	margin:0px 20px 10px 10px;
	_margin:0px 10px 10px 10px;
}

.div-building2 {
	padding:5px;
	border:solid 1px #666666;
	width:190px;
	float:right;
	margin:0px 20px 10px 10px;
	_margin:0px 10px 10px 10px;
}

.span-red {
	color:#FF3300;
}
