@charset "EUC-JP";

*{
	margin:0px;
	padding:0px;
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

/*--------------------------------------
	style-clear
---------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td{  
    padding:0;  
    margin:0; 
	line-height:1.1;
	-webkit-text-size-adjust:none;
}  

body{
	background-image:url(../images/back_image.gif);
	color:#444;
	font-size: 12px;
}
table{  
    border-collapse: collapse;  
    border-spacing:0;  
}  
fieldset,img{  
    border:0;  
}  
address,caption,cite,code,dfn,em,strong,var{  
    font-weight:normal;  
    font-style:normal;  
}  
ol,ul{  
    list-style:none;  
}  
caption{  
    text-align:left;  
}  
th{
	text-align:center;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	font-size:100%;
	display:block;
	color: #444;
}  
q:before,q:after{  
    content:'';  
}  
abbr,acronym{  
    border:0;  
}

div:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  

