@charset "utf-8";
@import "default.css";

/* ===================================================================
CSS information

 Filename : css/iphone.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;
}

p {
	margin: 2px 4px 2px 8px;
}

/* Summary ======================================================== */
h1 {
}

h2 {
	margin: 4px;
	font-size: 12pt;
	padding-left: 12px;
	line-height: 80%;
	border-bottom: 2px solid #F08080; /* LightCoral */
}

h3 {
	margin: 4px;
	font-size: 12pt;
	padding-left: 4px;
	line-height: 90%;
	border-bottom: 2px solid #6a5acd; /* SlateBlue */
}

/* Adsense ======================================================== */
.adsense-pc {
	display: none
}

.adsense-android {
	text-align: center;
}

/* Div ============================================================ */
div#header {
	text-align: left;
	background-color: #1F4FA4; /* deep blue */
	background-image: url("../img/header.png");
	background-repeat: repeat-x;
	
	border-bottom: 1px solid #cccccc; /* silver */
}

div#footer {
	border-top: 1px solid #cccccc; /* silver */
}

/* Fine Adjustment ================================================ */

div#footer p {
	font-size: 90%;
}

div#footer .copyright {
	text-align: right;
	font-weight: bold;
	font-size: 100%;
}
