@charset "UTF-8";

/*-----------------------------------------
system.html
-----------------------------------------*/

h3{
	margin-top:25px;
	}

	
p.inner{
	margin:0 70px 10px 61px;
	font-size:12px;
	}

ul.systemlist{
	position:relative;
	list-style:none;
	margin-left:31px;
	margin-bottom:30px;
	}

.systemlist li{
	background:url(../../images/qa/mark_list.gif) no-repeat;
	background-position:1px left;
	padding-left:25px;
	margin-top:15px;
	font-size:12px;
	}	

.adbox{
	width:837px;
	height:auto;
	margin-left:31px;
	margin-bottom:25px;
	font-size:12px;
	}	

.adbox p{
	border:1px solid #4CC0D5;
	padding:13px 33px 13px 33px;
	}	

#mokuteki{
	width:805px;
	height:auto;
	margin-left:31px;
	margin-bottom:25px;
	font-size:12px;
	border:3px solid #CCCCCC;
	padding:13px;
	background-color:#eeeeee;
	}

#mokuteki p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	}

#mokuteki dd{
	background:url(../images/mark.gif) no-repeat;
	background-position:center left;
	padding-left:10px;
	margin-top:5px;
	}	
	

.return2{
	text-align:right;
	margin-right:31px;
	font-size:10px;
	}	

.return2 a{
	color:#041dac;
	text-decoration:none;
	}

.return2 a:hover{
	color:#F90;
	}	

p.sys{
	margin:25px 0 25px 31px;
	}	

/*-----------------------------------------
table
-----------------------------------------*/

#design_table table{
	clear:both;
	font-size:12px;
	width: 837px;
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:31px;
	}

#design_table table th {
	width:25%;
	font-style:normal;
	color:#333333;
	padding:7px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#e9e9e9;
	font-weight:normal;
	text-align:left;
	}

#design_table table td {
	padding:7px;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	background-color:#F4F4F4;
	}

#design_table table .tb_bottom{ 
	border-bottom:1px solid #F1F0EA;
	}

#design_table table td.bgtop{
	background-color:#E0DED4;
	}		

#design_table table td.title{
	background-color:#dddddd;
	text-align:center;
	font-weight:bold;
	}	

#design_table table td ul{
	list-style:none;
	margin-left:12px;
	text-indent:-1em;
	}
	
	
