@charset "shift_jis"; 

/*	--- common.css ---	*/

/*	---タグの再定義---	*/

/*	リンクの設定	*/
a:link {
	border:0;
	color:#006699;
	text-decoration:none;
}
a:visited {
	border:0;
	color:#006699;
	text-decoration:none;
}
a:active {
	border:0;
	color:#32A2CA;
}
a:hover {
	border:0;
	color:#32A2CA;
	text-decoration:underline;
}
a.titleLink:link {
	border:0;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.titleLink:visited {
	border:0;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.titleLink:active {
	border:0;
	color:#32A2CA;
	font-weight:bold;
}
a.titleLink:hover {
	border:0;
	color:#32A2CA;
	font-weight:bold;
	text-decoration:underline;
}
/*	リンクの設定ここまで	*/

body {
	margin: 10px 0 0;
	padding: 0;
	background-color:#ECF2F3;
	color: #333333;
	font-size:12px;
	font-family:"Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

p {
	font-size:12px;
	line-height:140%;
	margin-left:20px;
}

h1, h2, h3, h4, h5, h6 {
	color:#333333;
	margin: 0px;
	font-family:"Osaka", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#0066ff;
	margin-top:10px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin: 10px 0px 10px 30px;
	padding: 10px 0px 10px 10px;
	border-left: 5px solid #999999;
	color: #666666;
	line-height: 16px;
}

/*	---タグの再定義ここまで---	*/