@charset "UTF-8";

/*//////////////////////////////////////////////////////////

Copyright (C) design Inc. All Rights Reserved.
------------------------------------------------------------
[CSS] import
		
//////////////////////////////////////////////////////////*/


@import "default.css"; /* initial setting */
@import "layout.css";/* layout style */


body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 170%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #0080CC;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}