/* CSS Document */
* {
    margin: 0 auto;
    padding: 0;
}
body {
	font-size: 70%;
	font-family: "ヒラギノ角5 Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	background-color: #87121c;
}
* html body {
	font-size: 60%;
}
img {
    border: none;
}

/*ヘッダー*************************************************************************************/


#header {
    position: relative;
    background: url(../image/header_top.jpg) no-repeat;
    margin-top: 20px;
    width:652px;
    height:93px;
}
#topber { 
    position: absolute;
	left: 6px;
    margin-top: 5px;
    height: 88px;
}
#topber01 {
    float: left;
    width:150px;
}
#topber02 {
    float: left;
    width:490px;
}



/*コンテンツ************************************************************************************/


#content {
    position: relative;
    width: 652px;
    height: 404px;
    background: url(../image/content_base.jpg) repeat;
}


/*グローバルナビ*************************/


#globalNav {
    float: left;
    width: 150px;
    height: 392px;
    padding-left: 6px;
}
#globalNav img {
    vertical-align: top;
}
#globalNav ul {
    list-style: none;
}
.globalNav01 {
    height: 26px;
    background-color: #87121c;
    border-bottom: 19px solid white;
}
#globalNav02 {
    background-color: #87121c;
    height: 24px;
}


/*メイン****************************/

#primary {
    margin: 0; 
    float: left;
    width: 382px;
    height:392px;
}
#primary1 {
    width: 337px;
    height: 83px;
    padding: 15px 12px 0 33px;
}
#primary1a {
    text-align: right;
}
#primary2 {
    width: 337px;
    height: 89px;
    padding: 9px 12px 0 33px;
}
#primary3, #primary4 {
    text-align: right;
    width: 370px;
    height: 58px;
    padding: 40px 12px 0 0;
}
#primary1, #primary3 {
    background-color: #e2ae8f;
}



/*サブ写真************************/


#sub_photo {
    float: left;
    width: 108px;
    height: 392px;
}
#sub_photo img {
    vertical-align: top;
}
#sub_photo ul {
    list-style: none;
}


/*フッター*************************/

#footer {
    width: 640px;
    clear: both;
    text-align: center;
}
#company {
    font-size: 90%;
    color: white;
    padding: 0 0 20px 0;
}
#linkcopy {
    font-size: 120%;
}
#linkcopy2 {
    font-weight: bold;
    font-size: 125%;
    padding: 0 0 10px 0;
}
#link {
    width: 320px;
    padding: 0 0 40px 0;
}
#link ul li {
    width: 80px;
    float: left;
    text-align: center;
}
#link ul {
    list-style: none;
}


/*zipangooリンク*************************/

#ad {
    position: absolute;
    top: 296px;
    left: 188px;  
}


