@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	font-family: "ヒラギノ角5 Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	background: #e6e6e6 url(../images/background_page.gif) repeat;
	font-size: 70%;
	line-height: 1.7;
}
* html body {
    font-size: 60%;
}
img {
	vertical-align: top;
	border: none;
}
a {
	text-decoration: none;
}
.emphasis {
    font-weight: bold;
}


/*コンテンツ*************************************************************************************/


#content {
	width: 820px;
	background: url(../images/content_base.png) repeat-y;
}


/*ヘッダー*************************************************/

#findbox {
	position: absolute;
	top: 35px;
	left: 460px;

}

#header {
    width: 800px;
	height: 60px;
	left: 0px;
    position: relative;
	border-bottom: 3px solid black;
}
#logo {
    padding-left: 15px;
}
#header h2 {
	top: 40px;
	left: 114px;
	position: absolute;
	color: #676767;
	font-size: 120%;
}

/*ビルボード***************************************************/


#billboard {
    width: 800px;
    height: 234px;
    left: 10px;
    background-color: white;
    border-bottom: 3px solid black;
    z-index: 1;
}


/*広告********************************************************/


#advertisement {
    margin: -68px 0 0 590px;
    position: absolute;
    z-index: 2; 
}



/*ページボディー************************************************/


#pagebody {
    width: 820px;
    padding: 18px 0 18px 0;
}
/******************************/
#pagebody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#pagebody { display: inline-block; }
/* Hides from IE-mac ¥*/
* html #pagebody { height: 1%: }
#pagebody {
	display: block;
}
/* End hide from IE-mac */
/******************************/



/*パンクズ***************************************/


#breacrumb {
    margin-top: 10px;
    height: 25px;
    width: 764px;
    border: 1px solid #cccccc;
    line-height: 2.5;
}
#breacrumb li {
    height: 25px;
    float: left;
    list-style: none;
    padding: 0 10px 0 22px;
    background: url(../images/bc_maker.gif) left center no-repeat;
}
#breacrumb li.first{
    background: url(../images/bc_home_maker.gif) left center no-repeat;
}
#breacrumb li a {
    color: #4a6c8d;    
    text-decoration: none;
}
#breacrumb li a:hover {
    color: #a40000;
}


/*フッター*****************************************************************************************/



#footer {
	background: url(../images/footer_base.png) no-repeat;
	width: 820px;
	height: 66px;
}

#footerimg02 p {
	color: #4a6c8d;
	font-size: 7px;
}

#footer p{
    float: left;
    margin-top: 28px;
    margin-left: 30px;
    font-size: 100%;
}
* html #footer p{
    margin-left: 15px;
}

#footerimg01 {
	float: left;
	width: 270px;
	border: 0px solid #cccccc;
	margin-top: 560px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -275px;
}

#footerimg02 {
	float: left;
	width: 270px;
	border: 0px solid #cccccc;
	margin-top: 470px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -275px;
}

#footerimg03 {
	float: left;
	width: 270px;
	border: 0px solid #cccccc;
	margin-top: 620px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -275px;
}

/*ユーティリティーナビ*****************************************/

#utilityNav{
	height: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}
#utilityNav ul {
    list-style: none; 
}
#utilityNav li {
    float: right;
    margin-left: 7px;
}
#utilityNav li a {
	color: black;
    font-size: 85%;
}
#utilityNav li a:hover {
    color: #a40000;
}
#utilityNav02 {
    padding-right: 7px;
	border-right: 1px solid #b4b4b4;
}

