/* BASE */
html {
	overflow:auto;
	background-color:#C0C0C0;
	height:100%
}

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;
	width:320px;
	background-color:#FDF5E6;
	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:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

div.std_2 {
	margin-top: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:20px;
	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/iphone/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;
}

/* 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 */
#header h1 {
	text-indent: -9999px; /* Hide text, but keep for SEO */
	background-image: url("../image//now_logo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 64px;
	background-size:auto auto;
	margin: 0px;
	z-index: 10;
}

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;S
	margin: 0px 0px 0px 0px;
}

h4.sub {
	background-color:#0033CC;
	color: #FFF;
	font-family: "ms sans serif", Verdana;
	font-size: 16px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

h6.item_1 {
	background-color:#0033CC;
	color: #fff;
	font-family: "ms sans serif", Verdana;
	font-weight: bold;
	font-size: 18px;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}

img.resize {
	border: thin solid blue;
	width:128px;
}