@charset "UTF-8";
/* CSS Document */
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Links */

a:focus,a:hover {color: #039;}
a {
	color: #456;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.feed {
	background: url('../img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}


#wrapper {
	margin: 0 auto;
	width: 920px;
}

#header {
	padding-top: 24px;
	padding-bottom: 32px;
	border-bottom: 1px solid #dddddd;
}
#header h1 {
	display: block;
	border-right: 1px solid #dddddd;
	padding: 10px 40px 0 0;
	margin-right: 40px;
	width: 240px;
	height: 120px;
	float: left;
}
#header #description {
	display: block;
	margin-top: 50px;
	line-height: 20px;
}
#header h2 {
	display: block;
	line-height: 20px;
}

#side {
	margin: 10px;
	width: 255px;
	float: right;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	border-bottom: 1px solid #dddddd;
	line-height: 2em;
	text-indent: 0.4em;
}
ul.menu li a {
}

#main-content {
	border-right: 1px solid #dddddd;
	width: 620px;
	float: left;
}
.content {
	margin: 10px;
}
h2.title {}
h3.title {}
.osusume {}

#footer {
	clear: both;
	border-top: 1px solid #dddddd;
	padding: 20px;
}
#footer p {}

