/* 既存変更　----------------------------------------------------------------- */

body {
	border-top: 40px solid #242020;
	color: #242020;
	background: url('images/bg_body.jpg') #b9b4b2 no-repeat center 40px;
}
#content {
	background: url('images/bg_main2.png');
}
#main {
	background: url('images/bg_container2.png') no-repeat center top;
}

#header {
	height: 200px;
	display: block;
	background: url('images/bg_header.jpg') #b9b4b2 no-repeat center top;
}
#home #header {
	height: 400px;
}
#header h1 {
	position: absolute;
	top: -40px;
}

#header_subtitle {
	font-size: 90%;
	padding: 50px 50px 0px 200px;
	margin: 0;
	height: 350px;
}
#header_subtitle h2 {
	font-size: 200%;
	text-align: right;
	color: #ffffff;
}
#footer {
	background-image: url('images/footer2.png');
}

#navi  {
	top: 200px;
}
#home #navi  {
	top: 400px;
}

.menu a{
	background: url(images/menu1.png) no-repeat left 7px;
}
.menu a:link{
	color: #242020;
}
.menu a:visited{
	color: #242020;
}
.menu a:hover{
	color: #ffffff;
	background: url(images/menu2.png) #242020 no-repeat left 7px;
}
.menu a:active{
	color: #ffffff;
	background: url(images/menu2.png) #242020 no-repeat left 7px;
}
.section {
	clear: both;
}


/* ミニメニュー　----------------------------------------------------------------- */
#minimenu {
	position: absolute;
	top: -40px;
	right: 0px;
}
#minimenu ul li {
	list-style: none;
	float: left;
}
#minimenu ul li a {
	color: #ffffff;
	background-color: #666060;
	display: block;
	height: 32px;
	padding: 8px 12px 0px;
	font-size: 90%;
	text-decoration: none;
}
#minimenu ul li a:link {}

#minimenu ul li a:visited{}

#minimenu ul li a:hover{
	color: #cb1007;
	background-color: #ffffff;
}

#minimenu ul li a:active{
}


/* twitterウィジェット　----------------------------------------------------------------- */
#wmessage{
	clear: none;
}

#twitter {
	clear: none;
	float: right;
	width: 41%;
	height: 400px;
}

.welcome{
	clear: none;
	width: 56%;
	margin: 0;
	padding: 0;
	float: left;
}




