/* CSS Document */

/* 初期化 */
body, h1, h2, h3, h4, h5, h6, ul, li, table, img, div, map, area {
	margin:0px;
	padding:0px;
	line-height:100%;
}

img {
	border:none;
}

/* 基本設定 */
p {
	color:#333333;
	font-size:14px;
	line-height:160%;
	margin:5px 0px 5px 0px;
}


/*全体レイアウト */
body {
	text-align:center;
	font-size:14px;
}

div#area {
	margin:0 auto;
	text-align:left;
	width:858px;
}

div#back {
	background-image:url(common_images/back_ground.jpg);
	background-repeat:repeat-y;
	width:858px;
}

div#header_area {
	width:800px;
	margin:0px 0px 0px 30px;
}

div#contents {
	width:778px;
	margin:0px 0px 0px 42px;
}

div#bottom {
	width:858px;
}

/* ポップアップウィンドウ レイアウト */
div#window_area {
	margin:0 auto;
	text-align:left;
	width:770px;
}

div#window_back {
	background-image:url(window/window-images/back_ground.jpg);
	background-repeat:repeat-y;
	width:770px;
}

div#window_header_area {
	width:700px;
	margin:0px 0px 0px 30px;
}

table#layout {
	margin:25px 0px 20px 0px ;
}

div#large_image {
	border:1px #CCCCCC solid;
	padding:1px;
	margin-top:10px;
}

div#window_bottom {
	width:770px;
}

td#title {
	 border-bottom:1px #993300 solid;
}