/* Base Weblog (base-weblog.css) */

/* 基礎要素 */
		
html {
	margin		: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding		: 0;
}

body {
	margin		: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding		: 0;
	font-family	: verdana, 'trebuchet ms', sans-serif;
	font-size	: 12px;
}

body {
	font-family	: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size	: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }


form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h3, h4, h5, h6 { font-weight: normal; }
h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top	: 10px;
	margin-bottom	: 10px;
}

h3, h4, h5, h6 {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

h1{
	padding-top	: 20px;
	margin-bottom	: 10px;
	font-family	: 'Arial',Tahoma,Lucida Sans Unicode,Osaka;
	font-weight	: bold;
	font-style	: bold;
	color		: #cd0000;
}

h2{
	margin-top	: 10px;
	padding-bottom	: 15px;
	font-family	: 'ＭＳ ゴシック';
	font-style	: normal;
	font-weight	: normal;
	font-size	: 11px;
}

/* 基礎要素 */

address {
	margin		:   0;
	padding		:   0;
	font-style	: normal;
	font-weight	: normal;
	font-family	: 'Verdana';
	font-size	: 11px;
	color		: #eeeeee;
}

address a {
	font-weight	: bold;
	font-family	: 'Verdana';
	font-size	: 11px;
	color		: #ffffff;
}

address a:hover {
	font-weight	: bold;
	font-family	: 'Verdana';
	font-size	: 11px;
	color		: #1e90ff;
}



