@charset "UTF-8";

/*********************************************************************************/
/* General                                                                        */
/*********************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

a img { border:none; }

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color:#444444;
}

a {
	color: #2C383B;
}
a:hover {
	text-decoration: none;
}

div.floatl { float:left;  }
div.floatr { float:right; }
div.clearfloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

.txtc { text-align:center; }
.txtred { color:#ff0000; }
.small { font-size:80%;; }

.linkon:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header-wrapper {
	background: #222222;
	height:58px;
}
#header {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}
#headermenu {
	margin-left:25px;
	margin-top :25px;
}
#headermenu a {
	color:#ffffff;
}



/*********************************************************************************/
/* Contents
/*********************************************************************************/

#wrapper {
	background: #e3e3e3;
}

#contents {
	/*
	padding:20px;
	width:920px;
	*/
	padding:20px;
	width:1160px;

	margin-right:auto;
	margin-left:auto;
	background: #ffffff;
	overflow:hidden;
}

#catch {
	width:1200px;
	height:490px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/catch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#catch .btn_reserve {
	margin-right:auto;
	margin-left:auto;
	width:513px;
	padding-top:250px;
	height:85px;
}

.body_left { width:250px; }
.body_main { width:900px; }

.nm_style3 {
    background-attachment: scroll;
    background-image: url("../images/title_bg1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FF0000;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding: 0 10px 0 60px;
}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#footer {
	background-color:#eeeeee;
	color:#444444;
}
#copyright {
	padding:15px;
	width:930px;
	margin-right:auto;
	margin-left:auto;
}
