/* CSS Document */

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; 
} 
img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,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:12px;
	font-weight:normal;
	line-height: 1em;
} 
abbr,acronym { border:0; 
} 
body {
	color: #555;
	text-align: center;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFF url(../img/share/bg.jpg) no-repeat center top;
	letter-spacing: 1px;
}
img {
	border: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li img {
     vertical-align: bottom;
}
a:link {
	color: #ff7aae;
	text-decoration: underline;
}
a:visited {
	color: #ff7aae;
	text-decoration: underline;
}
a:hover {
	color: #ff7aae;
	text-decoration: none;
}
a:active {
	color: #ff7aae;
	text-decoration: underline;
}
