@charset "utf-8";
/*
	Site Name: www.kaburobo.jp
	Description: initial setting
	Version: 0.1
	Author: wataru saito
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;

}

/*
===== 2: body and base setting ===========================
*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	font: normal 12px/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	text-align: left;
	color:#666666;
}

table{
	empty-cells:show;
	border:0;
}
img{
	border:0;
}

.cb{
	clear:both;
}

ul, ol, li{
	list-style:none;
}
li li{
	list-style:none;
	text-indent:2em;
}

ul.horizontal li{
	display:inline;
	margin-right:3px;
	padding-left:7px;
	list-style-type:none;
}


html,body{
	height:100%;
}

strong{
	font-weight:bold;
	color:#FF9800;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
}

/*
===== 3: link setting ===========================
*/

a:link{
	color: #009;
	text-decoration: none;
}
a:active{
	color: #009;
	text-decoration: none;
}
a:visited{
	color: #009;
	text-decoration: none;
}
a:hover{
	color: #33c;
	text-decoration: underline;
}

p.text{
	padding:5px 10px 5px 15px;
	line-height:150%;
	
}
