﻿@charset "utf-8";



/*------------------------------------------------
   Reset
------------------------------------------------*/

*{
margin:0;
padding:0;
}

#table{
font-size:inherit;
}

th{
text-align:left;
font-weight:normal;
}

img{
border:0;
}

a{
text-decoration:none;
overflow: hidden;
}

a:link{
color:#0068b7;
text-decoration:none;
}
a:visited{
color:#0068b7;
}
a:hover{
color:#0068b7;
text-decoration:underline;
}

a:hover img{
filter:alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}

a:active{
color:#000;
}


/* **** 20090814 ADD **** */

/*------------------------------------------------
   class
------------------------------------------------*/
.listStyle {
	margin-left: 20px;
	list-style: disc;
}


/*------------------------------------------------
   Layout
------------------------------------------------*/


body{
margin:0;
padding:0;
font-size:80%;
line-height:1.4;
color: #4d4d4d;
text-align:left;
font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",helvetica, sans-serif;
background-color:#fff;
}





/* ナビ
---------------------------------------------------- */
#gnavigation_area {
width:980px;
 margin:0 auto;
padding:25px 0 0 0;
}



/*------------------------------------------------
   h_navi
------------------------------------------------*/

#h_navi{
min-width: 980px;
background: url(../images/head_base.jpg) no-repeat top center;
}


#wrap {
width:980px;
margin:0 auto;
text-align:left;
position:relative;
z-index: 1;
}

#wrap p#home     {
float:left;
 width:205px;
 padding:25px 0 0 0;
 font-size:12px;

}

#wrap p#home_small     {
float:left;
 width:205px;
 padding:15px 0 15px 0;
 font-size:12px;

}

#s_link {
padding:0 0 10px 0;
}
#s_link ul {

  margin: 0;
  padding: 0;
  list-style: none;

}
#s_link li {
font-size:0.8em;
	margin: 0;
	padding: 0 0 0 8px ;
	height: 20px;
	display:inline;
	background: url(../images/link.gif) no-repeat left center;
}


/*------------------------------------------------
   Page top
------------------------------------------------*/
div#p_top{
padding:10px 0 10px 0;
margin:0 auto;
width:980px;
text-align:right;
clear:both;
display:block;
font-size:0.8em;
}
#p_top a {
background: url(../images/p_top.gif) left center no-repeat;
height:15px;
line-height:15px;
clear:both;
padding:3px 0 3px 17px;
}




/*------------------------------------------------
   Default
------------------------------------------------*

/* float */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/* End hide from IE-mac */

