/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	font: 62.5% 'Meiryo', 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EEE url(images/back1.jpg) no-repeat  fixed;
	text-align: center;
	margin-top: 10px;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	border: 3px solid #DDD;
	border-top: none;
	clear: both;
	}

#header {
	height: 120px;
	background: #FFF;
	}

/* ###################### Main Menu in Header #################### */

#header h1 a, #header .description {
	font-size: 9px;
	color: white;
			}

ul.menu {
	padding: 3px 10px;
	font-size: 1.0em;
	position: absolute;
	background: #990000;
	left: 10px;
	width: 94%;
	}
	
ul.menu li a {
	padding: 3px 15px;
	font-size: 12px;
	color: white;
	margin: 0;
	}

/* ###################### page #################### */

h1, h2, h3, h4 {
	font-family: Meiryo, 'Trebuchet MS', Verdana, Sans-Serif;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom: 1px solid #DDD;
	}

#primary .entry-content h4 { /* blog and page content h4 */
	font-size: 13px;
	letter-spacing: none;
	background: #EFEFEF;
	padding-top: 1px;
	padding-left: 3px;
	}



/* ###################### secondary #################### */

.secondary div {
	margin: 0 0 20px;
	font-size: 12px;
	}

#sidebar-main h2,#sidebar-main h4 { /* Secondary H2 is sidebar headlines */
	font-size: 14px !important;
	text-align: left;
	font-weight: normal !important;
	color: white;
	padding: 3px !important;
	border-bottom: none;
	background:#142879 url(images/sb_red.png) repeat-x !IMPORTANT;
	display: block;
}

/* ###################### footer #################### */

#footer a {
	color: ;
	border-bottom: none;
	font-weight: bold;
	}

#commentlist li{
	background:#EEEEEE
	}

/* ################## plugin ####################### */

.breadcrumb {
	margin-left: 30px;
	}

/************** original  *****************/

#headerlogo {  /* org company logomark of header  */
	margin: 10px;
	float:left;
	}

