@charset "utf-8";


/* reset
-----------------------------------------------*/
*{
margin:0;
padding:0;
}

/* body		2014DEL
body{
font-size:12px;
/font-size:75%;
line-height:1.4;
}
*/

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

p{
margin-bottom:10px;
}

table{
margin-bottom:10px;
border-spacing:0;
/*border-collapse:collapse;*/
/*table-layout:fixed;*/
}
table td{
padding:0.1em;
}

ul{
margin-bottom:10px;
}
ul li{
list-style:none;
}

ol{
margin:0 0 10px 1.5em;
/margin-left:1.8em;
list-style:decimal outside;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol{
margin-bottom:0;
}

dl{
margin-bottom:10px;
}

strong,
em{
font-weight:bold;
font-style:normal;
}

img{
border:0;
}

hr{
display:none;
}

input{
margin: 0 2px 3px 0;
vertical-align:middle;
}

input[type="submit"] {
	min-width: 14px;
	min-height: 14px;
	padding: 2px 6px;
}

option{
padding:1px 5px;
}
