@charset "utf-8";

/*----------------------------------共通
*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
body{
	background:url(img/bg.gif);
}
div#wrapper{
	width:960px;
	margin:0 auto;
}
header{
	margin-top:10px;
}
header #logo_h{
	float:left;
}
header ul{
	overflow:hidden;
	float:left;
}
header li{
	float:left;
	width:140px;
	line-height:80px;
	text-align:center;
	margin-top:120px;
}
header a{
	display:block;
	background:url(img/link.gif) no-repeat;
	font-family:meiryo,sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#088;
	font-size:20px;
}
header a:hover{
	text-decoration:underline;
}
div.page{
	width:138px;
	height:98px;
	border:1px solid #f88;
	background-color:#aaa;
	display:inline-block;
}
footer{
	clear:both;
	background-color:#ccc;
	padding:10px;
	text-align:right;
	font-size:0.8em;
}
#contents_page{
	width:760px;
	margin:15px auto 30px;
}
hr{
	border-top:1px dotted #fa5;
}

h1{
	font-size:28px;
	font-family:游明朝,"ＭＳ 明朝",serif;
	font-weight:bold;
	color:#333;
	padding:10px;
	background-color:#aa5;
	background:-webkit-linear-gradient(60deg,#ffc,#aa5);
	background:linear-gradient(15deg,#ffc 0%,#aa5 75%);
	border-radius:3px;
}
h2{
	background-color:#a55;
	background:-webkit-linear-gradient(left,#a55,#500);
	background:linear-gradient(to right,#500 15%,#a55);
	color:#ffc;
	font-size:1.4em;
	font-family:meiryo,sans-serif;
	padding:5px 15px;
	box-shadow:0 0 8px #fff inset;
}
p,dt,dd{
	color:#333;
}


/*----------------------------------トップページ
*/
#eyecatch{
	height:300px;
	width:533px;
	margin:10px auto;
	border:5px solid #fff;
	background-color:#fff;
}
#ecimg{
	transition:1.0s;
}

#contents_top{
	margin-bottom:30px;
}

#main{
	width:490px;
	margin:0 5px;
	float:right;
	background-color:#fff;
}
#main li{
	padding:10px;
	line-height:1.2em;
	border-bottom:1px dotted #fa5;
}

#side_a{
	width:196px;
	float:left;
	border:2px solid #500;
	box-shadow:0 0 8px inset;
	background-color:rgba(255,255,255,0.3);
}
#side_a p{
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
}
#side_a dt{
	margin:3px;
	line-height:2em;
}
#side_a dd{
	margin:3px;
	padding-left:15px;
	line-height:1.5em;
}

#side_b{
	width:256px;
	float:right;
	border:2px solid #500;
	box-shadow:0 0 8px inset;
	background-color:rgba(255,255,255,0.3);
}
#side_b li{
	width:200px;
	height:100px;
	margin-top:15px;
	margin-left:30px;
}
#side_b li:last-child{
	margin-bottom:15px;
}

#cols{
	width:700px;
	float:left;
}


/*----------------------------------新着情報
*/
#topics{
	background-color:#fff;
}
#topics ul li{
	padding:15px 30px;
	line-height:1.4em;
	border-bottom:1px dotted #fa5;
}
time{
	font-size:0.9em;
}


/*----------------------------------商品紹介
*/
.cake{
	padding:15px;
}
.cake p{
	text-align:center;
}
.cake img{
	border:1px solid #faa;
	box-shadow:0 0 0 3px #a55,2px 2px 8px #000;
}
.cake dl{
	background-color: rgba(255,255,255,0.3);
}
.cake dt{
	font-family:游明朝,"ＭＳ 明朝",serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}
.cake dd{
	font-family:游ゴシック,"ＭＳ ゴシック",sans-serif;
	font-size:1.1em;
	line-height:1.5em;
}


/*----------------------------------会社概要
*/
section{
	background-color:rgba(255,255,255,0.3);
}
section img{
	display:block;
	margin:15px 0;
}
section:first-of-type img{
	float:right;
}
section:nth-of-type(2) img{
	float:left;
}
section div{
	width:330px;
	margin:15px;
	font-size:0.9em;
	line-height:1.8em;
}
section:first-of-type div{
	float:left;
}
section:nth-of-type(2) div{
	float:right;
}
section dt{
	clear:left;
	float:left;
}
section dd{
	float:left;
}
