@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: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 1em;
	text-align: left;
	color:#666;
}

/* general params
--------------------*/
body,div,dl,dt,dd,ul,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; 
} 

textarea{
    font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*
===== 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: #557F54;
	text-decoration:underline;
}
a:link{
	color: #557F54;
	text-decoration:underline;
}
a:visited{
	color: #0B4B0B;
}
a:hover{
	color: #FF9900;
	text-decoration:none;
}
a:active{
	color: #FF6666;
}

/*
===== 5: general setting ===========================
*/

.go_top{
	text-align:right;
	font-size:0.8em;
	margin: 15px 0 0 0;
	clear:both;
}

.print{
	text-align:center;
	font-size:0.8em;
	margin: 15px 0 0 0;
	clear:both;
}

.print a{
	background:transparent url(../images/icon-print.gif) 0 0 no-repeat;
	padding:3px 3px 3px 20px;
	height:16px;
}

.warning-frame{
	border: 1px solid #FF9999;
	background-color:#FFF4F4;
	padding:10px;
	line-height:1.4em;
}

.warning{
	color:#FF0000;
}

.normal-frame{
	border: 1px solid #ccc;
	background-color:#f2f2f2;
	padding:7px;
	line-height:1.4em;
}


.red-small{
	font-size: 10px;
	color:#FF0000;
}

.price{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
}

.small{
	font-size: 10px;
	line-height:1.4em;
}

.required{
	color:#ff0000;
	font-weight: normal;
}

.normal-weight{
	font-weight:normal;
}

