/* ----- universal selector ----- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- universal selector ----- IE6 */
th, td, form {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	line-height: 1.5;
 	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ----- for accessibility ----- */
:focus {
	outline: 0;
}


/* ----- body edit it ----- */
body {
	color: #000;
	line-height: 1.5;
	background: white;
}

/* -- block elements ----- */
p {
	margin-bottom: 15px;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

p.marginNone {
	margin-bottom: 0;
}

blockquote {
	margin: 10px;
	padding: 10px;
}

blockquote * {
	padding: 1em 0;
}

pre {
	overflow: scroll;
	margin: 10px;
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}


/* -- link edit it ----- */
a {
	color: #00688a;
	text-decoration: underline;
}

a:hover {
	color: #00688a;
	text-decoration: none;
}


/* -- strong em ----- */

strong {
	font-weight: bold;
}

strong.red {
	color: red;
}

em {
	color: red;
}


/* ----- list elements ----- */
ul,
ol {
	margin: 0 0 20px 25px;
	padding: 0;
}

li {
	margin: 0 0 5px 0;
}

dl {
	margin: 0 0 20px 15px;
	padding: 0;
}

dt {
	margin-bottom: 5px;
}

dd {
	margin: 0 0 5px 15px;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0 0 5px 15px;
}

/* ----- form element ----- */
form {
	margin: 0 0 5px 0;
	padding: 1px 0;
}

form dl,
form p {
	margin: 0 0 10px 0;
	padding-bottom: 0;
}

form th {
    padding-top: 8px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background: #bdc8d0 url("../images/table_th_bg.png") repeat-x top left ;
}

fieldset {
	border: 0;
}

input,
textarea {
	margin-right: 5px;
	padding: 2px 5px;
	font-size: 14px;
	border: 1px solid #aaa;
	background: #fff url("../images/form_input_bg.png") repeat-x top left;
	vertical-align:top;
}

select {
	margin-right: 5px;
	font-size: 14px;
	padding: 2px 2px 2px 5px;
	background: #fff url("../images/form_input_bg.png") repeat-x top left;
}

select option {
	margin-right: 15px;
	font-size: 14px;
}

input {
	line-height: 1.2;
	vertical-align: middle;
}

input.typeImage {
	padding: 0;
	border: 0;
	vertical-align:top;
}

input.typeCheck {
	margin-right: 2px;
	padding: 0;
	border: 0;
	background: none;
}

input.typeBtn {
	margin-right: 15px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #888;
	background: #363636 url("../images/form_btn_bg.png") repeat-x top left;
	cursor: pointer;
}

input.typeBtn:disabled {
	color: #666666;
}

input.typeBtnAct {
	margin-right: 15px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #f39174;
	background: #d04628 url("../images/form_btn_act_bg.png") repeat-x top left;
	cursor: pointer;
}

label {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
    font-size: 14px;
}

/* ----- edit it ----- */
input.widthS,
textarea.widthS,
select.widthS {
	width: 160px;
}

input.widthM,
textarea.widthM {
	width: 300px;
}

input.widthL,
textarea.widthL {
	width: 180px;
}


/* ----- table element ----- */
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
 	border: 1px solid #bbb;
}

th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 5px 8px;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

th {
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	background: #c9c9c9 url("../images/table_th_bg.png") repeat-x top left ;
}

td.right {
	text-align: right;
}


/* ----- img ----- */
img {
	border: 0;
}


/* ----- override classes */
/* ----- list:markerNone ----- */
ul.markerNone {
	margin: 0;
	list-style-type: none;
}

ul.markerNone li {
}

/* ----- list:inline ----- */
ul.inline {
	margin: 0;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
}


/* ----- definition list:harmonize  ----- */
dl.harmonize  {
	margin: 0;
}

dl.harmonize dt {
	display: block;
	float: left;
	clear: left;
	width: 5em;
	margin: 0 5px 4px 0;
	padding: 0;
	font-weight: normal;
}

dl.harmonize dd {
	margin: 0 0 5px 5.5em;
	padding: 0;
}

/* ----- image ----- */
img.floatLeft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

img.floatRight {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

/* ----- centering ----- */
.center {
	text-align: center;
}

/* ----- float clear ----- */
.floatClear {
	clear: both;
}

/* ----- note ----- */
.note {
	font-size: 75%;
}