@charset "shift_jis";


body {
	margin: 0;
	padding: 0;
	line-height: 150%;
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	background-color: white;
}

#wrap {
	width: 984px;
	margin: 0 auto;
	padding: 0;
	background-image: url("images/main_bg.gif");
	background-repeat: repeat-y;
	background-color: white;
}

img {
	border: none;
	margin: 10px;
}


h1{
	margin: 0;
	padding-top: 280px;
	padding-right: 30px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

h2{
	margin: 10px;
	color: red;
	font-size: 24px;
	font-weight: bold;
}


.clear {
	clear: both;
}


.midashi {
	padding: 5px 20px;
	margin: 0;
	color : #f77700;
	font-weight: bold;
}




/*----- ヘッダー部 -----*/
#top {
	width: 950px;
	height: 85px;
	margin: 0 17px;
	padding: 0;
	background-image: url('images/fon_top.gif');
	background-repeat: repeat-x;
}

#top img {
	margin: 12px;
	float: left;
}


.top_search {
	width: 210px;
	height: 47px;
	margin: 38px 50px 0 0;
	padding: 0;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
	float: right;
}

._search {
	padding: 8px 0 0 15px;
}



#header {
	width: 950px;
	height: 317px;
	margin: 0 17px;
	padding: 0;
	border: none;
	text-align: right;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
}

/*----- メニューバー -----*/
#menu {
	width: 950px;
	height: 46px;
	margin: 0 17px;
	border: none;
	background-image: url("images/fon01.gif");
	background-repeat: repeat-x;
}

.button {
	height: 46px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #777777;
	font-size: 18px;
	font-weight: bold;
	float: left;
}


.button p {
	margin: 0;
	padding-top: 10px;
}


.button a {
	color: #000000;
	text-decoration: none;
}

.button a:hover {
	color: #6688ff;
}



/*----- コンテンツエリア左 -----*/
#contents_left {
	width: 287px;
	min-height: 403px;
	margin-top: -45px;
	margin-left: 57px;
	float: left;
}

#left_top {
	width: 287px;
	height: 30px;
	background-image: url("images/left_top.png");
	background-repeat: no-repeat;
}

#left_mid {
	width: 287px;
	min-height: 373px;
	padding-bottom: 10px;
	background-image: url("images/left_mid.png");
	background-repeat: no-repeat;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#left_mid p, #contents_right p{
	padding: 5px 20px;
	margin: 0;
}

#left_mid a, #contents_right a {
	color: #e49418;
}

#left_mid a:hover, #contents_right a:hover {
	color: #FF0000;
}


.title1 {
	margin-bottom: 10px;
	color: red;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-family: Serif;
	text-align: center;
}

.title2 {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: red;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-family: Serif;
}




/*----- コンテンツエリア右 -----*/
#contents_right {
	width: 558px;
	min-height: 370px;
	margin-top: 25px;
	margin-right: 47px;
	padding-bottom: 15px;
	background-image: url("images/fon01.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float: right;
}




/*----- フッター -----*/
#footer {
	width: 950px;
	height: 77px;
	margin: 0 17px;
	padding: 0;
	background-image: url("images/bot.gif");
	background-repeat: repeat-x;
}

#footer ul {
	margin: 0;
	padding-top: 28px;
	padding-left: 50px;
	float: left;
	list-style-type: none;
}

#footer li {
	margin-left: 30px;
	float: left;
}

#footer a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
}





/*----- ロゴ、コピーライト -----*/
.copyright {
	font-size: 14px;
	margin-top: 28px;
	margin-left: 30px;
	float: left;
}

