/* style.css
 * The purpose of this stylesheet is to set default styles for basic html elements.
 */


body {
	color: #333;
}

body, div, td, li, p, input, textarea, select, option {
	font-size: 13px;
	/*color: #333;*/
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body, div, td, li, p { 
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.8;
	color: #999;
	/*font-family: Arial, Geneva, SunSans-Regular, sans-serif;*/
	font-weight: normal;
}
h1 { 
}
h2, h3 {
/*	margin: 18px 0 6px 0;*/
	clear: none;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 125%;
}
h4 {
	
}
h5 {
	font-size: 35px;
	margin: 30px 0 15px 0;
}
h6 {
	font-size: 30px;
	margin: 20px 0 10px 0;
}

p {
	margin: 0 0 5px 0;
}

a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover { 
	color: #999;
	text-decoration: underline;
}

pre {
	overflow: auto;
}


