@charset "utf-8";

/* 基本スタイル
----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
	color:#545353;
}

body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*Mac向け,Safari向け,Windows向け,その他環境向け*/
	color: #5B5A5A;/* 基本文字色 */
	/*line-height:1.8;*//* 単位なしだとレイアウトが崩れない */
	line-height: 18px;
	/*\*/
	letter-spacing: 1px;/* #wrapperを中央寄せにするためのIE対策 */
	width: 100%;
}

a { 
    color:#333333;
    text-decoration: none; 
  	color:white; 
}
a:link {
	color: #6699CC;
	text-decoration: none;
	color:white;
}
a:visited {
    color: #6699CC;
	text-decoration: none;
}
a:hover {
    color: #009900;
	text-decoration: none;
}
a:active {
    color: #FF0000;
	text-decoration: none;
}
p{
	margin:15px 0 10px 2px;
}
table{
	border:none;
	}
	
th{
	font-weight:normal;
	}

ul{
	list-style:none;
	margin:0;
	padding:0px;
}
img{
	border:0;
	vertical-align:top;
}



/* 全体
---------------------------------------------*/
#wrapper {
	text-align: left;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	color:#676767;	
}
#content {
	height: 100%;
	width: 890px;
	text-align: center;
	margin-top: 100px;
	color:#5A5959;
}
