@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Ability Consultant
style info  :プライバシーポリシー設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*---------------------------------------
	#header
----------------------------------------*/

/* h2
------------------------------*/
#privacy #header h2{
	background: url(../privacy/images/title.gif) no-repeat left top;
}


/*------------------------------------
	#main
-------------------------------------*/
#privacy #main .intro h3{
	background: url(../privacy/images/tl_privacy.gif) no-repeat left top;
	height: 18px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

#privacy #main dl{
	margin: 45px 15px 0 25px;
}

#privacy #main dl dt{
	background: url(../images/bg_border.gif) no-repeat left top;
	padding: 13px 0 0 13px;
	color: #5f5555;
	font-weight: bold;
}

#privacy #main dl dd{
	margin: 15px 15px 45px 13px;
}

#privacy #main dl ul{
	margin-left: 15px;
}

#privacy #main dl ul li{
	list-style: disc inside;
	text-indent: -13px;
	margin-left: 13px;
}

/* .basic 個人情報の取扱いに関する基本事項について
---------------------------------------*/
#privacy #main .basic{
	margin-top: 55px;
}

#privacy #main .basic h4{
	background: url(../privacy/images/tl_privacy_basic.gif) no-repeat left top;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
}

#privacy #main .basic dl ul.number li{
	list-style: decimal inside;
	text-indent: -17px;
	margin-left: 17px;
}

#privacy #main .basic dl dl{
	margin: 0 0 0 13px;
}

#privacy #main .basic dl dl dt{
	background: none;
	padding: 0;
	float: left;
	clear: both;
	color: #462a10;
	font-weight: normal;
	width: 130px;
}

#privacy #main .basic dl dl dd{
	margin: 0;
}

/* .management 個人情報管理体制について
----------------------------------*/
#privacy #main .management h4{
	background: url(../privacy/images/tl_privacy_management.gif) no-repeat left top;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 20px;
}

#privacy #main .management p{
	margin-left: 25px;
}

#privacy #main .charge{
	border-top: 1px solid #d9d9d9;
	margin: 0 15px 0 25px;
	padding: 30px 0 0 15px;
}

/*--------------------------------------
	#side サイド
----------------------------------------*/
#privacy #side .contents ul li.li_04 a{
	background: url(../images/side/bg_content_hover.gif) repeat-y left top;
	color: #fff;
}

#privacy #side .contents ul li.li_04 a span{
	background: url(../images/side/icn_arrow_hover.gif) no-repeat left 8px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {
	
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {
	
}
