@charset "utf-8";

/*
	--------------------------------------------------------------------------
	CSS 共通初期設定
	--------------------------------------------------------------------------
*/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object,form {
	margin				: 0;
	padding				: 0;
	vertical-align		: baseline;
}

h1,h2,h3,h4,h5,h6,p,ul,li {
	font-weight			: normal;
}

h1 {
	font-weight			: bold;
	font-size			: 26px;
	line-height			: 28px;
}

h2 {
	font-weight			: bold;
	font-size			: 20px;
	line-height			: 22px;
}

h3 {
	font-size			: 16px;
	line-height			: 18px;
	font-weight			: bold;
}

h4 {
	font-size			: 14px;
	line-height			: 16px;
	font-weight			: normal;
}

p {
	margin				: 5px 20px 15px 20px;
}

ul {
	margin				: 5px 20px 15px 20px;
}

li {
	margin				: 0 0 5px 0;
	list-style			: none;
}

blockquote {
	margin				: 5px 20px 5px 20px;
	padding				: 5px;
/*
	color				: #666;
	border				: 1px dashed #666;
*/
}

pre {
	font-family			: "ＭＳ ゴシック","メイリオ",Osaka;
	margin				: 5px 20px 5px 20px;
	padding				: 5px;
/*
	color				: #000;
*/
}

hr {
	display				: none;
}

/* link tag --------------------------------------------------------------- */
a {
	text-decoration		: underline;
}

a:link {
	color				: #00f;
}

a:visited {
	color				: #408;
}

a:active {
	color				: #f00;
}

a:hover {
	color				: #f00;
}
