table.appindex{
	font-size: 16px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 5px;
	color: #666;
}
a:link { color: #666; }
a:visited { color: #666; }
a:hover { 
	color: #660000; 
	font-weight: bold;
	}
a:active { color: #333; }
table.appindex th{
	padding: 12px;
	vertical-align: middle;
	text-align:left;
	border-bottom: #999 1px solid;
	color: #fff;
}
table.appindex td{
	padding: 12px;
	vertical-align: middle;
	text-align: left;
	border: #999 1px solid;
	font-size: 14px;
}
table.appindex td.pc {
	width: 164px;
	height: 60px;
	background-image:url("../images/pc.gif");
	background-repeat: no-repeat;
	background-position:left 50%;
}
table.appindex td.paper {
	background-image:url("../images/paper.gif");
	background-repeat: no-repeat;
	background-position:3px 50%;
}
table.appindex td.pcpaper {
	width: 200px;
	background-image:url("../images/pcpaper.gif");
	background-repeat: no-repeat;
	background-position:3px 50%;
}
table.appindex td:hover{
/*	background: #ffffcc;*/
	border: #663300 3px solid;
	padding: 10px;
}
table.radius {
	border-radius: 10px;*/
	border-spacing: 0;
	border: solid #ccc 2px;
	border-radius: 5px;
	margin: auto;
	font-size: 80%;
	width: 80%;
	empty-cells: hide;
	border-collapse: collapse;
} 
table.radius th {
	color: #999999;
	font-weight: bold;
	padding 6px 10px 6px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.radius td {
	padding 6px 10px 6px 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 50%;
	text-align:center;
}
table.radius td.small {
	vertical-align:top;
	padding-top: 0px !important;
}
table.radius th.bo,td.bo {
	border-bottom: 1px solid #ccc;
}
table.radius th.to,td.to {
	border-top: 1px solid #ccc;
}
table.radius th.le,td.le {
	border-left: 1px solid #ccc;
}
table.radius th.ri,td.ri {
	border-right: 1px solid #ccc;
}
table.radius th.no,td.no {
	border: none;
}
table.radius th.sema,td.sema {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
div.pc {
	margin-left:36px;
}
div.paper {
	margin-left:34px;
}

/* --- flow --- */
ol.flow {
	width: 500px;
	margin: auto;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}
ol.flow li {
	padding-top: 28px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	background: url(../images/flow_back.gif) no-repeat center top;
}
ol.flow li.first {
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 12px;
	background-image: none;
}
ol.flow dl {
	margin: 0;
}
ol.flow dt {
	padding: 9px 10px 7px;
	background: #ffffff url(../images/maru4_500_top.gif) no-repeat top;
	border-bottom: 1px #c0c0c0 solid;
	font-weight: bold;
	color: #999999;
}
ol.flow dt strong {
	margin-left: 3px;
	color: #2b2b2b;
}
ol.flow dd {
	margin: 0;
	padding: 15px 15px;
	background: #ffffff url(../images/maru1_500_bottom.gif) no-repeat bottom;
	color: #2b2b2b;
	line-height: 150%;
}
div.box{
	border: 1px solid #ddd;
	padding: 10px 10px;
	background:rgba(0,0,0,.1);
	border-raduis:3px;
	color: #666;
	margin: 10px 5px;
	width: 100px;
	text-aligh: center;
	display: inline-block;
	display: inline;
}
span.box{
	border: 1px solid #ddd;
	padding: 10px 10px;
	background:rgba(0,0,0,.1);
	border-raduis:3px;
	color: #666;
	margin: auto;
	width: 100px;
	text-aligh: center;
	display: inline-block;
	display: inline;
}
div.box_image{
	border:1px solid #ddd;
}
img.border{
	border:1px solid #ddd;
	padding: 10px;
}
ul.maru {
	list-style-type:square;
	padding-left:20px;
	text-align:left;
}
ul.maru li {
        background-image: none;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
}
ul.sq {
	list-style-type:square;
}
ul.sq li {
	padding-bottom: 2px;
}
.table_border {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	border:2px solid #999;
	line-height: 14px;
}
.table_border td{
	border:1px solid #ddd;
}
.table_border td.left{
	width: 130px;
}
.table_border td.ll {
	text-align:left;
	vertical-align:middle;
}l
.strong1 {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.strong2 {
	font-weight: bold;
	color: #999999;
	margin-left: 10px;
}
.strong3 {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.memo1 {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}
.memo2 {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}
.margin1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
