@charset "Shift_JIS";

/* -------- サイドバーを消す -------- */

#container {
	background-color: #ffffff;
	background-image: none; 
	background-repeat: none; }

/* -------- コンテンツ枠をでかくする -------- */
#contents {
	width: 756px;
	float: left;
	background-color: #ffffff;
	border-right: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	margin-top: 0px;
	margin-bottom: 0px; }

/* ----------------------------------
	デザイン
 ------------------------------------ */


/* -------- トップページのロゴ -------- */
#sumprologo {
	width: 756px;
	height: 125px;
	background-image: url(../img/sp.jpg);  }

/* -------- メニュー -------- */

#navi {
	width: 756px;
	height: 50px;
	border-bottom: 1px #c0c0c0 solid;
	margin-bottom: 15px; }

.navi li {
	list-style: none;
	float: left; }

.navi li a {
	display: block;
	width: 189px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #606060; }

.navi li a:hover {
	background-color: #a0a0a0;
	background-position: left bottom; }

.btn_conf {
	background-image: url(../img/button_conf.jpg); }

.btn_camp {
	background-image: url(../img/button_camp.jpg); }

/* ---- 本文のデザイン ---- */
h4 {
	margin-left:28px;
	margin-bottom: 0px;
	font-size: 120%;
	text-decoration: underline; }

p.quote {
	margin-left: 4em;
	color: #0000ff; }

.img1 {
	float: right; }
	
.img2 {
	float: right;
	margin-bottom: 10px; }
