
* {
	margin: 0;
	padding: 0;
	}


body {
	width: 100%;
	background: #000 url(img/spk_white3.jpg) bottom no-repeat fixed;
	color : #333;
	font-size :12px;
	margin : 5px auto;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka-等幅";
	}

body div {
	text-align: center;
	margin: 0 auto;
	}


h1 {
	width: 800px;
	font-size : 100%;
	color : #fff;
	font-weight : normal;
	text-align: left;
	margin: 5px auto;
	}

h2 {
	margin: 0 auto;
	padding: 5px 0 3px 0;
	background-color: #000;
	width: 750px;
	color: #FFF;
	line-height: 1.5;
	font-size: 18px;
	text-align: left;
	}






/* inline */

a img {
	border : none;
	}


/* コンテナ */

#top {
	margin:0 auto 0 auto;
	width: 800px;
	height: 400px;
	background :#000 url(img/top_right.jpg) no-repeat right top;
	clear: both;
	}

	#top img{
		float: left;
		}

#main{
	margin:0px auto 0 auto;
	width: 800px;
	background-color: #000;
	text-align: center;
	}






.information{
	width : 748px;
	margin : 5px auto 5px auto;
	padding: 10px 0;
	line-height: 1.5;
	border : 1px solid #CCC;
	background-color: #fff;
	clear: both;
	}


.information .infotext{
	width: 390px;
	font-size: 14px;
	text-align: left;
	float: left;
	padding:5px 0;
	}




	.information .infotext p{
			width: 370px;
			font-size: 14px;
			color: #333;
			margin: 5px auto;
			text-align: left;
			}

	.information .infotext h3{
			width: 370px;
			font-size: 16px;
			font-weight : bold;
			text-align: left;
			margin: 0 auto;
			}

.information_2{
	width: 350px;
	float: right;
	text-align: center;
	}

	.information .information_2 h3{
			width: 342px;
			font-size: 16px;
			font-weight : bold;
			text-align: left;
			margin: 0 auto;
			}
			









/*-- tour --*/



.tour{

	width: 750px;

	margin-bottom: 10px;

	height: 320px;

	position:relative;

	}





.tour .pl, .tour .plm, .tour .prm, .tour .pr{

	width: 178px;
	background-color: #FFF;

	border: 1px solid #CCC;

	}







.tour .pl{

	position:absolute;

	top:0;

	left:6px;

	}



.tour .plm{

	position:absolute;

	top:0;

	left:192px;

	}



.tour .prm{

	position:absolute;

	top:0;

	left:378px;

	}



.tour .pr{

	position:absolute;

	top:0;

	right: 6px;

	}







.tour h3{

	width: 178px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #14ADFD;
	padding: 5px 0;

	line-height: 1.2;
	margin: 0 auto 5px auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #69D2F2;
	color: #FFF;
	}



.tour p{

	margin: 0 auto;
	line-height: 1.5;
	width: 169px;
	min-height:90px;
	height: auto !important;
	height: 90px;
	text-align: left;

	}





.plan{
	width: 178px;
	background:#17ACFE;
	}


	

.plan .dep{
	width: 169px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 0;
	}






.plan .btn{
	width: 169px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	}






/************ footer ************/

/* ---------- フッター ---------- */


.footer{
	width:800px;
	margin : 0 auto;
	padding : 10px 0 ;
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 1.5;
	clear:both;
	}




.c_right{
	text-align: center;
	width:750px;
	font-size:10px;
	color : #666 ;
	}


/************ footer END ************/





.kuro{
	color : #333;
	font-size :10px;
	padding : 3px 0;}    /* 黒 */

.org {
	color : #FF8500;}    /* ベースオレンジ */

.org2 {
	color : #FF6600;}    /* オレンジ2 */

.miz {
	color : #0FC1D1;}    /* 水色 */

.grn {
	color : #2BB52E;}    /* ベース緑 */

.grn2 {
	color : #429340;}    /* 緑2 */

.aka {
	color : #F00;}    /* 赤 */

.ao {
	color : #00F;}    /* 青 */

.ao2 {
	color : #555CF5;}    /* 青2 */

/* サイズ指定 */

.siz_10 {
	font-size :10px;}


.siz_20 {
	font-size :20px;}







br.cl_l{
	clear: left;
	line-height: 0px;
	}

br.cl_r{
	clear: right;
	line-height: 0px;
	}

br.cl_b{
	clear: both;
	line-height: 0px;
	}


