﻿@charset "UTF-8";

/*primary_main_supervision要素 
---------------------------------------- */  
#primary_main_profile {
position: relative;
clear: both;
height:auto;
width: 100%;
text-align: center;
padding-top:0px;
padding-bottom:0px;
z-index:100;
}

#primary_main_profile_content {
position: relative;
height:auto;
width: 960px;
top: 0px;
left: 0px;
margin: 0px auto;
text-align: center;
}

#primary_main_profile_section {
position: relative;
height:448px;
width: 960px;
top: 0px;
left: 0px;
margin: 0px auto;
text-align: left;
color:#ffffff;
}

#primary_main_profile_section_left {
position: absolute;
width: 320px;
top: 0px;
left: 0px;
text-align: left;
}

#primary_main_profile_section_right {
position: absolute;
width: 640px;
top: 0px;
right: 0px;
}

#primary_main_profile_section_right h4 {
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: normal;
width:608px;
}

#primary_main_profile_section_right h5 {
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: normal;
width:112px;
float:left;
}

#primary_main_profile_section_right h6 {
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: normal;
}


#primary_main_profile_section_right_bottom {
position: absolute;
width: 640px;
bottom: 10px;
right: 0px;
}


#primary_main_profile ul {
font-size: 14px;
line-height: 21px;
text-align: justify;
font-weight:bold;
margin-top:16px;
}


#primary_main_profile li {
font-size: 12px;
line-height: 18px;
text-align: justify;
font-weight: normal;
border:1px solid #80848c;
margin-top:8px;
padding-top:16px;
padding-bottom:16px;
padding-left:16px;
padding-right:16px;

background-image: url(../../img/mpr_cell_black.png);
background-repeat: repeat;
background-position: top center;
background-color: transparent;
}



/* bg要素 
----------------------------------------------------------- */  
#bg_profile  {
position: fixed;
height: 838px;
width: 100%;
top: 0px;
right: 0px;
text-align: center;
z-index:20;

background-image: url(../img/mpr_bg_main_profile.png);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
}