@charset "UTF-8";

/*-------------------------------------------------------------------------------- reset */
/* -------------------------- 
IE6 向けのスタイル 
----------------------------- */  
* html ,* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
div#cover {  
    overflow: auto;  
    position: relative;  
    width: 950;  
    height: 100%;  
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}
#backstretch {  
    position: fixed !important;  
    position: absolute;  
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

/*
li{
list-style:none;
}
*/

table{
 //width:auto;
 border-spacing:0;
 border-collapse:separate;
 border-collapse:collapse; /* ie6,7 */
 table-layout:fixed;
 word-break:break-all;
 word-wrap:break-word;
}
 
th, td{
 padding:5px;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
font-style:normal;
}

th {
text-align:left;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
vertical-align:middle;
}

select{
background-color:#ffffff;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

/*
del,u{
text-decoration:none;
}
*/

pre{
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
white-space:pre-wrap;
word-wrap:break-word;
font-family:inherit;
font-size:100%;
}

/*-------------------------------------------------------------------------------- default_text */
body{
color:#333;
line-height:1.5;
font-size:12px;
font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
}

/*-------------------------------------------------------------------------------- link */
a {
color:#258fb8;
text-decoration:none;
}

/*
a:link{
color:#258fb8;
}
a:visited{
color:#258fb8;
}

a:hover{
color:#996600;
}
a:active{
color:#996600;
}
a:focus{
color:#996600;
}
*/

