body {
	color: #444444;
	text-align:center;
	margin:0;
}

h1 {
	border-left:5px solid #BBBBBB;
	border-bottom:3px inset #CCCCCC;
	padding:0 0 0 10px;
}

.all {
	width:780px;
	background:#FFFFFF;
	text-align:left;
}

.fl-cl {
	clear:both;
}

.red {
	color: #FF0000;
	font-weight:bolder;
}


/*----ヘッダー-----*/
.header {
	width:1000px;
	height:100px;
}
/*---ヘッダーここまで----*/

/*-----メニュー----*/
.menu {
	width:900px;
	text-align:center;
}

.menu ul {
margin:0;
}

.menu li {
	float:left;
	list-style:none;
	background:#999999;
	margin: 0 1px 3px 1px;
}

.menu a {
	display:block;
	width:153px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.menu a:link{
	color:#222222;
}

.menu a:visited{
color:#222222;
}

.menu a:hover{
	color:#CCCCCC;
	background:#666666;
}
/*---メニューここまで*/


/*-----メイン------*/
.main {
	margin:10px 0 20px 0px;
	padding:0 30px;
	border-top: 1px solid #999999;
	border-right:3px double #999999;
	border-bottom:3px double #999999;
	border-left:1px solid #999999;

}

.main-left {
	width:270px;
	float:left;
}

.main-right{
}

.sp {
	margin:0 0 0 10px;
	font-size:12px;
}

.main p {
	padding:0 0 0 15px;
	font-size:12px;
	line-height:20px;
}

.main h2 {
	border-left:5px solid #BBBBBB;
	border-bottom:3px inset #CCCCCC;
	padding:0 0 0 10px;
}

.main h3 {
	padding:0 0 0 17px;
	background-image:url(../img/list.gif);
	background-repeat:no-repeat;
}

.main h4 {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main img {
	padding:0 0 0 15px;
}


/*---メインここまで----*/

/*---ボトム-------*/

.main-bottom-left {
width:300px;
float:left;
font-weight:bold;
}

.main-bottom-right {
	width:400px;
	margin:0 0 10px 0;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	float:left;
}

.main-bottom a:link {
	color:#666666;
	text-decoration:none;
}

.main-bottom a:visited {
	color:#666666;
	text-decoration:none;
}

.main-bottom a:hover {
	color:#222222;
	text-decoration:underline;
}

/*---ボトムここまで*/

.copy {
	text-align:center;
	color:#222222;
	font-weight:bold;
}


.link {color:#0000FF; text-decoration:underline;}

