body{
    margin:0;
    padding:0;
    font-size: 14px;
    background-image: url(images/bg.jpg);
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    text-shadow:0px 0px 20px rgba(255,255,255,0.7);
    width: 840px;
    height: 500px;
    text-align: center;
}

a{
	color: #000;
	text-decoration: none;
}

h2{
	font-size: 20px;
}

h3{
	margin: 0;
	padding-bottom: 20px;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
}


#container{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* カルーセル箱 */
#carousel_container{
  width: 700px;
  margin: 0 50px;
}

/* カルーセル詳細部分 */
#chara_designs .chara_design{
  text-align: center;
  margin: 0 auto;
}

/* カルーセルナビ部分 */
#design_carousel div{
  text-align: center;
}
#design_carousel .carousel_element{
  width: 100%;
  height: 100%;
}

#design_carousel img{
  display: inline-block;
}

/* カルーセルナビ・各要素 */
#design_carousel .slick-slide{
  background-color: #ccc;
}

/* カルーセルナビ・選択中の要素 */
#design_carousel .slick-center{
  background-color: #fff;
}



/* フッター */
#footer_d{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #000;
	color: #eee;
	text-align: center;
	line-height: 40px;	
	font-size: 13px;
	font-family: 'EB Garamond', serif;
}

#footer_d a{
	color: #9F7C46;
}
