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

body {
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center bottom;
	margin: 0 auto;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/background02.png);
	background-repeat: repeat-y;
}


/* ----------ヘッダまわり---------- */
#header {
	margin: 0 auto;
}

#yodogawa {
	margin: 0 auto;
}


/* ----------メイン---------- */

.main {
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.honbun {
	margin: 0 auto;
	background-image: url(../images/background03.png);
	background-repeat: repeat-y;
}

/* --------------------------------テキスト中継部分------------------------------------ */

.tekichu {
	background-color: #FFF;
	width: 670px;
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
	line-height: 24px;
}

.nagata_frame {
	width: 750px;
	margin: 0 auto;
}


/* ひだり：画像部分 */
.tekichu_left {
	width: 300px;
	margin-right: 10px;
	float: left;
}

.gazo {
	margin-bottom: 10px;
}

.photo {
	margin-bottom: 10px;
}


/* みぎ：コメント部分 */
.tekichu_right {
	width: 330px;
	margin-left: 30px;
	float: right;
}

.date_time {
	height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(../images/today_img/back_date.gif);
	background-repeat: no-repeat;
	
	/* 日付の文字要素 */
	height: 15px;
	font-size: 10px;
	color: #1E2535;
	letter-spacing: 1px;
}


.teki_date {
	/* 日付の文字要素 */
	height: 15px;
	font-size: 10px;
	color: #1F94D8;
	letter-spacing: 1px;
	float: left;
}

.teki_time {
	width: 300px;
	padding-left: 10px;
	height: 15px;
	/* 日付の文字要素 */
	font-size: 10px;
	color: #1F94D8;
	letter-spacing: 1px;
}

.teki_title {
	width: 300px;
	
	/* タイトルの文字要素 */
	font-size: 18px;
	color: #F680EB;
	letter-spacing: 1px;
	line-height: 27px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	
}
.teki_icon {
	width: 60px;
	float: left;
}


.teki_text {
	
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #1F94D8;
	letter-spacing: 2px;
	line-height: 26px;
	background-image: url(images/back_text.gif);
	background-repeat: repeat-y;
}


.teki_btn_thum {
	width: 670px;
	margin: 0 auto;
}

.teki_btn {
	float: left;
}
.teki_btn01 {
	float: left;
	margin-right: 27px;
}
.teki_btn02 {
	float: right;
}



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

#footer {
	width: 750px;
	margin: 0 auto;
}


/* ------------------テキストフォント------------------ */


.textfont_main01 {
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #171819;
	letter-spacing: 3px;
	line-height: 29px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.textfont_small01 {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* ------------------マージン------------------ */

.margin_b_60 {
	margin-bottom: 60px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}


.margin_r_40 {
	margin-right: 40px;
}

.margin_b_27 {
	margin-bottom: 27px;
}

.margin_l_27 {
	margin-left: 27px;
}

.margin_r_27 {
	margin-right: 27px;
}

.margin_t_10 {
	margin-top: 10px;
}




/* ------------------リンク------------------ */
a:link {
	color: #1383B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1383B6;
}
a:hover {
	text-decoration: none;
	color: #1383B6;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


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