@charset "UTF-8";

/*
-----------------------------------------------------------------------
Copyright 2010 (C) Yokohama college of commerce. All rights reserved. 
-----------------------------------------------------------------------
*/

@media print {
	body {
		/*\*/
		_zoom: 75%;
		/**/
	}
	
	body#news-print div#changemode{
	 display:none;		
		}
}


/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/

*{
	margin:0;
	padding:0;
	outline:none;
	font-style:normal;
	line-height:normal;
}

body {
	width:100%;
	text-align:center;
	font-size:62.5%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
h1,h2,h3,h4,h5,h6,li,dt,dd,th,td,p,address,select,option{
	font-size:1.2em;	
	line-height:1.7em;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
}


img {
	border:none;
}

iframe{
	border:none;
}

ul, ol{list-style:none;
	
}

br {
	letter-spacing:0;
}

map {
	display: none;
	visibility: hidden;
}

em{font-style:normal; font-weight:bolder;}

a{
	color:#493EB9;
	text-decoration:underline;
	outline:none;	
	}/*----firefox----*/

a:hover{
	text-decoration:none;
	}

object, embed {vertical-align:middle;}
