@charset "utf-8";
/* CSS Document */



.footer {
	clear: both;
	background-image:url(http://www.indies-av.co.jp/docs/common/footer/images/footbk.jpg);
	background-repeat: repeat;
	height:80px;
	padding-top: 8px;
}

.footer a{/*リンクされた文字*/
color:#FFFFFF;
    font-style:normal;
	    text-decoration: none     /* 下線を消す */
}

.footer a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration: none     /* 下線を消す */
}

.footer a:visited {/*訪問後のリンク*/
    color:#810081;
    text-decoration: none     /* 下線を消す */
}

.footer a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration: none     /* 下線を消す */
}

.footer a:active {/*クリック中*/
    text-decoration: none     /* 下線を消す */
}

.footer ul {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	margin-bottom: 5px;
}

.footer #copyright {

color:#FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.footer #footer-li-right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer a link; {



* {
	font-size: 12px;
	/*line-height: 1.8em;*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



* img{

	display:block;

}


.clearfix {

display:block;

clear:both;

}





/*End hiding from IE Mac */



/* clearfix

----------------------------------------------------- */



.clearfix:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}



/*Start hiding from IE Mac \*/



* html #wrap{

background-image: url(../image/containtsbg_2.gif);

}



* html #right{

width:630px;

float:right;

padding:0;

}





* html .clearfix {

height:1%;

clear:both;

}









