/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2009.4.25
---------------------------------------------------- */

/* クリア */
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 200%;
}

p {
	font-size: 12px;
}


/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* 文字設定 */
h1,h2,h3,h4,h5 {
	margin-bottom: 5px;	
}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
	font-weight: bold;
	color: #999999;
}
h3{
	font-size:14px;
}
h4{
	font-size:12px;
	font-weight: bold;
}
h5{
	font-size:12px;
}



/* イメージ設定 */
img {border: 0px}

