@charset"utf-8";

/* 初期化 */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0;
}
body {
	font-size: 13px;
	*font-size: 81.25%;
	line-height: 1.22;
	margin:0;   
    padding:0;
	background-image: url(../images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
	 font-size:inherit;
	 font:100%; 
    border-collapse:collapse;
     /*border-spacing:0;   */
} 
fieldset {    
     border:0;   
} 
img	{
	border: 0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
} 
ol,ul {
	margin: 0;
	padding: 0;
}
li	{
	margin: 0 0 0 0px;
}
caption,th {
	text-align:left;
} 
h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
} 
q:before,q:after {  
     content:'';   
} 
abbr,acronym { border:0;   
}

a,
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    color: #0053FF;
    text-decoration: underline;
}