html {
   background: #f6f4e4;
}

@font-face{
    font-family: "sfarchrival";
    src: url('/assets/SF_Arch_Rival.ttf'),
    url('/assets/SF_Arch_Rival.eot'); /* IE */
}

@font-face{
    font-family: "kochigothic";
    src: url('/assets/kochi-gothic.ttf'),
    url('/assets/kochi-gothic.eot'); /* IE */
}

body {
   overflow-y: scroll;
   font-family: sfarchrival, Sans;
   padding: 0px 0px 20px 0px;
   width: 1032px;
   margin-left: auto;
   margin-right: auto;
   background: #fefbf0;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
}

.ja {
   font-family: kochigothic, sfarchrival, Sans;
}

.banner {
   padding-left: 20px;
   padding-right: 20px;
   background: #fefbf0;
}

.langsel {
   font-family: sfarchrival, Sans;
   float: right;
   -moz-border-radius: 19px 0px 0px 19px;
   border-radius: 19px 0px 0px 19px;
   padding: 9px 20px 10px 20px;
   margin-top: -5px;
   font-size: 16px;
   text-align: right;
   background: #000000;
   font-weight: 800;
   color: #888;
}

.langitem {
	color: #ddd;
}

.langsel a {
        color: #888;
	text-decoration: none;
   	font-weight: 500;
}

.menu {
   margin-right: auto;
   margin-left: 0;
   text-align: left;
   padding-left: 20px;
   padding-top: 5px;
   padding-bottom: 8px;
   color: #f8f8f8;
   font-weight: 500;
   background: #333;
}

.menu.ja {
   padding-top: 7px;
   padding-bottom: 9px;
}

.menu.ja .langsel {
   margin-top: -7px;
}

.menuitem {
   margin-left: 8px;
   margin-right: 8px;
   font-size: 22px;
   padding-left: 5px;
   padding-right: 5px;
}

.menuitem a {
   color: #f8f8f8;
   text-decoration: none;
}

#curmenuitem {
   background: #666;
   -moz-border-radius: 19px;
   border-radius: 19px;
   padding: 5px 5px 7px 5px;
   margin-top: -5px;
}

.datenav {
	position: relative;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	width: 650px;
	font-size: 32px;
}

#date {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 650px;    
    background: #fff;
    text-align: center;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

#prev {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	margin-top: -5px;
	margin-right: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#prev:hover {
	font-size: 38px;
	margin-left: -2px;
	margin-top: -10px;
}

#prev a {
   color: #000;
   text-decoration: none;
}

#next {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: -5px;
	margin-left: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#next:hover {
	font-size: 38px;
	margin-right: -2px;
	margin-top: -10px;
	
}

#next a {
   color: #000;
   text-decoration: none;
}

#strip {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 650px;
}

#stripimg {
	width: 650px;
	display: inline;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
}

#last {
	display: none;
}

.social1 {
	margin-top: 30px;
	margin-left: auto;
        margin-right: auto;
	width: 66px;
}

.social {
	margin-top: 30px;
	margin-left: auto;
        margin-right: auto;
	width: 132px;
}

.social a, .social1 a {
	padding: 8px;
}

/* about page */

.about h1 {
	font-family: sfarchrival, Sans;
	font-size: 24px;
	margin: 10px 20px 5px 20px;
}

.about.ja h1 {
	font-family: kochigothic, Sans;
	font-size: 32px;
	margin: 32px 20px 5px 20px;
}

.about h1 .big {
	font-size: 32px;
}

.about p {
	font-family: Sans;
	margin: 12px 20px 18px 40px;
}

.about.ja p {
	font-family: kochigothic, Sans;
}

.about p em {
	font-weight: 800;
}

/* archive page */
.archive h1 {
	font-family: sfarchrival, Sans;
	font-size: 24px;
	margin: 10px 20px 5px 20px;
}

.archive h1 .big {
	font-size: 32px;
}

.archive p {
	font-family: Sans;
	margin: 12px 20px 18px 40px;
}

.archive .yeardiv {
	float: left;		
	margin-left: 30px;
}

.archive .yeardiv .curyear {
	color: #333;
	text-decoration: underline;
}

.archive .yeardiv a {
	color: #333;
	text-decoration: none;
}

.archive .monthdiv {
	float: left;		
	margin-left: 30px;
}

.archive .monthdiv .curmonth {
	color: #333;
	text-decoration: underline;
	margin-left: 8px;
	margin-right: 8px;
}

.archive .monthdiv a {
	color: #333;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

.archive .strips {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
}

.archive .item {
	float: left;
	background: #ffffff ;
	width: 158px;
	/* height: 275px; */
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.10);
	padding: 10px;
	margin: 10px;
	margin-bottom; 0px;
	
}

.archive .item .imgdiv {
	width: 158px;
	height: 245px;
}

.archive .item a {
        color: #333;
	text-decoration: none;
}

.archive .item img {
	margin-left: auto;	
	margin-right: auto;	
	width: 158px;
	height: auto;
}

.archive .item .caption {
	margin-left: auto;	
	margin-right: auto;	
   	text-align: center;
	font-size: 12px;	
	margin-top: 8px;
	margin-bottom: 5px;
}

.archive .clearleft {
	clear: left;	
}

.archive .footer {
	clear: both;
}

/* subscribe page */

.subscribe p .big {
	font-size: 24px;
}

.subscribe p {
	font-size: 16px;
	margin: 16px 20px 18px 20px;
}

.subscribe .subscribeformdiv {
	margin: 32px 20px 5px 40px;
}
