@charset "utf-8";


/* ****************************************************
Title: default.css
Created: 2009/8/13
Last Modified: 2009/8/13
***************************************************** */


/* TABLE OF CONTENTS
-----------------------------------------------
    0 = Reset
    1 = Base
    2 = Link
/*  

/*----------------------------------------------------
	0 = Reset
----------------------------------------------------*/


#pankuzu {
	margin-left: 6px;
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
}

#primary {
	float: left;
	width: 302px;
}

#secondary {
	float: right;
	width: 590px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	margin-top: 6px;
}

#pageNavi {
	clear: both;
	padding-bottom: 30px;
	padding-top: 20px;
}
#footerPageTopBox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

#footerPageTop a {
	background-image: url(../common/footer_pagetop.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 133px;
	float: right;
	display: block;
	overflow: hidden;
}

#footer {
	background-color: #957d60;
	padding-top: 15px;
	background-image: url(../common/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	clear: both;
}

#content {
	width: 912px;
}
#contentPopup {
	background-color: #FFFFFF;
}

#wrapperPopup {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

#footerPageTopBoxPopup {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
}

#footerPageTopPopup a {
	background-image: url(../common/footer_pagetop.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 133px;
	float: right;
	display: block;
	overflow: hidden;
}

#footerPopup {
	background-color: #957d60;
	padding-top: 15px;
	background-image: url(../common/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
	margin-bottom: -15px;
}
#footerPopup #footerContentPopup img {
	float: left;
}
#footerPopup #footerContentPopup p {
	float: right;
	font-size: 0.9em;
	margin-top: 10px;
}

