//aip アーティストサイトとの振り分け
try{
	if ( top.document.URL.indexOf("Arch") != -1 && top.document.URL != document.URL && top.document.URL.indexOf("frame") == -1 ) {
	document.write('<link rel="stylesheet" type="text/css" href="/common2/css/aip_base.css" />')
	}
}catch(e){
}

