@charset "UTF-8";

/*
**********************************************************************

* message.css

* site name   : http://sky-tierra.com/
* description : Message Page styles
* since       : 2008-07-23
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1: Main Body styles

*********************************************************************
*/
div#Contents h1{
background:url("../img/message/ttl_message.jpg") 0 0 no-repeat;
margin-bottom:20px;
}
div#Contents h2{
background:url("../img/message/txt_message.gif") 0 0 no-repeat;
height:22px;
margin-bottom:20px;
}
div#Contents h3{
float:right;
text-indent:0;
width:auto;
height:auto;
margin:0 0 0 10px;
}
div#Contents .parent.first h3{
margin-bottom:30px;
}
div#Contents p{
margin:0 0 20px;
}
div#Contents p span{
color:#F62B68;
font-weight:bold;
}
div#Contents .parent{
background:url("../img/feature/bg_dot_gray.gif") 0 100% repeat-x;
padding:10px;
margin:0 10px 20px;
}
div#Contents .parent.first p{
float:left;
width:300px;
}
div#Contents .parent.first p.image{
float:right;
width:210px;
}
