/*  Base
----------------------------------------------- */

html {
	overflow-y: scroll;
}
body,div,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
body {
	background:  url(https://u.jimcdn.com/cms/o/s0d9e497af6fe78a0/userlayout/img/haikei.png?t=1435391447) repeat left;        	
}


/*  Layout
----------------------------------------------- */

#container {
	width: 920px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #FFFFFF;
}
body > #container {
	height: auto;
}
#header {
	width: 920px;
	padding: 0 0 15px 0;
	text-align: left;
}
#wrap {
	clear: both;
	width: 920px;
	text-align: left;
}
#side {
	float: left;
	width: 250px;
	padding: 5px 0 0 0;
}
#content {
	float: right;
	width: 650px;	
}
#footer {
	clear: both;
	padding: 100px 0 0 0;
	text-align: left;
}


/*  Style
----------------------------------------------- */

#header h1 {
	float: right;
	margin: 35px 0 0 0;
 	color: #996633;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}
#wrap h1 {
	padding: 0 0 0 30px;
	background: no-repeat left 0.25em;
}
#wrap h2 {
	padding: 3px 0 3px 15px;
	background: #F2E8A1;
}
#wrap #imprint h2 {
	padding: 0;
	background: transparent;
}
#wrap #imprint p {
	color: #444444;
}
#wrap ul,
#wrap ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}
#footer .copyright {
	margin: 20px 0 0 0;
}

/*  Navigation
----------------------------------------------- */

#navigation {
	margin: 0 0 10px 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: inline;
	width: 250px;
}
#navigation ul li a {
	display: block;
	color: #996633;
	border-bottom: 1px solid #E2CEB8;
	text-decoration: none;
}
#navigation .mainNav1 li a {
	padding: 3px 0 3px 30px; 
	background: no-repeat 10px 10px;
}
#navigation .mainNav2 li a {
 	padding: 3px 0 3px 42px;
	background: no-repeat 22px 10px;
}
#navigation .mainNav3 li a {
 	padding: 3px 0 3px 54px;
	background: no-repeat 34px 10px;
}
#navigation ul li a:hover {
	color: #996633;
}
#navigation .mainNav1 li a:hover {
	background: #F2E8A1 no-repeat 10px 10px;
}
#navigation .mainNav2 li a:hover {
	background: #F2E8A1 no-repeat 22px 10px;
}
#navigation .mainNav3 li a:hover {
	background: #F2E8A1 no-repeat 34px 10px;
}
#navigation ul li .current {
	color: #996633;
	font-weight: bold;
}
#navigation .mainNav1 li .current {
	background: FFFEFC no-repeat 10px 10px;
}
#navigation .mainNav2 li .current {
	background: #FFFEFC no-repeat 22px 10px;
}
#navigation .mainNav3 li .current {
	background: #FFFEFC no-repeat 34px 10px;
}

/*  Blog
----------------------------------------------- */

#wrap .blogselection .datetime,
#wrap .post .datetime {
	position: relative;
	width: 46px;
	height: 52px;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	background: url(https://u.jimcdn.com/cms/o/s0d9e497af6fe78a0/userlayout/img/blog-date-bg.gif?t=1274338021) no-repeat left top;
	/* for IE */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='blog-date-bg.gif', sizingMethod = 'crop');
}
#wrap .blogselection h1 a,
#wrap .post h1 a {
	color: #996633;
	text-decoration: none;
}
#wrap .blogselection .clearover {
	margin: 0 0 20px 0;
}







#viewer {
    margin: 0 auto;
    width: 920px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;	/*角丸のサイズ*/
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}