
.toptxt{
	background	: url(../../system/img/toptxt.gif) top left;
}

.toptxt p{
	font-size		: 11px;
	line-height		: 18px;
	padding			: 10px 10px;
}

.toptxt p a,
#op div p a{
	color			: #cc3333;
	text-decoration	: underline;
}

.toptxt p a:hover,
#op div p a:hover{
	text-decoration	: none;
}

.system{
	margin			: 0 0 10px 0;
	padding			: 5px 0 0 0;
}

.system table{
	width			: 100%;
	font-size		: 13px;
	line-height		: 18px;
	margin			: 0 0 0 0;
}

#sys1 table{
	margin-bottom: 10px;
}

.system tr{
	vertical-align	: top;
}

.system th{
	width			: 43%;
	border-bottom		: 1px dotted #dddddd;
	padding			: 8px 0 7px 0;
}

.system th p{
	color			: #27b3b9;
	padding			: 0 5px 0 5px;
}

.system td{
	border-bottom		: 1px dotted #dddddd;
	padding			: 8px 0 7px 0;
}

.system td p{
	font-size		: 12px;
	text-align		: right;
	padding			: 0 5px 0 5px;
}

.boxtxt{
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px 10px 5px;
}

#area th{
	width			: 68%;
}

.cretxt{
	font-size: 11px;
	line-height: 16px;
	padding: 0 5px 10px 5px;
}


/** acordion **/

#acMenu{
	margin: 0 0 5px 0;
}

#acMenu .aiaiai{
	display:block;
	width:100%;
	font-size: 14px;
	height:40px;
	line-height:40px;
	text-align:left;
	cursor:pointer;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: -1px;
}

#acMenu .aiaiai span{
	display: block;
	margin: 0 5px;
	background: url(img/off.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

#acMenu .aiaiai.on span{
	background: url(img/on.png) no-repeat 100% 50%;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

#acMenu .naka{
	width:100%;
	display:none;
}


/** op **/

#op{
	padding: 5px 0 5px 5px;
	font-size: 0;
	line-height: 0;
}

#op div{
	display: inline-block;
	width			: 32%;
	line-height		: 20px;
	text-align		: center;
	margin			: 0 1px 2px 1px;
	border: 1px solid #c4ede9;
}

#op div p{
	font-size		: 10px;
}

#op div em{
	font-size		: 12px;
}

#op div p{	color	: #938159; background: #F9F5E8}


#cre{
	margin			: 10px 0 10px 0;
}

#cre h3{
	margin			: 0 0 10px 0;
}

#cre h4{
	font-size		: 14px;
	font-weight		: bold;
	line-height		: 35px;
	text-indent		: 5px;
	color			: #009999;
	background		: #EDFCFC;
}

.cre1 span{
	display: block;
	text-align: center;
}

.cre1 p{
	font-size		: 11px;
	line-height		: 16px;
	margin: 0 0 10px 0;
	padding: 0 5px;
}

.cre2{
	margin			: 0 0 10px 0;
}

.cre2 li{
	font-size		: 11px;
	line-height		: 16px;
	padding			: 10px 5px;
	border-bottom	: 1px dotted #dddddd;
}

.cre3 h4{
	margin-bottom	: 10px;
}

.cre3 .cbox{
	position		: relative;
	margin			: 0 0 10px 0;
	padding			: 0 0 10px 0;
	border-bottom	: 1px dotted #dddddd;
}

.cre3 .cbox h5{
	display			: inline-block;
	position		: absolute;
	top: 0;
	left:5px;
	height			: 30px;
	font-size		: 12px;
	font-weight		: normal;
	line-height		: 30px;
	color			: #996633;
	text-align		: center;
	border: 1px solid #d6c99d;
	background: #f9f5e8;
	box-shadow: 0 0 0 2px #ffffff inset;
	padding: 0 10px;
}

.cre3 .cbox .cdiv{
	font-size		: 13px;
	line-height		: 18px;
	color			: #996600;
	margin			: 0 0 5px 75px;
	padding: 6px 0 5px 0;
}

.cre3 .cbox p{
	font-size		: 11px;
	line-height		: 16px;
	margin			: 0 0 0 75px;
}

.cre3 .cbox p em{
	font-size		: 11px;
	color			: #27b3b9;
}

.cre3 .cbox .bt2{
	display			: inline-block;
	margin			: 10px 5px 10px 70px;
}

.cre3 .cbox .bt2 span{
	display			: inline-block;
}

.cre3 .cbox .bt2 a{
	font-size: 12px;
	line-height: 20px;
	padding: 0 20px;
}

.cre3 .cbox .cspan{
	display			: inline-block;
	font-size		: 11px;
	line-height		: 18px;
	margin			: 10px 0 0 75px;
}
