@charset "UTF-8";


/*#############ANCHOR##############*/

A:link{
	color:#9B3752;
	text-decoration:none;
}

A:visited{
	color:#CE778F;
	text-decoration: none;
}

A:hover{
	color:#CE778F;
	text-decoration: underline;
}

A:active{
	color:#F00;
}


/*#############ID##############*/

#header{
	height:62px;
	padding:0px;
	background:url(../images/header_bg.jpg) repeat-x;
	overflow:hidden;
}

#contents{
	margin:10px 10px 10px 243px;
}

#menu{
	width:223px;
	float:left;
	margin:10px 0px 10px 5px;
}

#footer{
	clear:both;

	width:100%;
	height:24px;
	background:url(../images/footer_bg.jpg) repeat-x;
	text-align:right;
}



/*#############GENERAL##############*/

/*=======tags=======*/

body{
	font-family:sans-serif, "Osaka", "MS UI Gothic", "Verdana";
	color:#333;
	margin:0px;
	padding:0px;
	line-height:150%;
	font-size:80%;
}

h1{
	line-height:100%;
	margin:0px 10px;
}

h2{
	line-height:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	height:42px;
}

h3{
	line-height:100%;
	margin:20px 0px 5px 0px;
	padding:5px;
	background:#900;
	color:#FFF;
}

h4{
	line-height:100%;
	margin:10px 0px 5px 5px;
	padding:5px;
	color:#F90
}

h5{
	line-height:100%;
	margin:5px;
	padding:5px;
	border-bottom:1px solid #900;
	font-size:100%;
}

p{
	margin:5px 0px 15px 0px;
	letter-spacing:0.1em;
}

input{
	height:20px;
	border:1px solid #bbb;
}

textarea{
	border:1px solid #CBDBC1;
	margin:0px;
	padding:5px;
	font-size:95%;
}

form{
	margin:0px;
}

subtext{
	font-size:90%;
	color:#999;
}

li{
	margin-bottom:7px;
}

/*=======header=======*/

.header_txt{
	float:right;
	margin:0px 10px;
}

.header_login{
	position:absolute;
	left:320px;
	height:36px;
	font-size:80%;
	margin-top:10px;
	padding-left:10px;
	border-left:1px solid #555;
}

/*=======menu=======*/

.menu_item{
	width:223px;
	margin-bottom:10px;
	background:url(/images/menu_bg.gif) repeat-y;
}

.menu_item_header{
	margin-bottom:5px;
}

.menu_item_footer{
	margin:0px;
}


.menu_item_list{
	margin:0px 0px 5px 20px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}

.menu_login{
	margin:0px 5px 10px 15px;
	font-size:80%;
}

.menu_login_id{
	margin-bottom:10px;
}

.menu_login_pswd{
	margin-bottom:10px;
}

/*=======contents=======*/

h2.idx{
	background:url(../images/cts_recent_header_bg.jpg) repeat-x;
}

h2.about{
	background:url(../images/cts_about_header_bg.jpg) repeat-x;
}

h2.about{
	background:url(../images/cts_about_header_bg.jpg) repeat-x;
}


h2.release{
	background:url(../images/cts_release_header_bg.jpg) repeat-x;
}

h2.receive{
	background:url(../images/cts_receive_header_bg.jpg) repeat-x;
}

li.current{
	font-weight:bold;
}
	li.current:before{
		content:">> ";
	}

.contents_item{
	margin-bottom:10px;
}

.contents_item_harf{
	margin-bottom:10px;
	width:49%;
}

.contents_item_header_icon{
	margin:0px 10px;
}

.contents_item_header_ex{
	float:right;
	margin:10px 15px 0px 0px;
}

.contents_item_body{
	margin:10px 10px 10px 20px;
}

.contents_item_list{
	margin:0px 0px 5px 20px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}

.contents_item_list_li{
	margin:0px 10px 3px 0px;
	padding-bottom:3px;
	border-bottom:1px dotted #DDD;
}

.contents_item_release_det{
	vertical-align:middle;
	margin-bottom:5px;
}

.contents_item_release_arrow{
	vertical-align:middle;
	margin:0px 5px 5px 20px;
}

.contents_h4item{
	margin:0px 0px 15px 15px;
	padding:5px;
}

.contents_hako{
	padding:3px 5px;
	border:1px solid #47477C;
	color:#47477C;
}

.contents_hako_r{
	padding:3px 5px;
	background:#47477C;
	color:#FFF;
}

.contents_hako_gray{
	padding:3px 5px;
	border:1px solid #DDD;
}

.contents_qanda{
	padding:5px 5px 15px 5px;
	border:1px solid #DDD;
	margin-bottom:10px;
}

.contents_qanda_q{
	font-size:110%;
	font-weight:bolder;
	background:#DDD;
	padding:3px 5px;
	margin-bottom:5px;
	color:#000;
}

.contents_qanda_subcap{
	padding:3px 5px;
	border:1px dotted #999;
	margin-left:15px;
}

.contents_totop{
	text-align:right;
}

.contents_about_vc_th{
	width:150px;
	padding:5px;
	text-align:left;
	background:#333;
	color:#FFF;
	font-weight:bold;
}

.contents_about_vc_td{
	width:500px;
	padding:5px;
	text-align:left;
	background:#F3F3F8;
	color:#000;
	font-weight:nomal;
}

.contents_release_att{
	margin:5px 20px;
	padding:10px;
	background:#000;
	color:#FFF;
	border:2px solid #900;
	font-weight:nomal;
}

.contents_release_att_head{
	color:#F00;
}

.contents_release_must{
	padding:5px;
	margin:5px;
	border:2px solid #900;
	color:#900;
}

.contents_release_plain{
	padding:5px;
	margin:5px;
	border:1px dotted #999;
}

.contents_release_sec{
	padding:5px;
	margin:5px;
	border:2px solid #000;
}

.contents_receive_tbl_th{
	padding:5px;
	font-weight:bold;
	background:#000;
	color:#FFF;
	text-align:right;
}

.contents_receive_tbl_td{
	padding:5px;
	background:#DDD;
	color:#000;
	text-align:left;
}

/*=======contents_ex=======*/

ol{
	font-weight:bold;
}

ol li p,ol li ol,ol li ul,ol li subtext{
	font-weight:lighter;
}


strong{
	font-weight:bolder;
}

.plan_a_icon{
	font-weight:bold;
	background:#824355;
	color:#FFF;
	padding:3px 5px;
	margin-right:5px;
}

.plan_b_icon{
	font-weight:bold;
	background:#424A84;
	color:#FFF;
	padding:3px 5px;
	margin-right:5px;
}


/*=======release=======*/

h2.release_title{
	background-color:#eee;
	border-bottom:1px dotted #555;
	padding:5px;
	height:48px;
}

.release_body{
	padding:5px;
	margin:5px;
	border:1px dotted #999;
}


/*=======footer=======*/

.footer_item{
	margin-right:10px;
	vertical-align:middle;
}