@charset "UTF-8";

/* Initializations / Rules
------------------------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background:#fff url(../_img/bg.gif) repeat;
	margin: 0px;
	text-align:center;
	font-size:12px;
	line-height:20px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	color:#393939;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック' , 'Osaka';
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}

.leftImg{
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	}

.rightImg{
	float:right;
	display:inline;
	margin:0 0 5px 10px;
	}

.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

/* === clearfix ==*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}


/* ====text==== */
strong{
	font-weight:bold;
	color:#FF8C00;
	}

em{
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}

.note{
	padding-left:12px;
	text-indent:-12px;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.moreMarg{
	margin-bottom:25px ! important;
	}

.miniMarg{
	margin-bottom:5px ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input{
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}

select option{
	padding-right:15px;
	}

* html select option{
	padding-right:0;
	_padding-right:15px;
	}

label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#15426a;
	}
	
a:hover{
	text-decoration:none; 
	color:#15426a;
	}

active,
a:focus{
outline:none;
}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align:left;
	margin:0px auto;
	width:550px;
	background:#fff;
	border-left:1px solid #0d233a;
	border-right:1px solid #0d233a;
	}

#header{
	border-bottom:3px solid #0d233a;
	padding:0px 10px 0px 10px;
	/*background:url(../_img/header_bg.jpg) no-repeat right top;*/
	margin:0 0 15px 0;
	}

/* === clearfix ==*/
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#header{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #header{height: 1%;}
#header{display: block;}
/* End hide from IE-mac */


#header #logo{
	float:left;
	display:inline;
	margin:10px 0 0 0;
	}

#header h1{
	float:left;
	display:inline;
	margin:20px 0 0 10px;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#15426a;
	width:350px;
	}

#header h1 span{
	font-size:12px;
	display:block;
	line-height:16px;
	color:#000;
	}

#header #sub{
	float:right;
	display:inline;
	margin:5px 0 0 0;
	color:#000;
	}

#header #sub p{
	margin:0 0 3px 0;
	}

#header #sub p#buy{
	float:right;
	display:inline;
	}

.box{
	margin:0 0px 15px 0px;
	padding:0 15px;
	border-bottom:1px solid #0d233a;
	}

/* === clearfix ==*/
.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.box{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .box{height: 1%;}
.box{display: block;}
/* End hide from IE-mac */

.box h2{
	font-size:14px;
	line-height:20px;
	color:#15426a;
	font-weight:bold;
	margin:0 0 5px 0;
	background:url(../_img/acs2.gif) no-repeat left center;
	padding:0 0 0 26px;
	}

.box .in{
	margin:0 10px 15px 14px;	
	}

.box ul{
	margin:0 0 15px 0;
	}

.box ul li{
	background:url(../_img/acs.gif) no-repeat left 5px;
	margin:0 0 3px 0;
	list-style:none;
	padding:0 0 0 12px;
	}

.box#screenshots ul li{
	background:none;
	float:left;
	display:inline;
	margin:0 15px 0 0;
	padding:0 0 10px 0;
	}

#footer{
	text-align:center;
	padding:0 0 10px 0;
	}

#footer p{
	margin:0 10px 0 0;
	font-size:10px;
	line-height:14px;
	}
