@charset "utf-8";

@import url("header_style_tb.css?v=3") screen and (min-width:768px) and (max-width:959px); /*tb:768～959*/
@import url("header_style_sp.css?v=3") screen and (max-width:767px);/*SP:～767*/

/*@import url("footer_style_tb.css") screen and (min-width:768px) and (max-width:959px); /*tb:768～959*/
/*@import url("footer_style_sp.css") screen and (max-width:767px);/*SP:～767*/

/*@import url("content_style_tb.css") screen and (min-width:768px) and (max-width:959px); /*tb:768～959*/
/*@import url("content_style_sp.css") screen and (max-width:767px);/*SP:～767*/

@media screen and (max-width:959px){#content aside#sidebar{display:none;}};

body{background:url(../images/common/arcv_all_bk.jpg);}

a{color:#111;}
a:hover{
	color:#888;
	text-decoration:none;
}
