@charset "UTF-8";
/* CSS Document */


body {
	background-repeat: repeat;
	margin: 0 auto;
	background-color: #fff;
	}

.wrapper {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
	border-right: 1px solid #000000;  
	border-left: 1px solid #000000;  
}

.wrapper_profile {
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
}
.headder {
	background:url(../images/title.jpg) no-repeat center top; 
	height: 484px;
}



/* -----ヘッダ／ヨドガワ／目次----- */
.headder {
	margin: 0 auto;
	text-align: right;
}

.yodogawa {
	margin: 0 auto;
}

.mokuji {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}


/* ----------メイン／本文---------- */
.main {
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	/* メインの文字要素 */
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	line-height: 26px;
}


/* ----------告知---------- */
.kokuchi {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
	/* 告知の文字要素 */
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
}

/* -------- */

.k_top {
	margin: 0 auto;
	margin-bottom: ;
}
.k_main {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/event_back_body.gif);
	background-repeat: repeat-y;
}
.k_bottom {
	margin: 0 auto;
	margin-bottom: ;
}


/* ----------プロフィール---------- */
.main_pro {
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 20px;
}


/* ----------フッター---------- */
.footer {
	margin: 0 auto;
	width: 760px;
}

.footer_left {
	margin: 0 auto;
	float: left;
}

.footer_right {
	margin: 0 auto;
	float: right;
}



/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #CCC;
	line-height: 15px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 15px;
}


/* ------------------リンク------------------ */
a:link {
	color: #E95519;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E95519;
}
a:hover {
	text-decoration: none;
	color: #E95519;
}
a:active {
	text-decoration: none;
}


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	margin: 0 auto;
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
