@charset "utf-8";
/*
	Site Name: Hands to Heart
	Author: Japan Media Creations
*/

/*
===== CONTENTS ===========================================

	body and base setting
		: general params
	link setting

==========================================================
*/



/*
===== body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
    font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	background: #666 url(../images/background02.gif) repeat;
	color:#555;
}

/* general params
--------------------*/
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; 
}  
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 


/*
===== form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　

/*
===== link setting ===========================
*/

a{
	color: #0099FF;
	text-decoration:underline;
}
a:link{
	color: #0099FF;
	text-decoration:underline;
}
a:visited{
	color: #0066CC;
}
a:hover{
	color: #E6842D;
	text-decoration:none;
}
a:active{
	color: #0066CC;
}

/*
===== 5: general setting ===========================
*/

.red{
	color:#FF0000;
}

.red-small{
	font-size: 10px;
	color:#FF0000;
}