@charset "utf-8";
/*------------------------------------------------------------------
	top.css...Copyright DESK LIFE. All Rights Reserved.
--------------------------------------------------------------------*/
@import url(standard.css);
@import url(contentsmenu.css);
/*------------------------------------------------------------------
	About DESK LIFE
--------------------------------------------------------------------*/
#submenu{
	width: 200px;
	float: left;
}
#aisatsu,
#gaiyo,
#privacy {
	margin: 0 0 0 5px;
	width: 695px;
	float: right;
}
/*---------------------------------------------------
	submenu
-----------------------------------------------------*/
#submenu {
	margin: 5px 0 0 0;
	width: 200px;
	float: left;
}
	#submenu .title{
		height: 35px;
		background: url('../Image/about_submenu_title.png') no-repeat;
	}
	#submenu ul {
		padding: 1em 0 0 5px;
	}
	#submenu li {
		margin: 0 0 0 10px;
		background: url('../Image/list_points_aqua.png') no-repeat center left;
		padding:0 0 0 12px;
		line-height: 1.5em;
		font-size: 15px;
	}
/*---------------------------------------------------
	aisatsu
-----------------------------------------------------*/
#aisatsu .title {
	margin: 5px 0 0 0;
	height: 50px;
	background: url('../Image/about_title_aisatsu.png') no-repeat left top;
}
	#aisatsu .title h2 {
		margin: 0;
	}
#aisatsu .text {
	line-height: 160%;
	padding: 30px 30px 0 30px;
}
/*---------------------------------------------------
	gaiyo
-----------------------------------------------------*/
#gaiyo .title {
	margin: 10px 0 0 0;
	height: 50px;
	background: url('../Image/about_title_gaiyo.png') no-repeat left top;
}
	#gaiyo .title h2 {
		margin: 0;
	}
#gaiyo .episode {
	padding: 10px 20px 0 20px;
	width:455px;
}
	#gaiyo .episode-header {
		background: url('../Image/block_455_yellow_head.png') no-repeat;
		height: 5px;
	}
	#gaiyo .episode-body {
		padding: 0 10px 0 10px;
		font-size: 85%;
		background: url('../Image/block_455_yellow_body.png') repeat-y;
	}
	#gaiyo .episode-footer {
		background: url('../Image/block_455_yellow_foot.png') no-repeat;
		height: 5px;
	}
#gaiyo .table {
	margin: 0 0 0 20px;
	border-collapse: collapse;
	width: 655px;
}
	#gaiyo .tr01,
	#gaiyo .tr02,
	#gaiyo .td01,
	#gaiyo .td02 {
	border-style: solid;
	border-color: #CCD1DD;
	border-width: 1px 0px;
}
	#gaiyo .tr01 {
		width: 635px;
		background-color: #FFFFFF;
	}
	#gaiyo .tr02 {
	width: 635px;
	background-color: #EDF2FC;
	}
	#gaiyo .td01,#gaiyo .td02 {
		vertical-align:top;
		padding: 10px 0 10px 5px;
	}
	#gaiyo .td01 {
	width: 160px;
	color: #021D53;
	/*background: url('../Image/list_point5L_Orange.png') no-repeat left top;*/
	font-weight: bold;
	text-align: left;
	text-indent: 12px;
	vertical-align: middle;
}
	}
	#gaiyo .td02 {
		width: 495px;
	}
/*---------------------------------------------------
	gaiyo
-----------------------------------------------------*/
#privacy .title {
	margin: 5px 0 0 0;
	height: 50px;
	background: url('../Image/about_title_privacy.png') no-repeat left top;
}
	#privacy .title h2 {
		margin: 0;
	}
#privacy .text {
	line-height: 160%;
	padding: 10px 20px 10px 20px;
}
#privacy .komidashi {
	margin: 0 0 0.5em 0;
	height: 1.75em;
	padding: 0.25em 0 0 0;
	font-weight: normal;
	color: #233C76;
	font-size: 130%;
}
#privacy .text ul li {
	margin-left: 4em;
	list-style-type: decimal;
}

