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

@import "cnt.css";

/*----------------------
=00 navi
----------------------*/


#left .telbox{
	margin-top:0px;
	}

/*----------------------
=00 sitemap
----------------------*/
#sitemap .block{
	width:550px;
	margin:30px auto;
	text-align:left;
	}
#sitemap .block .left,
#sitemap .block .other{
	float:left;
	width:260px;
	}
#sitemap .block .right{
	float:right;
	width:280px;
	text-align:left;
	}
#sitemap .block .box{
	margin-bottom:25px;
	}
#sitemap .block .box h4{
	font-size:14px;
	padding-left:15px;
	margin-bottom:5px;
	font-weight:bold;
	background:url(../img/icon_arrow01.gif) no-repeat 0 4px;
	}
#sitemap .block .box ul{
	padding-left:15px;
	}
#sitemap .block .box ul li{
	padding-left:15px;
	background:url(../img/icon_otherlink.gif) no-repeat 0 3px;
	}
#sitemap .block .box ul ul{
	padding-top:3px;
	padding-bottom:8px;
	padding-left:0px;
	background:none;
	}
#sitemap .block .box ul li ul li{
	padding-left:10px;
	background:url(../img/icon_arrow02.gif) no-repeat 0 4px;
	}
#sitemap .other{
	clear:both;
	}
#sitemap .other ul li{
	margin-bottom:3px;
	padding-left:15px;
	background:url(../img/icon_arrow01.gif) no-repeat 0 4px;
	}


/*----------------------
=00 archive
----------------------*/

#archive ul{
	width:550px;
	margin:15px auto 30px;
	text-align:left;
	}
#archive ul li{
	margin-bottom:3px;
	clear:both;
	padding-left:15px;
	background:url(../img/icon_otherlink.gif) no-repeat 0 3px;
	}
#archive ul li span{
	display:block;
	}
#archive ul li span.day{
	float:left;
	width:100px;
	color:#3367CC;
	}
#archive ul li span.title{
	float:left;
	}



/*----------------------
=00 condition
----------------------*/

#condition{
	width:576px;
	text-align:left;
	margin-left:35px;
	}
#condition #sub{
	width:576px;
	height:34px;
	margin:10px auto 5px;
	padding:10px 0 0 15px;
	font-weight:bold;
	background:url(../term/img/bg.gif) no-repeat;
	}
#condition #txt{
	width:530px;
	margin:0 0 30px 40px;
	}
#condition #txt p{
	margin:0 20px 0 0;
	padding:5px auto 0;
	}
#condition #txt ol.no{
    display:inline;
	width:500px;
	list-style:decimal;
	}
#condition #txt ol.no li{
    display:list-item;
	background:none;
	margin:0 30px 5px 0;
	text-indent:-16px;
	padding-left:16px;
	}


/*----------------------
=01 privacy
----------------------*/

#essential table{
	width:500px;
	margin:0 auto 20px;
	}
#essential table th,
#essential table td{
	border:1px solid #ccc;
	padding:5px 8px;
	text-align:left;
	}
#essential table th{
	white-space:nowrap;
	text-align:center;
	vertical-align:top;
        background:#F3F3F3;

	}

#essential table .blue{
	color:#3266CC;
	}
#essential table a{
	text-decoration:underline;
	}
#essential table a:hover{
	text-decoration:none;
	}
