﻿body {
	width:320px;
	margin:0px;
	padding:0px;
	font-size:16px;
}

/*************************************************
 メイン
**************************************************/
div.main {
	width:320px;
	margin:0px;
	padding: 5px 0px 0px 0px;
	background:url(./img/background.png) repeat-y;
	text-align:center;
}

/*************************************************
 タイトル画像（丸角）
**************************************************/
div.topImage {
	background-color:#000000;
	background-repeat: no-repeat;
	margin: 0px 5px 5px 5px;
	width:310px;
	height:182px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

img.topImage {
	background-color:#000000;
	margin:5px;
	width:310px;
	height:182px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

/*************************************************
 トップバー
**************************************************/
.header1 {
	margin:0px;;
	padding:5px;
	width:310px;
	height:57px;
	text-align:left;
	background-color:#999999;
	background:url(./img/naviBarBlackL.png) no-repeat;
	background:url(./img/naviBarGrayL.png) no-repeat;
}
.header1 p {
	position:absolute;
	display:inline;
	margin:18px 0px 0px 5px;
	text-shadow: 0px -1px #000000;
	font-weight:bold;
	color:#FFFFFF;
	white-space:nowrap;
	height:57px;
	vertical-align:middle;
	float:right;
}

.header1 table {
	width:240px;
	height:57px;
	margin:0px 0px 0px 0px;
	text-shadow: 0px -1px #000000;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	float:right;
/*	white-space:nowrap;*/
}

/*************************************************
 サブバー
**************************************************/
.header2 {
	background-color:#999999;
	margin:0px;
	padding:13px 5px 0px 5px;
	width:310px;
	height:31px;
	text-align:left;
	background:url(./img/naviBarGrayS.png) no-repeat;
}

.header2 p {
	display:inline;
	margin:0px 0px 0px 0px;
	text-shadow: 0px -1px #000000;
	font-weight:bold;
	color:#FFFFFF;
	white-space:nowrap;
}

/*************************************************
 トップバーアイコン
**************************************************/
div.iconImage {
	display:inline;
	background-repeat: no-repeat;
	width:57px;
	height:57px;
	margin: 0px 5px 0px 0px;
	padding:0px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	float:left;
}

img.iconImage {
	width:57px;
	height:57px;
	margin:0px;
	padding:0px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

/*************************************************
 テキストエリア（背景白）
**************************************************/
.text1 {
	background-color:#ffffff;
	color:#555555;
	margin:5px 5px 5px 5px;
	padding:5px 15px 5px 15px;
	width:280px;
	text-align:left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	line-height:130%;
	font-size:14px;
}
.text1 p {
	text-align: right;
	clear:both;
}

/*************************************************
 テキストエリア（背景なし）
**************************************************/
.text2 {
	 /* 上=1px、右=2px、下=3px、左=4px */
	color:#333333;
	margin:5px 5px 5px 5px;
	padding:0px 15px 0px 15px;
	width:280px;
	text-align:left;
	line-height:120%;
	font-size:14px;
	text-shadow: 0px 1px #ffffff;
}

/*************************************************
 スクリーンショット（縦）
**************************************************/
.screenShot1 {
	border: solid 1px #000000;
	background-color:#000000;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:208px;
	height:300px;
/*	-webkit-border-radius:10px;
	-moz-border-radius:10px;*/
}

/*************************************************
 スクリーンショット（横）
**************************************************/
.screenShot2 {
	background-color:#000000;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:300px;
	height:208px;
}

/*************************************************
 フッター
**************************************************/
.footer {
	margin:0px;
	padding-top:30px;
	width:320px;
	height:20px;
	font-size:12px;
	color:#333333;
/*	background-color:#555555;
	color:#ffffff;*/
}

/*************************************************
 インデックスリスト
**************************************************/
ul {
	margin:0px;
	padding-left:10px;
	line-height:140%;
}

/*************************************************
 リンク
**************************************************/
a {
	text-decoration:none;
	color:#3333ff;
}

div.link {
	text-shadow: 0px 1px #FFFFFF;
	text-align:right;
	width:310px;
	font-size:12px;
}

