/* CSS Document */

@charset "shift-JIS";

body td, th, textarea {
	font-family: "ＭＳ Ｐゴシック",OSAKA,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	font-weight: normal;
	line-height: 15px;
	letter-spacing:0.1em;
}

body {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	margin:0px;
	background-image:url(../images/main_bg.gif);
	background-position: left top;
}

a {
	color: #990033;
}

a:hover {
	color: #cc3366;
}

/* -- 全体 -- */

.maincontents {

	width:650px;
	margin-left:100px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border:2px #000000 solid;
}

/* -- フォントサイズ -- */

.font20px {
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;
}


.font16px {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.font14px {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.font12px {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

.font10px {
	font-size: 10px;
	line-height: 14px;
}

.font9px {
	font-size: 9px;
	line-height: 10px;
}


/* -- フォントカラー -- */

.blue {
	color: #166eac
;}

.green {
	color: #49851c;
}

.gray {
	color: #ababab;
}

.red {
	color: #cc0000;
}

.yellow {
	color: #FFFF00;
}

.white {
	color: #FFFFFF;
}

.bg_blue {
	background-color: #dde5f0
;}


/* -- 文字装飾 -- */


.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

/*-- ロゴ部　--*/

table .logo td{
  background-image:url(../images/logo_bg.gif);
}

.black_line{
 background-color:#000000;
 height:4px;
 width:100%;
}

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

table .left td{
  background-image:url(../images/contents_bg.gif);
}

table .right td{
  background-image:url(../images/contents_bg.gif);
}


/*-- 新着情報部--*/
table .wnew {
	width:385px
;}

table .wnew th{
  background-image:url(../images/wnew_main_bg.jpg);
  background-color:#FFFFFF;
}

table .wnew td{
  background-image:url(../images/white_bg.gif);
  background-color:#FFFFFF
;}

.wnew_title{
  padding:10px 12px;
}


/*--テーブル--*/

table .table {
	border-top:solid #000000 1px;
	border-left:solid #000000 1px;
}

table .table th{
  background-image:url(../images/bluegreen_bg.gif);
	border-bottom:solid #000000 1px;
	border-right:solid #000000 1px;
	padding:3px;
}

table .table td{
	border-bottom:solid #000000 1px;
	border-right:solid #000000 1px;
	padding:3px;
	text-align:left;
}

table .bbs {
	padding:5px;
	border:solid #000000 1px;
}

/*　イベントページ用　*/
/*a:visited  { color: #4169e1; font-size: 12px; line-height: 150%; font-family: "ＭＳ ゴシック", OSAKA; text-decoration: none ;}*/
/*a:hover  { color: #ff3333; font-size: 12px; line-height: 150%; font-family: "ＭＳ ゴシック", OSAKA; text-decoration: underline ;}*/
input, textarea, select   { color: #333; background-color: #ffffff; border: solid 1px #696969; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; border-top-style: solid  ;}
.eve-date   { color: #789; font-size: 11px; font-family: Helvetica, Geneva, Arial; letter-spacing: 1px ;}
.eve-subject     { color: #696969; font-weight: bold; font-size: 12px; padding-bottom: 2px ;}
.eve-note        { color: #333; font-size: 12px; line-height: 18px; font-family: Osaka, "ＭＳ ゴシック"; background-image : url(http://www.hits70s.com/event/img/note_tensen.gif); margin: 0px; padding: 18px ;}
