@charset "shift_jis";
/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	margin-top: 0;
}

a {
	text-decoration:none;
}

a:hover {
	color:#00F;
}

img {
   border:0;
}

/* ========LAYOUT======== */
body {
	margin:0;
	padding:0;
	text-align: center;
	color: #000000;
	background-color: #fff;
}

#container {
	background:url(m-img/bg1r.png) 0 0 repeat-y;
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
    margin: 0 auto; 
    border: 0px solid #000000;
    text-align: left; 
}

#header { 
	background-image: url(m-img/top1.gif);
	width: 780px;
	height:60px;
} 

#basebox { 
	width: 780px;
	float: right;
	background-image: url(m-img/main-bg1.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
} 

#leftbox {
	width: 240px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}

ul.exp {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul li {
	margin-top: 1px;
	margin-bottom: 0;
}

#mainbox {
	float: right;
	width: 440px;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
}

/* ========スライド======== */

#test1 {
	border: 1px solid #555;
	width: 400px;
	height: 400px;
	margin-top: 15px;
	margin-bottom: 10px;
  }


#mp1 {
	font-size: small;
	color: #666;
	line-height: 20px;
}

.address {
	font-style: normal;

}

#adr{
	font-size: 10px;
	border: none;
}
/* ========スライドここまで======== */

#footer {
	padding: 0;
	margin-top:15;
	height:15px;
	background-image: url(m-img/foot1.gif);
	width: 780px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

