/* ページの基本デザイン用CSS */
*{
	padding: 0px;
	margin: 0px;
	}
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #222222;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #ffffff;
}
.title{
	background-image: url(img/back.gif);
	height: 20px;
	width: 770px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #F90;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 14px;
	font-weight: normal;
	color: #888;
	line-height: 20px;
	
}
	

#main h2 {
    height:36px;
	font-size: 16px;
	font-weight: bold;
	color: #420001;
	line-height: 220%;
	padding-left: 10px;
	clear: left;
	background-image: url(img/b-112.gif);
	margin: 0px 10px 15px;
}

h3 {
	font-size: 15px;
	color: #7d0000;
	margin: 25px 10px 15px;
	text-align:left;

}
h4{
	margin-left: 15px;
	font-size: 15px;
	margin-top: 25px;
	background-image: url(img/ei.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
#mainimage {
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

p {
	font-size: 14px;
	line-height: 150%;
	margin-right: 15px;
	margin-left: 15px;
}

table{
	margin-left: 20px;
	width: 500px;
	margin-top: 10px;
	border: 1px solid #CCC;
	text-align: center;
	}
th{
	line-height: 22px;
	padding: 2px;
	font-size: 13px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 3px double #CCC;
	border-left: 1px solid #CCC;
	background-color: #f6c55e;
	}	
td{
	padding: 3px 8px;
	font-size: 12px;
	line-height: 1.5em;
	border: 1px solid #CCC;	
	}
td.red{
	color: #C30;
	}
td.blue{
	color: #09F;
	}	
a {
	color: #0000ff;
	text-decoration: none;
}
ol{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
ol li{
	font-size: 14px;
	line-height: 20px;
	}
ul{
	margin-left: 40px;
	margin-top: 10px;
	list-style-type: decimal;
	margin-bottom: 10px;
	}
ul li{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	}	
	
#side h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #CCC;

	background-image: url(img/menyubar-8.jpg);
	background-repeat: repeat-x;

}
#side h2 a {
	color: #420001;
	display: block;
	line-height: 33px;
	padding-left: 6px;
}
#footer {
	height:30px;
	clear: both;
	background-image: url(img/menyubar-8.jpg);
	background-repeat: repeat-x;
	width: 770px;
	position: relative;

	}
#footer p {
	color:#ffffff;
	text-align:center;
	font-size: 12px;
	font-style: italic;
	padding-top: 8px;	
	}


#footer a{
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	
}

strong{
	font-weight: bold;
	color: #F00;
	}	

/* ページのレイアウト用CSS */
#contents {
	width:770px;
	text-align:left;
	background-position:center top;
	background-image: url(img/bg_gradation_orange.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	border: 1px solid #cccccc;	
}

#sidemain {
	margin: 10px 0px 0px;
	width: 770px;

}	
#main {
	float:right;
	width: 570px;

}
#side {
	float:right;
	width: 190px;
	margin-right: 5px;
	padding-left: 5px;
}
