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

.stock {
	display: none; /* 表示しない */
	font-size: 14px;
	color: #F17F45;
}

body {
	margin: 0 auto;
	background-image: url(../images2/bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	font-size: 14px;
	color: #333333;
	line-height: 20pt;
}
	
#wrapper {
	width: 889px;
	margin: 0 auto;
	background-image: url(../images2/frame_middle.png);
	background-repeat: repeat-y;
	background-attachment: inherit;
	background-position: center;
}

#wrapper_profile {
	width: 889px;
	margin: 0 auto;
	background-image: url(../images2/bkgd.jpg);
	background-repeat: repeat-y;
	background-color: #F0F0EB;
}


/* -----ヘッダ／ヨドガワ／目次----- */

#headder {
	position:inherit;
	width: 889px;
	height: 40px;
	margin-top: 20px;
	margin: 0 auto;
}


/* ----スライド---- */

#photo01 {
	
	margin-left: 0px;
	margin-top: 0px;

	width: 784px;
	height: 508px;
	margin: 0 auto;
}

#date02 {
	z-index: 2;
	
    position: absolute;
    top: 0px;
	left: 0px;
	
	width: 166px;
	height: 524px;
	margin: 0 auto;
}

#yodogawa {
	width: 800px;
	margin: 0 auto;
}
	
.banner {
	width: 850px;
	padding-top: 20px;
	margin: 0 auto;
}

.banner01 {
	margin: 0 auto;
	float: left;
}
.banner02 {
	margin: 0 auto;
	float: right;
}


/* ----------本文／スライドショー---------- */

.main {
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
}

.main_left01 {
	width: 300px;
	margin: 0 auto;
	float: left;
}
.main_left02 {
	width: 550px;
	margin: 0 auto;
	float: left;
}


.main_profile {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
}

.chusen_main {
	width: 782px;
	padding-left: 20px;
	margin: 0 auto;
	background-image: url(../images/index/frame_01_main.gif);
	background-repeat: repeat-y;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
	
}

.chusen_frame {
	width: 802px;
	margin: 0 auto;
}


/* ----------フッター---------- */

#footer {
	width: 889px;
	margin: 0 auto;
	padding-bottom: 0px;
}

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


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

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666;
	line-height: 20px;
}

.black12px {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333333;
}
.black13px {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: bold;
}
.black14px {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #000000;
}
.text12px {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;
}
.red12px {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #CC0000;
}
.green17px {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1.5px;
	color: #009900;
	font-weight: bold;
}
.pink17px {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1.5px;
	color: #FF66CC;
	font-weight: bold;
}
.darkgray16px {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1.5px;
	color: #333333;
	font-weight: bold;
}



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

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


.btn {
}

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


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