/* Reset
-------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style:normal;
	position:relative;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
}
body {
    background: none repeat scroll 0 0 ;
    color: #222;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 14px;
    overflow-y: scroll;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img{
	border-style: none;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-style: normal;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
a {
    color: #222;
    outline: medium none;
    text-decoration: underline;
}
a:hover {
    background-color: #f9a03f;
    border-radius: 3px;
}
*:after {
	clear: both; 
}
/* common
---------------------------------------*/
#container{
}
#primary,nav,.logo,#mainImg,aside,#secondary{
	width: 960px;
	margin: 0 auto;
}
h1{
	text-align: center;
	border-bottom: solid 1px #000;
}
body{
	background-color: #f8fa90;
}
/* contents
---------------------------------------*/
.index_section01,.index_section02,.index_section03{
	float: left ;
	width: 300px;
	border: solid 5px #000;
	border-radius: 5px;
	padding-bottom: 10px;
	background-color: #fff;
}
.index_section02{
	margin-left: 15px;
	margin-right: 15px;

}
.index_section01 h2,.index_section02 h2,.index_section03 h2{
	font-size: 120%;
	text-align: center;
	border-bottom: solid 3px #000;
	border-top: solid 3px #000;
	background-color: #e4572e;
	font-weight: bold;
	padding-top:3px; 
	color: #fff;
}
.textwidget{
	padding: 0px 3px;
}
figure{
	padding-bottom: 0px;
	max-height: 150px;
}
figure img{
	max-width: 300px;
}
#mainImg{
	padding-top: 10px;
}
#mainImg img{
	border-radius: 10px;
}
#primary{
	overflow: hidden;
	padding: 10px 0;
}
.index{
	margin-top: 0;
	padding-top: 0;
}
/* sidebar
-------------------------------------------*/
#secondary{
	border-top: solid 5px #000;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}
#secondary li{
	text-indent: 1em;	
}
#newPost{
	float: left;
	width: 400px;
}
#category{
	float: right;
	width: 400px;
}
/* header
----------------------------------------------------*/
nav ul{
	text-align: center;
}
nav ul li{
	display: inline;
	width: 33%;
	background-color: #fff;
	border-radius: 5px;
}
nav ul li a{
	display: inline-block;
	width: 33%;
	text-decoration: none;
}
nav ul li a:hover{
	background-color: #f9a03f;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
}
#headerWrap{
	width: 100%;
	background-color: #e4572e;
	padding: 5px 0;
	border-bottom: solid 1px #000;
	color: #fff;
}
.logo{
	font-size: 200%;
	text-align: center;
	font-weight: bold;
}
.logo  a{
	text-decoration: none;
	color: #fff;
}
.logo a:hover{
	text-decoration: none;
	background: none;
}
/* footer
--------------------------------------------*/
#footerWrap{
	width: 100%;
	background-color: #e4572e;
	text-align: center;
}
.copyright{
	border-top: solid 1px #000;
	padding:10px;
}
/* breadcrumb
------------------------------------*/
#breadcrumb{
	width: 900px ;
	margin: 0 auto;
	padding: 5px;
}
#breadcrumb * {
    color: #000;
    margin: 0; 
    text-decoration: none;
}
#breadcrumb ul {}
#breadcrumb ul li {
    display: inline-block;
}
#breadcrumb ul li:before {
    content: ">";
    font-size: 75%;
    padding: 0 5px;
    vertical-align: middle;
}
#breadcrumb ul li:first-child:before {
    content: "";
    padding: 0;
}
#breadcrumb ul li > * {
	font-size: 80%;
}
#breadcrumb ul li a {}
#breadcrumb ul li > span {}
/* about
-----------------------------*/
th {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	width: 50%;
	text-align: left;
}
td {
	padding: 5px;
	font-size: 12px;
}
/* single
------------------------------------------*/
#postArticle h2,#page h2{
	font-size: 120%;
	border-bottom: solid 5px #000;
	margin-top: 5px;
}
.status{
	text-align: right;
}
.text{
	border-bottom: dotted 3px #000;
	padding: 5px 0;
	line-height: 200%;
}
#relatedPost{
	padding: 10px;
}
#relatedPost li{
	text-indent: 2em;
}
.prev{
	float: left;
	padding: 5px;
}
.next{
	float: right;
	padding: 5px;
}
#postNavi{
	overflow: hidden;
}
/* sitemap
-------------------------------------------*/
#sitemap{
	padding: 5px;
}
#sitemap h3{
	font-size: 110%;
	font-weight: bold;
}
#sitemap li{
	text-indent: 1em;
}
/*category
------------------------------------*/
section h2{
	font-size: 120%;
	border-bottom: solid 5px #000;
}
section h3{
	font-size: 110%;
	font-weight: bold;
}
section h3 a{
	text-decoration: none;
}
.more{
	margin-bottom: 15px;
	text-align: right;
}
.more a{
	display: inline-block;
	background-color: #e4572e;
	border-radius: 5px;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
}
.more a:hover{
	background-color: #f9a03f;
	border-radius: 5px;
	color: #000;
}