@charset "utf-8";


/* ----------------------------------------------

	カヤックモバイル＄ / general styles
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/*  GENERAL RULES
---------------------------------------------- */

body {
	color: #000000;
	text-align: center;	
	background: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	font-size: 100%;
}

div#container {
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

div#mainCnt {
}

p#ustream {
	width: 815px;
	height: 320px;
	position: absolute;
	left: 42px;
	top: 477px;
}

p#schedule {
	margin-left: 42px;
	margin-top: 229px;
}

p#message {
	margin-left: 42px;
	margin-top: 30px;
}

p#choco {
	margin-left: 95px;
	margin-top: 30px;
}

p#past {
	margin-left: 42px;
	margin-top: 30px;
}

p#event {
	margin-left: 42px;
	margin-top: 15px;
	margin-bottom: 40px;
}

p#event img {
	margin-right: 13px;
}

div#footer {
	width: 900px;
	padding: 10px 0;
	font-size: 85%;
	font-weight: bolder;
	background-color: #000000;
}

div#footer ul li {
	display: inline;
	margin: 5px 10px 5px 0;
}

div#footer .fS {
	text-decoration: none;
	font-weight: normal;
	margin-right: 5px;
}

div#footer ul li a,
div#footer ul li a:link,
div#footer ul li a:visited {
	color: #808080;
}

div#footer ul li a:hover,
div#footer ul li a:active {
	color: #FF01BB;
}

p#copy {
	text-align: center;
	padding-top: 5px;
}

p#copy a,
p#copy a:link,
p#copy a:visited {
	color: #808080;
}

p#copy a:hover,
p#copy a:active {
	color: #FF01BB;
}


/*  CLEAR FIX 
---------------------------------------------- */
div#mainCnt,
p#ustream {
    zoom:1;/*for IE 5.5-7*/
}
div#mainCnt:after,
p#ustream:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div#mainCnt,
* html p#ustream {
	display:inline-table;
	/*\*/display:block;/**/
}