@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align:center;
	background: #EFEFEF ;
}
a {
	color: #003399;
	text-decoration:none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #C30;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border-left:solid #000 1px;
	border-right:solid #000 1px;
}

/* 見出し
---------------------------------------------*/
h2 {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 130%;
	letter-spacing:0.5em;
	padding:5px 5px 5px 15px ;
	border-bottom:solid #333 1px;
	margin-bottom:10px;

}
h3 {
	padding:4px 4px 4px 4px ;
	color: #FFFFFF;
	background: #333;
}
h4 {
	padding:10px 10px 5px 23px ;
	border-bottom:dotted #666 1px;
	margin-bottom:10px;
	background-image:url(../images/listbtn01.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* ロゴ
---------------------------------------------*/
#maintitle {
	position:absolute ;
	left:20px ;
	top:15px ;
}
#logo {
	position:absolute ;
	right:20px ;
	top:15px ;
}
#process {
	position:absolute ;
	left:20px ;
	top:110px ;
}
/* 共通　基本レイアウト
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 0px;
}

#footer {
	z-index:300;
	clear: both;
	padding:3px;
	text-align:center;
	color: #FFFFFF;
	background: #333333;
}

/* コンテンツページのレイアウト
---------------------------------------------*/
#header {
	position:relative ;
	z-index:100;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 750px;
	background: #FFFFFF left top no-repeat;
/*	background: #FFFFFF url(../css/none) left top no-repeat;*/
}

#body_small {
	float: right;
	width: 395px;
	padding-left: 1px;
}

/* 本文のレイアウト
---------------------------------------------*/
#body_small .section {
	margin: 10px 0px 0px 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
#body_small .infotable{
	margin: 10px 0px 0px 10px;
	line-height:1.6;
}
#body_small .section p {
	margin: 10px 0;
}
#body_small .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

/* 1コラム用
---------------------------------------------*/
#contentwide {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 0px;
}

#bodywide {
	background: #FFFFFF;
}

#bodywide .section {
	position:relative;
	margin: 15px;
}

#bodywide .infotable{
	margin-top: 0px;
	line-height:1.6;
}
#bodywide .section p {
	margin: 10px 0;
}
.section .ordertable{
	text-align:center;
	margin: 0px 15px 15px 15px;
	line-height:1.2;
	background-color:#FFFFFF;
}
.section .ordertable p {
	font-size:100%;
	margin: 3px;
}
.section #caution {
position:absolute;
z-index:200;
right:-40px;
top:-20px;
width:200px;
height:auto;
background-color:#FFFFFF;
border:#333 dotted 1px ;

}

/* 説明箇条書き用リスト部分
---------------------------------------------*/

	.section ul {
		margin: 0;
		padding: 0 0 20px 20px;
		list-style: none;
	}
	.section li {
		width: 100%;
		margin: 0;
		background: #fff;
		padding: 5px 0;
	}
	.section li a {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		width:100%;
		text-decoration: none;
	}
	.section li a:hover {
		color: #C30;
		background: #ECE9D8;
	}

	
/* ボタンを配置
---------------------------------------------*/
.selectbtn {
	z-index:200;
	position:relative;
	height: auto ;
	height:70px;
	padding:0 0px 0 0px ;
	margin:5px 0 0 0;
	border-top:dotted #666 1px;
}

.selectbtn .cancelbtn {
	position:absolute ;
	left:20px ;
	top:10px ;
	margin:0;
	padding:0;
	border-width:0;
	border-style:solid;
	background-color:#FFFFFF;
}

.selectbtn .returnbtn {
	position:absolute ;
	left:20px ;
	top:10px;
	margin:0;
	padding:0;
	border-width:0;
	border-style:solid;
	background-color:#FFFFFF;
}

.selectbtn .nextbtn {
	position:absolute ;
	right:10px ;
	top:10px ;
	margin:0;
	padding:0;
	border-width:0;
	border-style:solid;
	background-color:#FFFFFF;
}

button {
	cursor: pointer;
	border:0;
	text-align:left;
	background-color:#FFFFFF;
}


/* フッター部分
---------------------------------------------*/

#copyright {
	font: 85% Georgia, "Times New Roman", Times, serif;
}
#copyright a {
	color: #FFF;
}
#copyright a:visited {
	color: #FFF;
}
#copyright a:hover {
	color: #C30;
}

/* テキストの装飾
---------------------------------------------*/
.emC30 {
color:#C30;
}

#bodywide .section .infotable p {
font-size:100%;
margin: 5px;
}
#caution p {
font-size:100%;
	padding: 0px 7px 5px 7px;
}

#caution_java p {
font-size:100%;
	padding: 0px 7px 5px 7px;
}

#caution_activex p {
font-size:100%;
	padding: 0px 7px 5px 7px;
}

.section #caution_java .infotable img{
border:solid #333333 1px;
}