/* CSS Document */ メイン用

/* 基本装飾 */

body{
}

h1 {
	height: 25px;
	width:95%;
	font-size: 18px; 
	line-height: 30px; 
	margin-left:10px;
	padding-left:10px;
	border-left:5px solid #CCCCCC;
	border-bottom:2px solid #cccccc;
}

h2 {
	height: 25px;
	font-size: 14px; 
	line-height: 30px; 
	width:40%;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f0f0f0;
}

p { 
	font-size: 100%;
	line-height: 20px;
	padding-left:20px;
	padding-right:20px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font32 { font-size: 32px; line-height: 45px; }
.red { color: #FF0000; }
.blue { color: #0000FF; }
.sky { color: #0066FF; }
.green { color: #006600; }
.gray { color: #666666; }
.white { color: #FFFFFF; }
.black{color:#000000;}

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }










