@charset "utf-8";

/* ------------------------------------------- CSS Information 
 File Name:      default.css 
 Author:         Miyagi 
 Style Info:     ブラウザスタイルのリセットと基本設定 
----------------------------------------------------------- */  
  
/* ----------------------- 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;
	font-size: 100%;   
}  
address, caption, cite, code, dfn, em, strong, th, var  {  
    font-style: normal;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
caption, th {  
    text-align: left;  
}  
q:before ,q:after   {  
    content: '';  
}  
object, embed   {  
    vertical-align: top;  
}  
hr, legend  {  
    display: none;  
}  
h1, h2, h2, h3, h5, h6  {  
	font-weight: normal; 

}  
img, abbr, acronym, fieldset    {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
}  
  
img {
    border: 0 none;
    vertical-align: bottom;
}

/* ----------------------- Basic Style */  
/* ------------ Font Style */  
body {  
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",　Osaka,  sans-serif; 
    background: #FFF;  
    color: #333;     
    text-align: center;
    line-height: 1.6;
}  
html>/**/body {  
    font-size: 13px;  
}  
  
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  
  
*+html body
{
    font-size: 80%;	
}
/* ------------ A Style */  
a:link  {  
    text-decoration: none;  
    color: #00479D;  
}  
  
a:visited   {  
    text-decoration: none;  
    color: #00479d;
}  
  
a:hover {  
	outline:none;
	text-decoration: underline; 
}  
  

.clearFix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearFix {
  min-height: 1px;
}

* html .clearFix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

select {
    background-image: url("../img/top/bg-grad-02.png");
    background-position: left center;
    background-repeat: repeat-x;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 16px;
    padding: 2px;
}




