@import url(font.css);
@import url(form.css);

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-style: normal;
	outline: 0;
	font-weight: normal;
} 
body {
	color: #000;
	font-family: ykl, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background-color: #ddd;
	font-size: 1.4em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	
} 
a {
	color: #004a99;
}
a:hover, a:focus, a:active {
	color: #ff4600;
}
h2,h3,h4,h5,p,ol, #breadcrumb {
	margin-bottom: 15px;
	text-align: left;
}
h2 {
	font-size: 50px;
	font-family: ykb, sans-serif;
	color: #ff4600;
}
h3 {
	font-size: 40px;	
	font-family: ykb, sans-serif;
}
h4 {
	font-size: 30px;
	font-family: ykr, sans-serif;
}
li {
	margin-left: 30px;
}
blockquote {
	padding: 20px;
	padding-left: 70px;
	background-image: url(images/blockquote.png);
	background-position: 20px 25px;
	background-repeat: no-repeat;
	background-color: #eee;
	margin-bottom: 15px;
}
article strong {
	font-family: ykr, sans-serif;
}
em, var {
	color: #ff4600;
}
aside em {
	color: #000;
}
#top {
	background-color: #414141;
}
#top h1 {
	padding-top: 25px;
	min-height: 205px;
	background-image: url(images/over.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#top h1 a, #top h1 span {
	font-size: 0;
	display: block;
	vertical-align: top;
	min-width: 360px;
	text-indent: -9999px;
	margin-left: 5%;
	background-image: url(images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 81px;
}
#top h1 em {
	display: block;
	min-width: 300px;
	color: #ddd;
	margin-left: 5%;
	font-size: 70%;
	text-shadow: 1px 1px 1px #414141;
}
#meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 5%;
	justify-content: space-between;
	background-color: #ff4600;
	margin-bottom: 30px;
}
#meta h2 {
	display: none;
}
#meta ul {	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}
#meta li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
#meta a, #meta strong {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 110px;
	padding: 10px 20px;
	text-align: center;
	font-family: ykr, serif;
	font-size: 1.3em;
	background-color: #ff4600;
}
#meta a:hover, #meta a:focus, #meta a:active, #meta strong {
	color: #fff;
	background-color: #666;
	position: relative;
}
#meta strong {
	cursor: default;
	font-weight: normal;
	color: #fff;
	background-color: #666;
	position: relative;
}
#meta a:hover:after, #meta strong:after {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid #666;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	content: " ";
	margin-left: 60px;
}
#meta dfn {
	display: none;
}
#meta form {
	white-space: nowrap;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	background-color: #ff4600;
	height: 45px;
	text-align: right;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
}
#s {
	height: 30px;
	padding: 1px 7px;
	width: 150px;
	border: 2px solid #444;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	background-color: #eee;
	font-size: 18px;
	font-family: ykr,sans-serif;
}
#s:hover, #s:focus {
	background-color: #fff;
}
button {
	font-size: 0;
	background-image: url(images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #444;
	width: 60px;
	margin-left: -5px;
	height: 36px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
button:hover, button:focus {
	background-color: #000;
}
#wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5%;
}
main {
	min-width: 320px;
	display: inline-block;
	vertical-align: top;
	flex: 6;
}
aside {
	min-width: 300px;
	display: inline-block;
	vertical-align: top;
	flex: 3;
}
aside section {
	margin-bottom: 30px;
	margin-top: 0;
}
aside h2 {
	background-image: none;
	background-color: #999;
	color: #fff;
	font-size: 25px;
	padding: 3px 10px;
	font-family: ykr, sans-serif;
	margin-top: 0;
}
article {
	margin-bottom: 30px;
	padding: 0 30px;
	border-left: 5px solid #ff4600;
	text-align: justify;
}
article h2 {
	margin-left: -35px;
	background-color: #ddd;
	text-align: left;
}
article h3 a {
	margin-left: -35px;
	background-color: #ddd;
	display: block;
	text-decoration: none;
	padding-bottom: 15px;
	color: #444;
	text-align: left;
}
article footer {
	margin-top: 20px;
}
.more, .com {
	display: block;
	margin: 20px 0;
	background-color: #999;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	width: 160px;
	text-align: center;
}
.com {
	position: relative;
	background-color: #ff4600;
}
.com:after {
	display: block;
	position: absolute;
	left: 45%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid #ff4600;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	content: " ";	
}
.com:hover, .com:focus, .com:active {
	background-color: #666;
	color: #fff;
}
.com:hover:after, .com:focus:after, .com:active:after {
	border-top-color: #666;
}
.more:hover, .more:focus, .more:active {
	background-color: #666;
	color: #fff;
	position: relative;
}
.more:hover:after, .more:focus:after, .more:active:after {
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #666;
	content: " ";
}
.pagetags {
	border-top: 5px solid #ff4600;
	margin: 30px 0;
	padding-top: 20px;
}
.pagetags li {
	display: inline-block;
	margin-left: 0;
	margin-right: 7px;
}
.comments {
	margin-right: 30px;
	padding: 20px;
	background-color: #eee;
	border: 0;
}
.comments h3 {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	background-color: #ccc;
	color: #fff;
	font-size: 25px;
	font-family: ykr, sans-serif;
}
.comments h3:after {
	display: block;
	position: absolute;
	left: 45%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 15px solid #ccc;
	border-right: 15px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
	content: " ";	
}
.admin {
	background-color: #fff;
}
abbr {
	cursor: help;
	text-decoration: dottet;
	border: 0;
} 

#breadcrumb h2 {
	display: inline-block;
	margin: 0;
	font-size: 100%;
	padding-right: 5px;
	color: #000;
	font-family: ykl, sans-serif;
}
.none {
	display: none;
}
#bottom {
	background-color: #444;
	color: #999;
	padding: 50px 5%;
}
.border {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}
#bottom a {
	color: #ccc;
}
#bottom a:hover, #bottom a:focus, #bottom a:active {
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	text-decoration: none;
}
#bottom section {
	flex: 1;
	min-width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-right: 5px solid #ff4600;
	
}
#bottom section a {
	text-decoration: none;
}
#bottom li {
	list-style-type: circle;
}
#bottom .tagcloud {
	font-size: 25px;
}
#bottom .footer {
	margin-right: 0;
}
#bottom .tagcloud li {
	display: inline-block;
}
#bottom dfn {
	display: none;
}
#bottom address {
	padding: 20px 0;
	text-align: center;
	margin-top: 50px;
	border-top: 5px solid #ff4600;
}

.fix {
	text-align: right;
}
.time {
	background-image: url(images/time.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 56px;
	padding-left: 70px;
}
.pagenav {
	text-align: center;
	margin: 30px;
	margin-left: 0;
}
.pagenav h3 {
	font-size: 20px;
}
.pagenav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.pagenav ul li {
	display: inline-block;
	margin: 0;
}
.pagenav a, .pagenav strong {
	padding: 7px 10px;
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background-color: #ff4600;
	font-size: 20px;
	font-family: ykb, sans-serif;
}
.pagenav a:hover, .pagenav a:focus, .pagenav a:active {
	background-color: #666;
}
.pagenav strong {
	background-color: #999;
	cursor: default;
}