@charset "utf-8";

@import url("default.css");
@import url("fonts.css");

/* Clearfix
=================================*/

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */

html, body {
	padding: 0;
	margin :0;
	height: 100%;
	min-height: 100%;
	color: #252525;
	background: #fafafa;
	font-family: Helvetica;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h2 {
	border: solid #ccc 1px;
	border-top: none;
	border-right: none;
	border-left-width: 5px;
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

table {
}

td#laplist {
	border: solid #ccc 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	padding:5px
}

p.note {
	margin: 0 auto;
	width: 100%;
	padding: 0 0 .5em;
	text-align: right;
}

a {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.sctble_mat {
	font-size: 93%;
}

/* =========================================
*  FRAME
* ========================================= */

div.pagebody {
	margin: 0 auto 1em;
	padding: 5px;
	width: 100%;
	background: #fafafa;
}

h2 {
	border: solid #ccc 1px;
	border-top: none;
	border-right: none;
	border-left-width: 5px;
	font-size: 120%;
}

p#skin {
	margin-top: 1.5em;
}

dl {
    padding: 0 1em 1em;
}

    dl dt {
    	padding-top: 1.5em;
    }
    	
    dl dd {
    	padding-top: .5em;
    }
    
p.copy {
	margin-top: 1em;
	border-top: solid #ccc 1px;
	padding: 1em 0 0;
	text-align: center;
}
	
/* =========================================
*  jQuery selectable
* ========================================= */

input#callback_dammy {
	width: 9.5em;
}

