﻿/* BASE */
html {
  max-width: 420px;
  min-width: 320px;
  margin: 0 auto;
  background-color:#C0C0C0;
}
body {
	width:100%;
	height:100%;
	margin: 0 auto;
	padding: 0;
}
/* FONT */
font#com {
	font-size:32px;
	font-family: "ＭＳ Ｐゴシック","ms sans serif", Verdana;
}
font#title {
	font-size:32px;
	font-family: "MS-PMincho, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
}
font.sub {
	margin-left:10px;
}
font.title2 {
	font-size:16px;
	font-weight:700;
	color:#000000;
	font-family: "MS-PMincho, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
	margin-left:0.5em;
}
/* DIV CLASS */
div#default {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#d2d6fc;
	padding: 0;
	overflow:auto;
}
div#catch {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	background-color: #FFC813;   /* 背景色 */
}
div.std {
	margin-top:00px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
div.std_2 {
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}
div.std_4 {
	margin-top:10px;
	margin-bottom:10px;
}
div.std_3 {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
div.indent {
	margin-left:1.0em;
	margin-bottom:20px;
}
div#bottom {
	margin-top:0px;
	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
}
/* HEADER */
#header_2 {
	background-image:url(../image/title_bar02.png);
	background-repeat:repeat-x;
	height:64px;
	width:100%;
	margin-top:0px;
}
#header {
	background-image: url("http://www.nowpro.co.jp/menu/products/Android/img/top_bar_middle.png");
	background-repeat: repeat-x;
	height: 64px;
	position: relative;
	z-index: 0;
}			
#header-left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header-title {
	position: absolute;
	left: 10px;
	top: 16px;
	width:160px;
}
#header-right {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}
div.title {
	background-image:url(../image/hbar.png);
	background-repeat:repar-x;
	height:32px;
	width:100%;
}
p#header{
	position:absolute;
	top:50%;
}
p.bar {
	margin-top:0.0em;
	margin-bottom:0.0em;
	margin-left:1.0em;
}
#header-logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
/* P CLASS */
p.text_1 {
	font-size:15px;
	line-height:150%;
}
p.text_2 {
	text-indent:1.0em;
	line-height:150%;
}
p.text_3 {
	line-height:150%;
	margin-top:3.0em;
	margin-left:2.0em;
}
p.text_4 {
	line-height:180%;
}
p.text_5 {
	font-size:15px;
}
p.tetx_6 {
	text-indent:1.0em;
}
p.vcenter {
	line-height: 32px;	/* div.title の height とあわせること */
}
/* H CLASS */
h2.item_1 {
	background-color:#0066FF;
	color: #FFF;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
h2.item_2 {
	background-color: #0066FF;
	color: #000;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin: 0px 10px 10px 0px;
}
h3.img {
	background-image:url(../image/hbar.png);
	background-repeat:repar-xt;
	color: #000;
	font-family: "ms sans serif", Verdana;
	font-size: 18px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
h3.item_1 {
	background-color: #0066FF;
	color: #fff;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	font-size: 18px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
h4.sub {
	background-color:#a4ca39;
	color: #FFF;
	font-family: "ms sans serif", Verdana;
	font-size: 16px;
	padding: 3px 3px 3px 10px;
	margin: 10px 0px 10px 0px;
}
h6.item_1 {
	background-color:#a4ca39;
	color: #fff;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	font-size: 18px;
	padding: 1px;
	margin: 10px 0px 10px 0px;
}
img.resize {
	border: thin solid blue;
	width:100%;
}
img.resize_no {
	width:100%;
}
img.big_size {
	width: 80%;
	border: thin solid blue;
	}
img.normal_size {
	width: 40%;
	border: thin solid blue;
	}
img.small_size {
	width: 27%;
	border: thin solid blue;
	}
.blue {
	color: #00F;
	}
.red {
	color: #F00;
	}
test.min {
	font-family: "ＭＳ 明朝",serif;
	font-size: 18px;
	}
test.got {
	font-family: "ＭＳ ゴシック",sans-serif;
	}
ul {
	padding-left:7%;
	padding-right:4%;
	margin: 0;
	}
	.game h2 {
	background-color: #bbb7b7;
	color: #0;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	font-size: 20px;
	padding: 4px;
	margin: 0% 0% 2% 0%;
	}