/*基本的にはここの設定はいじらないでください。style.cssを操作してください。*/

@import url("pages.css");
/* CSS Document */
@charset "UTF-8";



/*初期設定*/
*{
	margin:0;
	padding:0;

}
html {
    height: 100%;
}

body {
	font-family: 'Gilda Display','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 10pt;
	line-height: 1.5em;
	color: #000;
	position: relative;
	height: auto !important;   
    height: 100%;
    min-height: 100%;
}
img {
    border-style:none;
}
a img {
    border-style:none;
}

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
p {
	background:;
}
.floatbox{
	overflow:hidden;
}

/*初期設定ここまで*/
/*リンク文字*/
a{
    color:#5A4330;
    font-style:normal;
    text-decoration:none;
}
h1,h2,h3,h4{
	font-weight:normal;
	clear:both;
}

a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

a:visited {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; 
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom:1;
}
a{
	-webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*リンク文字ここまで*/

#wrapper{
	width:950px;
	margin:10px auto;
	height:auto;
	min-height:100%;
	position:relative;
	padding-bottom: 60px;
}


header {
	width:100%;
	height:80px;
}
#header_bg {
	width:100%;
	min-width:1010px;
	border-bottom:#614E40 1px solid;
	position:relative;
	z-index:1;
	height:80px;
	display:block;
}

header nav li,footer ul li{
	/*ナビゲーション要素にジワッと色をつける為のアニメーション*/
	/*headerとfooterの共通設定*/
		-webkit-transform: translateZ(0);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}

#top {
	margin:0 auto;
	width:980px;
	height:80px;
	display:block;
}

#logo {
	overflow: hidden;
	margin-top: 6px;
	height: 60px;
	width: 270px;
	float: left;
} 
#logo a{
	display:block;
	font-weight:bold;
}
header nav {
	float:right;
	margin-left:-1px;
	width: 700px;
}
header nav ul {
	width:100%;
	height:30px;
	margin:20px 0;
	display:table;
	border-right:#CCC solid 1px;
	margin-left:-1px;

}
header nav li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	line-height:10pt;
	border-left:#CCC solid 1px;
	list-style:none;
}
header nav li a {
	display:block;
	width:100%;
}

/*コンテンツ*/
#top_img img {
    display:block;
}
#bg_illust{
	background:url(../../images/bg_illust.jpg) no-repeat;
	width:970px;
	height:150px;
	font-size:25pt;
	line-height:150px;
	padding-left:10px;
	font-weight:bold;
}
#column1{
	float:left;
	width:28%;
	padding:10px 0;
	margin-bottom:10px;
}
#column2 {
	float:right;
}
/*column1*/

#column1 a{
	display:block;
	width:100%;
}
#column1 h3{
	font-size:12pt;
	margin:8px 0;
	padding:3px;;	
	list-style:none;
	width:auto;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0, 0.3);   
	-moz-box-shadow: 3px 3px 5px  rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	
}
#column1 small {
	font-size:8pt;
}
#column1 address {
	padding-top:6px;
	font-style:normal;
	line-height:1em;
	margin:15px 0 0 6%;
}
#column1 address h4 {
	margin-bottom:0.5em;
	font-size:12pt;
}
#column1 .brand_list{
	margin-left:10%;
}
#column1 li{
	border-bottom:#CCC dotted 1px;
	padding:10px;
	list-style-image:url(../../images/yazirusi.gif)
}
#aisatu{
	margin:0 2%;
}
/*column1ここまで*/

/*column2設定*/
#column2 {
	width:70%;
	padding: 10px 0;
}
#column2 h2{
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.3);   
	-moz-box-shadow: 1px 1px 2px  rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#column2 h2,#column2 h3{
	margin:1% 0 15px 0;
	padding-left:8px;
	height:30px;
	line-height:30px;
	clear:both;
}
#column2 h3 {
	border-bottom:solid #CCC 1px;
	border-left:4px solid #CCC;
	margin-top: 15px;
}
#blog {
	width:90%;
	display:table;
	height:60px;
	margin:15px auto 0 auto;
}
#blog a{
	text-align:center;
	background:#F69;
	font-size:18pt;
	font-weight:bold;
	border-radius:5px;
	color:#FFF;
	vertical-align:middle;
	display:table-cell;
}
#blog small {
	font-size:12pt;
}
/*ニュースの設定*/
#column2 #news {
	width:96%;
	max-height: 120px;
	float: left;
	position: relative;
	overflow: scroll;
	margin-bottom: 20px;
	font-size:10pt;
	margin:0 2%;
} 


#news li{
	list-style:none;
}
#news li{
	border-bottom: #666 dotted 1pt;
	padding-bottom:5px;
	position:relative;
	overflow:hidden;
	padding:10px 0;
	height: 20px;
}		
#news #date {
	font-size:8pt;
	position:absolute;
	top:0;
}
#news h4 {
	font-size:10pt;
	color:#999;
	position:absolute;
	top:1.5em;
}
/*ニュースの設定ここまで*/
#brand ul{
	width:99%;
	display:table;
}
#brand li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}
#brand a {
	outline:#999 1px solid;
	padding:15px 0;
	width:90%;
	margin:0 auto;
	text-align:center;
	display:block;
}
/*column2ここまで*/

/*footer*/
#footer {
	clear:both;
	border-top:#666 solid 1px;
	width: 100%;
	min-width: 1010px;
	position:absolute;
	bottom:0;
	height:60px;
}
footer {
	position:relative;
	background:#FFF;
	height: 60px;
	padding-bottom: 40px;
	overflow:auto;
	clear:both;
	background-color:#fff;
}

#copyright {
	bottom: 0px;
	left: 8px;
	color: #CCC;
	width: 50%;
	position:absolute;
	bottom:2px;
	line-height:1em;
}

footer ul {
	border-right:#666 solid 1px;
	width:960px;
	margin:10px auto 0 auto;
	display:table;
}



footer li {
	list-style:none;
	text-align:center;
	font-size:8.5pt;
	display:table-cell;
	border-bootm:#666 solid 1px; 
	border-left:#666 solid 1px;
}

/*footerの設定ここまで*/





#slideshow {
position:relative;
width:950px;
height:480px;
}
#slideshow img {
position:absolute;
top:0;
left:0;
z-index:8;
}
#slideshow img.active {
z-index:10;
}
#slideshow img.last-active {
z-index:9;
}




/*株式会社サン・スパッド*/