@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

各ブラウザ対策
サイト全体共通設定

==========================================================
*/


/*
===== universal reset =================================
*/

 /* 全 margin、padding リセット */
*{
	margin:0;
	padding:0;
}


/*
===== body and base setting ===========================
*/

body {
	font: normal normal normal small/1.4 メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
/* font-style font-variant font-weight font-size /line-height font-family */
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	word-break: break-all; /* 文字デフォルト左へ */
	font-size: small;
	line-height: 1.4;
	padding: 0px;	
	margin: 0px;
}

table {
	margin : 0;
	empty-cells: show;
	font-size:small;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	 list-style: none;
	 letter-spacing: 0; /* 拡大時も文字位置固定 */
}

/*
===== link setting ===========================
*/
a:link{
	color: #0080cc;
	text-decoration: none;
}

a:visited{
	color: #46a2ae;
	text-decoration: none;
}

a:hover{
	color: #90bc25;
	text-decoration: none;
}

a:active{
	color: #46a2ae;
}

/*
===== form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　
/*


