/*
tfmenu.css
Daisuke Kakura <info@kakura.jp> "2007-07-04 Wed 11:56:13 Cuzco, Peru"
*/

/*
ページに関するデザイン、tfmenu とは直接関係はない
*/

#all {
	position: relative;
	text-align: left;
	border-top: none;
	border-bottom: none;
	padding-top: 77px;
	font-size	:10px;
	line-height: 18px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 1px #333333;
}


a          {text-decoration: none;}
a:link,
a:visited  {
	color: #6633FF;
}
a:hover    {

}
a:active   {}
body       {
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0;
	font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	margin:0;
}
#header {
	background-image: url(../img/head-back-long.png);
	background-repeat: repeat-x;
	position:fixed;
	width:100%;
	height:138px;
	z-index:99;
	top:-22px;
	}

/*
tfmenu の幅を 180px として、#contents 部分と重ならないように指定
*/

#contents {
	margin: 0px 0px 88px 377px;
	width:60%;
}

/*
以下 tfmenu.js に関するデザイン
*/

#tfmenu   {
	color: #000033;
	font-size: 10px;
	width: 220px;
	height: 380px;
	margin: 10px;
	margin-left: 20px;
	margin-top: 50px;
}
#tfm-head {
	height: 150px;
}

#tfm-body {
	padding: 0px 3px;
	}
.tf1 span,
.tf2 span,
.tf1active span {font-size: 50%; vertical-align: middle;}

.tf1  {
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 28px;
}
.tf2  {
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.tf1active        {border-bottom: 1px solid silver; cursor: hand; line-height: 23px;}
.tf1active .tf1 a {width: 198px; line-height: 25px;}
.tf1active .tf2 a {width: 198px; line-height: 25px;}

.tfm-up   #tfm-head {background-color: red;}
.tfm-down #tfm-head {background-color: yellow;}
.tfm-stop #tfm-head {background-color: green;}

#tfm-foot {
	position: absolute;
	bottom: 0px;
	color: #CCCCCC;
	font-size: 90%;
	text-align: center;
	width: 100%;
	height: 10px;
}
.footer {
	clear: both;
	width: 100%;
	bottom:0px;
	position:fixed;
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	color:#CCCCCC;
	text-align:right;
}
.flyer {
	border: 1px solid #999999;
}
.px10 {
	font-size: 10px;
}
.thumb-left {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.thumb-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.thumb-center {
	float: center;
	margin-left: 120px;
	margin-bottom: 1px;
}
.px14 {
	font-size: 14px;
	line-height: 20px;
}
.px16 {
	font-size: 16px;
	line-height: 22px;
}
.px15 {
	font-size: 15px;
	line-height: 20px;
}
.px9 {
	font-size: 9px;
	line-height: 16px;
}
#contents p {
	padding-top: 10px;
	letter-spacing: 2px;
	margin-left: 18px;
}
.px13 {
	font-size: 13px;
	line-height: 20px;
}
.px11 {
	font-size: 11px;
}

.px12 {
	font-size: 12px;
	line-height: 18px;
}
.px8 {
	font-size: 8px;
}
.px7 {
	font-size: 7px;
}
.p-text {

	padding: 0px 10px 10px 30px;
	background-repeat: repeat-y;
}
.h2-big {
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	background-image: url(../img/bg1.png);
	margin-bottom:-10px;
	margin-bottom: 12px;
	padding:8px;
	margin-top: 50px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	background-image: url(../img/bg1.png);
	margin-bottom:-10px;
	margin-bottom: 12px;
	padding:8px;
	margin-top: 50px;
}
.party-info {
	text-align: left;
	margin-top: 38px;
	margin-bottom: 38px;
}
.party-info p {
	margin: 0px 0px 0px 12px;
}
.imgover{
}
.blog-box {
	border: 1px dotted #999999;
}
.top-topx {
	font-size	:10px;
	line-height: 18px;
}.histry-image {
	margin: 0px 4px 7px 3px;
}
h3 {
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 18px;
}
#menu {
	float: left;
	width: 220px;
	position: fixed;
	margin-left: 32px;
}
#menu p{
margin-left:28px;
}
#all #contents h1 {
}
#all #contents h1 {
	margin-left: 12px;
}
.side {
width:600px;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.interview p{
font-size:12px;
line-height:22px;
}
.interview strong {
	font-size:16px;
	color:#999999;
}


/*
menu
*/
#menu ul li {
list-style-type:none;
}
#menu .now a:hover {
background-image:url(../img/now_o.png);
	background-color:#0099CC;
}
