/*

Company:     KISS Inc.
Copyright:   KISS
Pridect: KANYO
_______________________________________________________________
*/

/* ↓↓ジャンプページ対策 */

*{	
	text-align:center;
	font-size:small;
}

/* ↑↑ ジャンプページ対策 */

body {

	background:#fff url(img/bkpg.jpg) 0 90px repeat-x;
}

#flasharea {
	width:720px;
	height:100px;
}

#navigation {
	display:none;
}


/*
contents
	cw_row1
	cw_row2
		cw_left
		cw_right
*/

/****** cw_row1 :: cw_right ***********************************/

	#cw_row1 {
		width:720px;
		height:auto;
	}
	#cw_row1 #cw_pagecue {
		width:700px;
		height:50px;	/* ns */
		clear:both;
		margin-left:16px;
		padding:0;
	}
	#cw_row1  #cw_pagecue li{
		height:40px;
		float:left;
		width:130px;
		margin:0 3px;
		padding:5px 0;
		text-align:center;
		line-height:1.5em;
		background-color:#F0F0F0;
		border:1px solid #b0b0b0;
		color:#960;
	}
	
	#cw_row1 .on {
		font-weight:bold;
		color:#f00;
	}

	#cw_row1 #cw_description {
		width:auto;
		height:auto;	/* ns */
		margin-top:10px;
		margin-left:50px;
		padding:0;
		background-color:blue;
	}
	#cw_row1  #cw_description li{
		clear:both;
		height:auto;
		width:auto;
		margin:2px 0;
		padding:0;
		line-height:1.2em;
		color:#960;
	}
	
/** cw_row2
***********************************/
#cw_row2 {
	width:720px;
	height:auto;
}

/** cw_row2 :: cw_left
***********************************/

#cw_left {
	display:inline;
	float:left;
	width:540px;
	height:auto;
	margin-top:10px;
}

	#cw_left h4 {
		background-color:#ccc;
		font-size:small;
		height:15px;
		padding:5px 10px;
	}
	
	.plans {
		width:520px;
		margin-left:10px;
		margin-top:10px;
		margin-bottom:20px;
	}
	.plans table{
		width:520px;
	}
	.plans table caption{
		display:none;
	}
	.plans table td{
		vertical-align:top;
		padding:5px;
	}
	.plans table .td_image{
		width:100px;
	}
	.plans table .td_price{
		width:140px;
		text-align:center;
	}
	.plans .ttl {
		display:block;
		font-size:107%;
		font-weight:bold;
		padding:5px 0;
		color:#666;
		border-bottom:1px solid #ccc;
	}
	.plans .subttl {
		display:block;
		font-size:100%;
		color:#f60;
	}
	.plans .desc {
		color:#666;
	}
	.plans ul {
		margin-top:5px;
	}
	.plans li {
		clear:both;
		color:#666;
		width:240px;
		margin-bottom:3px;
	}
	.plans .price {
		display:block;
		font-weight:bold;
		font-size:122%;
		color:#d00;
		padding:5px 0;
	}
	.plans .pricedesc {
		display:block;
		font-size:85%;
		color:#666;
	}
	

/** cw_row2 :: cw_right
***********************************/

#cw_right {
	display:inline;
	float:left;
	width:160px;
	margin-top:10px;	
	margin-left:20px;
}

	.sidebanners {
		width:158px;
		border:1px solid #ccc;
/*		height:50px;*/
		text-align:center;
	}
	.sidebanners h5 {
		margin-bottom:5px;
	}
	.sidebanners h5 span{
		display:none;
	}
	.sidebanners img{
		padding:
		border:1px solid #ccc;
		text-align:center;
	}
	.sidebanners p{
		height:auto;
		padding-bottom:5px;
		padding-top:5px;
		text-align:center;
	}


/****** formarea ***********************************************/


