@charset "UTF-8";
/* CSS Document */

@import url("common.css");

/*共通設定*/

a {
	color: #0CF;}
	
a:hover {
	color: #222;
	position: relative; 
    top: 1px; 
    left: 1px;
	}
	
/*コンテンツ*/
	
#contents {
	padding-left:30px;}
	
/*レフトボックス*/
	
#left_box {
	float: left;
	margin-top: 35px}
	
#left_box ul {
	margin-top: 30px;
	color:#555;
	font-size: 0.75em;}
	
#left_box li {
	margin-bottom: 20px;}
	
/*ライトボックス*/
	
#right_box {
	margin-top:27px;;
	float: right;
	width: 640px;
	background: url(../image/g_d.png) no-repeat 97px bottom}
	
#top_area {
	margin-right: 30px;
	border-bottom: solid 1px #888}
	
#top_area p {
	margin-bottom: 20px;}
	
em {
	font-style: normal;
	color: #0CF;}
	
#right_box .gra_design img {
	margin: 10px 0 10px;}
	
h2 {
	margin-bottom: 20px;
	padding-top: 3px;
	font-weight: normal;
	color: #666;
	font-size: 1.35em;
	line-height: 1.5;
	background: url(../image/g_h2_bg.gif) no-repeat 330px top;}
	
#price_ttl {
	float: left;
	}
	
h3 {
	padding-top: 28px;
	margin-bottom:20px}
	
#price_list {
	float: right;}
	
table {
	margin-top: 20px;
	margin-right: 30px;
	width: 450px;
	font-size: 0.75em;
	line-height: 2;
	color: #444}
	
th {
	font-weight: normal;
	text-align: left;}
	
.clear {
	clear: both;
	margin-left: 100px;
	padding: 15px 0 120px;
	font-size: 0.7em}

/*floatの解除*/	
#contents:after { 
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";}

#contents {
    min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/}

	


	