@import "maincontent.css";


/* BODYの設定 */
body{
	background-color:#6F5673;
	background-image:url(../img/common/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position: center top;
	margin-top:20px;
	font-size: 10.2pt;
	Color:#483B49;
	line-height: 140%;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style: normal;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* リンクの設定 */

a:link{
	color:#EB588F;
}
a:active{
	color:#EB508F;
}
a:visited{
	color:#CE6B00;
}
a:hover{
	color:#6853C4;
}


/* フッター箇所のリンク */

a.link-footer:link{
	color:#FFFFFF;
}
a.link-footer:active{
	color:#FFFFFF;
}
a.link-footer:visited{
	color:#F098B9;
}
a.link-footer:hover{
	color:#F5F492;
}



/* パラグラフ */
p {
	margin-bottom: 6px;
	margin-top: 0px;
}


/* 左エリア */
.leftarea {
	background-color: #F9F7F9;
	background-image: url(../img/common/bg_leftarea_pic.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

/* メインエリア */
.mainarea {
	background-color: #F9F7F9;
	padding: 10px;
}

/* テキストエリア「芭蕉会議とは」 */
.txtarea-aboutbasho {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/index/bg_table_aboutbasho.gif);
	background-repeat: repeat-y;
}
.txtarea-aboutbasho2 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/index/bg_table_aboutbasho2.gif);
	background-repeat: repeat-y;
}
/* テキストエリア「イベント案内」 */
.txtarea-event {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/index/bg_table_event.gif);
	background-repeat: repeat-y;
}

/* テキストエリア「主宰経歴」 */
.txtarea-president {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../img/index/bg_table_president.gif);
	background-repeat: repeat-y;
}

/* ニュースの日付 */
.date {
	font-style: normal;
	font-weight: normal;
	color: #B06A84;
}


/* イベントエリアの位置 */
.cnt-position-event {
	padding-top: 10px;
}


/* ヘッドライン */
.hd-event {
	font-weight: bold;
	color: #8A992A;
	font-size: 11pt;
	font-style: normal;
}
.hd-about {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #AA6B83;
}


/* 写真の設定 */
.photo-aboutbasho {
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.photo-president {
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}



/* コピーライト */
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

/* ニュースエリアの位置 */
table.newsarea {
	margin-top: 10px;
}

/* ニュース記事エリアの位置 */
table.newsarticle {
	margin-top: 10px;
}


/* フッターエリア */
.footer {
	background-image: url(../img/common/bg_table_footer_900.gif);
	background-repeat: repeat-y;
}
.padding {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.textarea_right {
	font-size: 12px;
	color: #483B49;
	left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: top;
	vertical-align: text-top;
}
.contents-link {
	font-size: 12px;
	text-decoration: none;
}
