@charset "utf-8";
/* @import "default.css"; */

/* ===================================================================
CSS information

 Filename : css/style.css
 Author   : Nya-buro KISARAGI,(@Nya_bot)
 Date     : 2010/01/26
=================================================================== */

/* Link Color ===================================================== */
a:link {
	color: #6a5acd;
}

a:visited {
	color: #6a5acd;
}

a:hover {
	color: #ff6767;
}

a:active {
	color: #ff6767;
}

/* Misc =========================================================== */
* {
	font-family: "メイリオ","Meiryo","MeiryoKe_PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

body {
	color: #000000; /* Black */
	background-color: #000000; /* Black */
	text-align: center;
	
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}

p {
	margin: 2px 4px 12px 8px;
}

/* Summary ======================================================== */
h1 {
}

h2 {
	margin: 4px;
	padding-left: 12px;
	font-size: 14pt;
	line-height: 80%;
	border-bottom: 2px solid #F08080; /* LightCoral */
}

h3 {
	margin: 4px;
	padding-left: 4px;
	font-size: 12pt;
	line-height: 90%;
	border-bottom: 2px solid #6a5acd; /* SlateBlue */
}

/* Div ============================================================ */
div#box {
	min-width: 780px;
	max-width: 1280px;
	
	border-left: 1px solid #cccccc; /* silver */
	margin-left:10px;
	border-right: 1px solid #cccccc; /* silver */
	margin-right:10px;
	background-color: #FFFFFF; /* white */
	text-align:left;
}

div#header {
	width: 100%;
	height: 100px;
	text-align: left;
	position: relative;
	background-color: #1F4FA4; /* deep blue */
	background-image: url("../img/header.png");
	background-repeat: repeat-x;
	
	border-bottom: 1px solid #cccccc; /* silver */
}

div#main {
	background-color: #FFFFFF; /* white */
	width: 100%;
	float: left;
	margin-right: -250px;
}

div#main>* {
	margin-right: 250px;
}

div#sidebar {
	background-color: #FFFFFF; /* white */
	width:245px;
	float: right;
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 13px;
}

div#footer {
	clear:both;
	width: 100%;
	
	border-top: 1px solid #cccccc; /* silver */
}

/* Navigation ===================================================== */

/*atode*/

/* Fine Adjustment ================================================ */

div#footer p {
	font-size: 75%;
}

div#footer .copyright {
	text-align: right;
	font-weight: bold;
	font-size: 100%;
}

/* Position ======================================================= */
#copyright {
	position: absolute;
	left: 400px;
	top: 15px;
}

#w3cxhtml {
	position: absolute;
	left: 7px;
	top: 5px;
}

#w3ccss {
	position: absolute;
	left: 100px;
	top: 5px;
}

/* Google Adsense ================================================= */
div#header .adsense-pc {
	text-align: right;
	position: absolute;
	right: 5px;
	top: 5px;
}

div#footer .adsense-pc {
	text-align: center;
}

.adsense-iphone {
	display: none;
}

/* IE6 Analog ===================================================== */
#analog {
	display: none;  
}

* html #analog {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.twtr-tweet-text {
	font-size: 9pt;
	line-height: 12px;
}

.twtr-timestamp {
	font-size: 8pt;
}
