@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: 1000px;
	background-color: #000000;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
p#ustream {
	width: 400px;
	height: 640px;
	position: absolute;
	left: 575px;
	top: 165px;
}
p#adsense {
	width: 336px;
	height: 280px;
	position: absolute;
	left: 81px;
	top: 1469px;
}
p#docK {
	width: 122x;
	height: 16px;
	position: absolute;
	left: 689px;
	top: 108px;
}
div#footer {
	width: 960px;
	padding: 10px 20px;
	font-size: 85%;
	font-weight: bolder;
}
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 {
    zoom:1;/*for IE 5.5-7*/
}
div#mainCnt:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html div#mainCnt {
	display:inline-table;
	/*\*/display:block;/**/
}