/* ===================================================================
--common.css--
=================================================================== */

@charset "utf-8";


/* ----------------------- Browser Default Initialization */  
/*html{  
    overflow-y: scroll;  
}*/
  
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
    margin: 0;  padding: 0;  
} 

caption, th {  
    text-align: left;  
}  

hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}

div{
	display:block;
}

p{
	color:#4C4A4A;
	line-height:1.7;
	font-size:12px;
}

/* ----------------------- Basic Style */
body {  
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    background: #FFF;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x repeat-y;
	background-position:top;
}

html>/**/body {  
    font-size: 12px;  
}  
  
* + html body {  
    font-family: Sans-serif; 
}

/* ------------ A Style */  
a:link  {  
    text-decoration: none;  
    color: #4b4948;  
}  
  
a:visited   {  
    text-decoration: none;  
    color: #4b4948;  
}  
  
a:hover {  
    text-decoration: underline;  
    color: #4b4948;  
}  
  
a:active    {  
    text-decoration: none;  
    color: #4b4948;  
}

/*link a img alpha time*/
a img.btnover {
    /* Firefox */
    -moz-transition: 0.6s;
    /* WebKit */
    -webkit-transition: 0.6s;
    /* Opera */
    -o-transition: 0.6s;
    /* Standard */
    transition: 0.6s;
}
 
/* add class */
a:hover img.btnover {
    /* Firefox */
     -moz-opacity: 0.60;
    /* IE */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    /* Standard */
    opacity: 0.60;
}


/* ----------------------- Header */
div#Header{
	width:950px;
	height:81px;
	margin:0 auto;
	padding-top:39px;
	
}

/* ----------------------- imgContainer */
div#imgContainer{
	width:100%;
	height:350px;
	background-color:#000000;
}

div#imgContainer .innerSWF{
	width:950px;
	height:350px;
	margin:0 auto;
	position: relative;
}
div#imgContainer .innerSWF .z1{
	position: absolute;
	z-index: 1;
}

/* ----------------------- mainNavi */
div#mainNavi{
	width:690px;
	height:19px;
	margin:14px auto 30px;
	clear:both;
	display:block;
}

div#mainNavi ul li{
	list-style-type:none;
	float:left;
	display:block;
}

/* ----------------------- Container */
div#Container{
	width:950px;
	height:100%;
	margin:0 auto;
	clear:both;
	display:block;
}

/* ----------------------- Container SideNavi */
div#sideNavi{
	width:242px;
	min-height:445px;
	height:auto!important;
	height:445px;
	float:left;
	padding-right:30px;
	display:block;
}

div#sideNavi ul li{
	width:240px;
	height:60px;
	list-style:none;
}

div#sideNavi .b-mall{
	margin-top:30px;
	margin-bottom:30px;
}


div#sideNavi .companyInfo{
	margin-top:30px;
}

div#sideNavi iframe{
	background-color:#fff;
}

/* ----------------------- Container mainCont */
div#mainCont{
	width:668px;
	height:auto;
	*+height:467px;
	float:left;
	display:block;
	margin-bottom:65px;
}

div#mainCont h1{
	margin-bottom:15px;
}

iframe{
	display:block;
	overflow:auto;
	border:none;
}

.sns{
	background:#fff;
}

div#mainCont dl{
	width:640px;
	height:auto;
	padding-bottom:10px;
	border-bottom:1px dotted #4C4A4A;
	display:block;
}
	
div#mainCont dt{
	font-size:14px;
	font-weight:bold;
	color:#4C4A4A;
	padding-bottom:5px;
	padding-top:7px;
}
	
div#mainCont dd{
	font-size:12px;
	color:#4C4A4A;
	line-height:1.2;
}


/* ----------------------- Footer */
div#footer{
	width:100%;
	height:120px;
	display:block;
	background-image:url("../images/footerBG.png");
	background-repeat:repeat-x;
	bottom:0;
	clear:both;
}

div#footer .topBtnArea{
	width:950px;
	height:28px;
	text-align:left;
	margin:0 auto;
	position:top;
	display:block;
}

div#footer .footerCont{
	height:74px;
	width:950px;
	clear:both;
	margin:0 auto;
	bottom:0;
	display:block;
	padding-top:18px;
}

div#footer .footerInnerInfo{
	width:360px;
	padding-right:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:9px;
	float:left;
	display:block;
}

div#footer .footerInnerCopy{
	width:380px;
	padding-right:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:9px;
	float:right;
	display:block;
	text-align:right;
}