@charset "utf-8";
/***************************************
田中優公式サイト | 田中優の"持続する志"CSS
デフォルト用
****************************************/

/* インポート
-----------------------------------------------------*/
@import url(layout_goroku.css);
@import url(top.css);
@import url(ttl.css);


/* 初期化
-----------------------------------------------------*/
html,body {
	margin:	0;
	padding: 0;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,div,span,
form,input,select,button {
	margin:	0;
	padding: 0;
	font-size: 12pt;
	line-height: 150%;
}

a {
	outline: 0;
	text-decoration: none;
	color:	#1073bd;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align:	bottom;
	border:	none;
}

/* 全ページ共通CSS
-----------------------------------------------------*/