@charset "utf-8";
/* ===================================================================
	CSS information
	file name  :  reset.css
	style info :  reset
	date:2013.01.30
=================================================================== */




/* ------ reset -------- */


body,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; 
} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
}
fieldset,img {  
	    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
} 
ol,ul { 
	    list-style:none; 
} 
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; 
}



/* ------ font -------- */



body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    *font-size:small;
    *font:x-small;
	font-size:13px;
}

textarea,
input,
select{
    font:99% arial,helvetica,clean,sans-serif;
}

table{
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt{
    font-family:monospace;
    *font-size:100%;
    font:115% monospace;
    line-height:100%;
}


//*  fdd 追加  *//


.postrelation-1 ul li { 
	    margin:0; 
	    padding:0; 
	    list-style:none; 
}



#message  ul li {
    list-style-type:disc;
    margin:0 1.5em;
}

#message  ul.box  li {
	    list-style:none; 
}

#message  ol li {
    list-style-type:decimal;
    margin:0 1.5em;
}



