@charset "utf-8";
/* CSS Document
 
main.css index:
#1552 basic
#1635 general items
#1776 section/article
#2536 button
#2712 header
#2833 nav
#2933 banner
*/

/* Type */

	body, input, select, textarea {
	color: #616161;
	font-weight: 400;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #5385c1;
		font-weight: 300;
	}

	h2 {
		font-size: 1.75em;
		font-weight: 300;
	}
.lost-menu{
	list-style-type:none;
	list-style-image:url(../../images/general/listflower.png);
}
.stories{
	list-style-type:none;
	list-style-image:url(../../images/general/listflower.png);
}
.logo {
	text-align:left;
	}
.bk-highlight{
	padding:1em 0 .1em 0;
	margin:18em 0 7em 0;
	font-weight:600;
	background:/*url(../../images/transparency.png) #5385c1 80%*/;

}
a:link {text-decoration: none;}
a:hover {
	text-decoration:underline !important;}

