@charset "shift_jis";


@media screen {
	a{
	color:#00f;
	text-decoration:underline;
	}
}

@media print {
	a{
	border-bottom:1px dotted #000;
	color:#000;
	text-decoration::none;
	}
}



/* ===共通設定========================*/

* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

ul, ol {
	list-style-type:none;
}

.clrfix:after {/*疑似クラスafterは該当の要素の後に疑似的にボックスを追加する命令*/
	content:".";/*要素の前後に文字や画像を追加*/
	display:block;
	height:0px;
	visibility:hidden;
	clear:both;
}

	
.clrfix {
	display:inline-block;
	min-height:1px;
	/* for IE 7 */
}



/* ===フォントの共通設定==================*/

body, div, a, ul, ol, dl, dt, dd, li, p, table, tr, td,address,h1, h2, h3, h4 {
	color:#666;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	padding:0px;
	margin:0px;
}




/* ==グローバールナビ==================*/

#gbl_navi li a {
	/*\*/overflow:hidden;/**/
	/*一部のブラウザでリンクエリアを示す点線が画面左端まで続いてしまうのを解消するための記述*/
}
a {
	text-decoration:underline;
}
a.link_text {
	color:#09f;
}

a:hover {
	color:#3c6;
	text-decoration:underline;
}
	