@charset "utf-8";

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'MS UI Gothic','ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'MS UI Gothic','ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* default.css
-------------------------------------------------- */
body {
	margin:0;
	padding:0;
	color:#444;
	text-align:center;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	margin:0;
	padding:0;
	line-height:140%;
	text-align:left;
	display:block;
}

table {
    margin:0;
    empty-cells:show;
}

hr, .areaAnchor, .anchor {
    display:none;
}

img {
    border:0;
}

li {
    list-style-type:none;
}

acronym,abbr{
    cursor:help;
}

cite {
    font-style:normal;
}

address {
    font-style:normal;
}

a:link {
    color:#00F;
    text-decoration:none;
}
a:visited {
    color:#800080;
}
a:hover {
    color:#00F;
    text-decoration:underline;
}
a:active {
    color:#E00;
}



/*========================================

  layout

========================================*/
div#headerbar {
	min-width: 950px;
}

div#headerbar .wrap,
div#header,
div#container,
div#footer {
	margin:0 auto;
	width:950px;
}


.wrap {
}

div#header {
}

div#container {
}

div#container .wrap {
	background:#FFF;
	padding:25px 0;
}

div#footer {
	margin:20px auto 0;
}

/*========================================

  div#header

========================================*/
div#headerbar {
	background:#CEF;
	border-bottom:solid 3px #036;
	font-size:90%;
	text-align:center;
}
div#headerbar .wrap {
	line-height:26px;
}

div#header {
	border-bottom:solid 2px #CCC;
	position:relative;
}
div#header h1 {
	height:60px;
}
h1 a {
	position:relative;
	top:0px;
	display:block;
	width:200px;
	height:60px;
	overflow:hidden;
}

/*========================================

  div#container

========================================*/

div#container {
	position:relative;
	clear:both;
}

div#colum_center {
	position:relative;
	float:right;
	right:265px;
	width:485px;
}
div#colum_left {
	float:left;
	position:relative;
	width:185px;
}
div#colum_right {
	position:relative;
	float:left;
	left:515px;
	width:250px;
}

div#container h2 {
	margin-bottom:1px;
	border-bottom:1px solid #A97;
	padding:0 8px;
	font-size:108%;
	line-height:20px;
}
div#container h3 {
    background:#DDD;
    border:1px solid #666;
    padding:10px;
    margin:0 0 10px;
}

/*========================================
    News
========================================*/
div.news  dl {
}

div.news  dt {
	font-weight:bold;
}

div.news  dd {
	margin-bottom:3px;
}

/*========================================
  LEFT  News
========================================*/

div.left_news  dl {
	font-size:95%;
}

div.left_news  dt {
	font-weight:bold;
}

div.left_news  dd {
	margin-bottom:3px;
}


/*========================================
    Twitter
========================================*/
ol#timeline {
	font-size:90%;
	width:485px;
	border-top:1px solid #DDD;
}

li.hentry {
	border-bottom:1px solid #DDD;
	width:485px;
	padding:8px 0;
	line-height:110%;
}

li.hentry:hover {
	background:#F6FAFF;
}

a.tweet_thumb,
span.tweet_body {
	display:block;
	float:left;
}

span.tweet_content,
span.tweet_meta {
	display:block;
}

a.tweet_thumb {
	width:24px;
	margin-right:10px;
}

span.tweet_body {
	width:451px;
}

span.tweet_meta {
	font-size:80%;
}
span.tweet_meta,
span.tweet_meta a {
	color:#999;
}


/*========================================

  div#footer

========================================*/
div#footer a {
	text-decoration:none;
	color:#666;
}

ul#footer_menu {
	text-align:center;
}

ul#footer_menu li {
	display:inline;
	line-height:100%;
	border-left: 1px solid #999;
	margin:0 -2px;
}

ul#footer_menu li.first {
	border:none;
}

ul#footer_menu li a {
	padding:0 10px;
}

address {
	text-align:center;
	margin:10px 0 30px;
}

/*========================================

  class

========================================*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.wraplongstring {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.tooltip{ position: relative; }
.tooltip span{
	display: block;
	border: solid 2px #999;
	background-color: #eee;
	color: #666;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 10px;
	padding: 5px;
	visibility: hidden;
	width: 210px;
}

a.tooltip:hover,a.tooltip:hover span{ visibility: visible; z-index: 100; }

.cake-sql-log {
	display:none;
}

