/*
THEME NAME: Guu-Template
THEME URI: http://www.dosanite.co.jp
DESCRIPTION: template like Guu-facotry Theme (based on Ichihara)
VERSION: 1.0
AUTHOR: Dosanite
AUTHOR URI: http://www.dosanite.co.jp
*/
/* @import url(generate.css.php); */
@import url(generated.css);

/* @group YUI reset.css */
/*
 * YUI reset.css
 * arranged by Akn
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
} 
/* @end */


/* @group slideshow */
#banner {
	position:relative;
	width: 670px;
	height: 160px;
}
#banner .section {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	display: none;
	width: 670px;
}
#banner .section.active ,
#banner .section.last-active {
	display: block;
}
#banner .section.active {
	z-index:10;
}
#banner .section.last-active {
	z-index:9;
}
#banner .section .imageBox {
	height: 160px;
}
#banner .section img {
	width: 670px;
	height: 160px;
}


.dosanite_slideshow {
	height: 205px;
}
.dosanite_slideshow .section {
	width: 130px;
}
.dosanite_slideshow .section .imageBox {
	padding: 10px 10px 0;
	height: 165px;
	width : 220px;
}
.dosanite_slideshow .section p {
	width : 200px;
}
.dosanite_slideshow .section img {
	max-width : 220px;
	max-height: 165px;
}

/* @end */
