/***********************************************************
	PJ: 			フラメンコ教室
	PATH:			/assets/styles/default.css
	DESCRIPTION:	デフォルトスタイルシート
************************************************************/

/* インポート
---------------------------------------------------------- */
@import url(top.css);
@import url(navigation.css);
@import url(about.css);
@import url(profile.css);
@import url(live.css);
@import url(gallery.css);
@import url(bbs.css);


/* 初期化
---------------------------------------------------------- */
*{
	margin:							0;
	padding:						0;
	font-size: 						100%;
	line-height:					1.6em;
	font-size:						11pt;
	list-style:						none;
}
html{
	height:							100%;
	font-size:						11pt;
}
html>/**/body{
	overflow:						-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:						100%;
	padding-bottom:					1px;
}
/* タグの再定義
---------------------------------------------------------- */
body {
	font-family: 						'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	margin:								0;
	padding:							0;
	text-align:							center;
	background-color:					#000;
	color:								#fff;
	font-size:							12pt;
}
img {
	border: 							none;
	/*vertical-align: 	bottom;*/
}
a {
	outline:							none;
	color:								#C80059;
	text-decoration:					none;
}
a:hover {
	color:								#00BEC8;
	text-decoration:					underline;
}
label, button {
	cursor:								pointer;
}
address {
	font-style:							normal;
}

/* レイアウト・共通
---------------------------------------------------------- */
#container {
	position:							relative;
	width:								960px;
	margin:								0 auto;
	text-align:							left;
}
#container .wrapper {
	background:							#000;
	zoom:								100%;
	font-size:							12pt;
	
}

#containts:after {
    content:							"";
    clear:								both;
    height:								0;
    display:							block;
    visibility:							hidden;
}
#containts  {
	zoom:								100%;
	background:							url(../images/content_bottom.jpg) bottom center no-repeat;
	padding-bottom:						150px;
} 
#footer {
	margin-top:							50px;
	font-size:							8pt;
	padding-bottom:						150px;
}
address {
	margin:								1em auto;
	font-size:							10pt;
	text-align:							center;
}
.sub_title {
	background:							url(../images/title_icon.gif) 0 25%  no-repeat;
	line-height:						1em;
	margin-bottom:						1em;
	padding-left:						20px;
}
table th,table td {
	text-align:							left;
	vertical-align:						top;
}
/**/
#thumbs-adv ul li {
	float:left;}
	
	
.content {
	float:right;
}
.pdf a {
	background:							url(../images/pdf_middle.gif) 0 0  no-repeat;
	line-height:						1em;
	margin-bottom:						1em;
	padding-left:						30px;
}