@charset "utf-8";
/* CSS Document */

/*主要なブロック要素に対するマージン、パディングのリセット、テーブル・画像のボーダーのリセット、リストのマーカーリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul,ol,li {
	list-style-image: none;
	margin-left: 0px;
}

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
}


/*　↓左寄せにする↓　*/
.left {
	float:left;
	margin-right:10px;
}

/*　↓右寄せにする↓　*/
.right {
	float:right;
	margin-left:10px;
}

/*　↓float解除用「clearfix」↓　*/
.clearfix:after{/*for modern browser*/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}

.auto {
	margin-right: auto;
	margin-left: auto;

#main_b_07 {
	float: left;
	width: 300px;
}

/*　↓カルーセル(回転木馬)↓　*/
/**{
	margin:0;
	padding:0;
}*/
/*#carouselWrap{
	margin: 100px auto;
	width: 620px;
	height: 135px;
	padding: 5px;
	position: relative;
	background-image: url(../images/images/background.gif);
}
#carouselPrev{
	position:absolute;
	top:65px;
	left:-8px;
	cursor:pointer;
}
#carouselNext{
	position:absolute;
	top:65px;
	right:-8px;
	cursor:pointer;
}
#carousel{
	width:100%;
	height:100%;
	overflow:hidden;
}
#carouselInner ul.column{
	width:605px;
	height:105px;
	padding:15px 0 15px 15px;
	list-style-type:none;
	float:left;
}
#carouselInner ul.column li{
	float:left;
	margin-right:10px;
	display:inline;
}
#carouselInner ul.column li img{
	border:none;
}*/
.tx_left {
	text-align: left;
	padding-left: 20px;
}
