@charset "UTF-8";
/*----------------------

 default

----------------------*/
body {
	background: #cccccc;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic","ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
	font-size: 10px;
	color: black;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #0066cc;
}
/*----------------------

 box

----------------------*/
#wrapper {
  width: 100%;
  background: #999999 url(../images/body_bg.png) repeat-x;
  padding-top: 18px;
}
#header {
	width: 828px;
	padding: 0 4px 0 18px;
	margin: auto;
	height: 100px;
}
#container {
	width: 850px;
	margin: auto;
	background: url(../images/main_bg.png) repeat-y;
	padding-bottom: 20px;
}
#contents {
  background: url(../images/main_top.png) no-repeat;
  height: 100%;
}

#footer {
  width: ;
  margin: auto;
}
#rightMenu {
  padding: 20px 0 0 12px;
  float: left;
  width: 178px;
}
#mainBox {
	float: right;
	width: 620px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
/*----------------------

 Etc

----------------------*/

/* Grobal Navi */
ul.gnavi li {
  display: inline;
  background: url(../images/arrow1.png) no-repeat;
  margin-left: 10px;
  padding-left: 15px;
}
ul.gnavi a:link {
  color: #666666;
}
ul.gnavi a:hover {
  color: #ff6600;
}
.line {
  background: url(../images/line.png) repeat-x bottom;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.textred {
  color: red;
}
/*----------------------

 header

----------------------*/
#header #logo {
	margin-top: 20px;
}
#header #logo img {
  margin-bottom: 11px;
}
#header ul.gnavi {
  margin-bottom: 20px;
  text-align: right;
}

#header h1 {
  z-index: -9999;
  position: absolute;
  top:0;
  left: 0;
}

/*----------------------

 Right Menu

----------------------*/
ul#rightMenulist {
  margin: 12px 0 0 12px;
}
ul#rightMenulist li {
  background: url(../images/list.png) no-repeat left 5px;
  padding-left: 13px;
  margin-bottom: 10px;
}
/* iPhone */
.iPhonetitle p.leftBox {
  color: #333333;
  font-weight: bold;
  padding-left: 12px;
}
.iPhonetitle p.rightBox {
  background: url(../images/arrow3.png) no-repeat left 2px;
  padding: 0 12px 5px 15px;
}
.iPhonetitle p.rightBox a {
  color: #006600;
}
ul#iPhone {
  padding: 5px 0 0 12px;
}
ul#iPhone li {
  padding: 0 0 0 18px;
  background: url(../images/list.png) no-repeat 5px 5px;
  margin-bottom: 10px;
}
/*----------------------

 main

----------------------*/
h2 p {
  position: absolute;
  z-index: -9999;
  top: 0;
  left: 0;
}
/* iPhone */
#iPhoneapp {
	background: url(../images/iphoneappBox_bg.png) no-repeat;
	height: 100%;
	margin-top: 6px;
	padding: 17px 7px 0 0;
	height: 98px;
}
#iPhoneapp ul {
  float: right;
}
#iPhoneapp li {
	float: left;
	width: 80px;
	text-align: center;
}
#iPhoneapp img {
  background: white;
  margin-bottom: 5px;
}
h3 {
	background: url(../images/arrow2.png) no-repeat;
	padding-left: 20px;
	margin: 30px 0 20px 0;
	font-size: 18px;
}
/* information */
#information {
  margin-left: 6px;
}
#information .box {
  height: 200px;
  overflow-y: scroll;
}
h3 p {
  position: absolute;
  z-index: -9999;
}
#information p{
  margin-bottom: 12px;
  line-height: 18px;
}
#information a:link {
	color: #000;
}
#information a:hover {
  color: #ff6600;
}
/* oldcss */
div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#000000;
   font-size:0.94em;
   font-weight:bold;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}
/*
div#main p {
   margin:0 0 1em 0;
   font-size:0.75em;
}
div#main ul,ol,dl {
   font-size:0.75em;
}
*/


div#main dt {
   margin-bottom:3px;
}

div#main dd {
	padding:3px;
	background:#f1f1f1;
	width: 97%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

/*----------------------

 footer

----------------------*/
#footer {
	width: 850px;
	margin: auto;
	background: url(../images/main_bottom.png) no-repeat left top;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
#footer .gnavi {
  float: left;
}
#footer .copy {
  float: right;
  padding-right: 12px;
  color: #666666;
}

/*----------------------
-----------------------*/
.app_lineup_tb {
	width: 100%;
		border: 1px solid #CCC;	
}
.strong_text {
	font-weight: bold;
	font-size: 16px;
}
.strong_text_red {
	font-weight: bold;
	font-size: 16px;
	color: #900;
}
.text_bold {
	font-weight: bold;
}
.bborder {
	border: 1px solid #CCC;	
}
.textred {
	color: #F00;
}
.smallFont_table {
	font-size: 12px;
	color: #413223;
}
.smallFont {
	font-size: 10px;
}