/***************************************************/
/*サイト全体*/
/***************************************************/
body {
	background:#f0f0f0 url(image/shadow.gif) repeat-y center;
	margin:0;
	padding:0;
	text-align: center;	
	}

/*FF*/
#site {
	width: 726px;
	margin:auto;/*FF*/
	padding:0;
	text-align: left;
	font-size: 80%;
	line-height: 150%;
	background-color:#FFFFFF;
	}
	
/*IE*/
*html
#site {
	width: 726px;
	margin:0 0px 0 1px;/*IE*/
	padding:0;
	text-align: left;
	font-size: 80%;
	line-height: 150%;
	background-color:#FFFFFF;
	}

#home h2 {
	font-size:120%;
	}

p {
	color:#333333;
	}

li {
	color:#333333;
	}

a:link {
	text-decoration: none;
	color:#66CC66;
	}

a:visited {
	text-decoration: none;
	color:#CC66CC;
	}

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

a:active {
	text-decoration: none;
	color:#CC66CC;
	}

img {
	border-style:none;
	}

/*FF*/
#hr {
	margin:2px 0 2px 0;/*FF*/
	padding:0;
	border-bottom:1px solid #CCCCCC;
	}

/*IE*/
*html	
#hr {
	margin:4px 0 3px 0;/*IE*/
	padding:0;
	border-bottom:1px solid #CCCCCC;
	}
	
.skip {
	margin:0 0 -15px 0;
	}
/***************************************************/
/*ヘッダー（トップ画像）*/
/***************************************************/
#home h1 {
	text-indent: -9000px;
}

#header_top {
	background: #FFF url(image/top.jpg) no-repeat;
	height: 300px;
	width:727px;
	}



/***************************************************/
/*Topのメイン全体*/
/***************************************************/

/*FF*/
#main_top{
	margin:10px 0 10px 27px;/*FF*/
	padding:0;
	float: left;
	width: 420px;/*FF*/
	}

/*IE*/
*html
#main_top{
	margin:10px 0 10px 15px;/*IE*/
	padding:0;
	float: left;
	width: 405px;/*IE*/
	}

/***************************************************/
/*Topのイントロ文章*/
/***************************************************/


.main_intro h2 {
	background: url(image/blue.gif) no-repeat;
	color: #454545;
	text-indent: 19px;
	margin: 1.5em 0 0.2em;
	}

.main_intro p {
	margin:7px 0 0 0;
	}



/***************************************************/
/*Topのサブメニュー*/
/***************************************************/

/*FF*/
#sub{
	width: 241px;/*FF*/
	margin: 20px 20px 10px 0;/*FF*/
	padding:0 0 0 25px;
	float: right;
	}

/*IE*/
*html
#sub{
	width: 221px;/*IE*/
	margin: 20px 7px 10px 0;/*IE*/
	padding:0 0 0 25px;
	float: right;
	}

#site #sub{
	width: 221px;
	}

#sub h2 {
	margin: 0 -10px;
	padding: 0;
	background: url(image/event.gif) no-repeat;
	width: 241px;
	height: 23px;
	text-indent: -9000px;
	}

#sub h3 {
	color: #454545;
	background: url(image/green.gif) no-repeat 0 1px;
	margin:15px 0 0 0;
	text-indent: 19px;
	font-size:110%;
	}

#sub p.date{
	line-height:100%;
	color:;
	font-weight:bold;
	background-image:url(image/list.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:15px 0 2px 0;
	padding:1px 0 0 14px;
	_padding:2px 0 0 14px;
	}

#sub p{
	margin:0px 0 0px 15px;
	padding:0 0 0 0;
	}

#sub ul{
	margin:0 0 0 0px;
	_margin:0 0 0 50px;
	}

#sub li{
	list-style:dice;
	margin:3px 0 0 -18px;
	padding:0;
	line-height:15px;
}

/***************************************************/
/*フッター（著作権表示）*/
/***************************************************/
#footer {
	clear:both;
	text-align:center;

	}

#footer p {
	font-size:100%;
	color:#333333;
	margin:0;
	padding:0;
	}


hr#line {
	clear:both;
	width: 727px;
	height: 5px;
	background: #FFF url(image/bar.gif) no-repeat bottom;
	}