@charset "utf-8";

body {
	position: relative;
	width: auto;
	line-height: 1.4;
}

p {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none inside;
	border: 0;
}
p.c1 {
	margin-bottom: 5px;
}

img {
	border: 0;
}

#inner{
	position:relative;
	width:100%;
	
	width:754px;
	/*padding-top:20px;*/
	margin-top:-22px;
	clear:both;
	
	/* background-color:#dfd; */
	min-height:380px;
}

.present img{
	padding-top:10px;
	margin-left:-10px;
}

/*#contentswrap a:link {
	color: #d80000;
	text-decoration: none;
}
#contentswrap a:visited {
	color: #d80000;
	text-decoration: none;
}
#contentswrap a:hover {
	color: #ff6666;
	text-decoration: underline;
}
#contentswrap a:active {
	color: #d80000;
	text-decoration: underline;
}*/
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
}
.clear {
	clear: both;
}
/* w_present_header */
#w_present_header {
	clear: both;
}
#w_present_header h1#top_title {
	width: 792px;
	margin: 0 -19px 0 -19px;
	position: relative;
	overflow: hidden;
	background-color:#fff;
}
/*#w_present_header img#top_title_bottom {
	width: 792px;
	margin: 0 -19px 0 -19px;
	position: relative;
}*/
#w_present_header .lead {
	float: left;
	display: inline;
	margin: 0;
}
/* w_present_nav */
/*.w_present_nav {
	clear: both;
	width: 762px;
	margin: 16px -10px 0 0;
	padding: 0;
}
.w_present_nav li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}*/

/* section */
.section {
	clear: both;
	margin: 30px 0 40px;
}
.section .section-ti {
	margin: 30px 0 20px;
}

/* product */
.product {
	clear: both;
	margin: 0 0 40px;
	position: relative;
}
.product-img {
	float: left;
	display: inline;
	width: 165px;
	margin: 0 0 0 30px;
}
.product-text {
	float: right;
	display: inline;
	width: 557px;
}
/*.product h3 {
	background: url(../images/top_bg01.gif) left top repeat-y;
	line-height: 23px;
	margin: 0;
	padding-left: 25px;
	font-size: 110%;
}
.product-table {
	width: 255px;
	background: url(../images/top_dot01.gif) left bottom repeat-x;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 8px;
	font-size: 100%;
	line-height: 1.4;
}
.product-table small {
	font-size: 80%;
}
.product-table th {
	text-align: left;
	background: url(../images/top_dot01.gif) left bottom repeat-x;
	padding: 3px 0;
	font-weight: normal;
}
.product-table td {
	text-align: left;
	padding: 3px 0;
}
.product-table .icon {
	color: #d8d8d8;
}
.product .w_present {
	position: absolute;
	top: 50px;
	right: 74px;
	margin: 0;
}*/
.product .link {
	margin: 0;
}
/* appli */
.appli {
	width:780px;
	clear: both;
	margin: 0 auto 20px;
}
.appli h2 {
	margin: 0 0 20px;
	font-size: 100%;
}
.appli-pc {
	background: url(../images/appli_ic01.gif) no-repeat left top;
	padding: 0 0 20px 184px;
}
.appli-post {
	background: url(../images/appli_ic02.gif) no-repeat left top;
	padding: 0 0 0 184px;
}
.regist {
	width: 556px;
	background: url(../images/appli_bg01.gif) left top no-repeat;
	text-align: center;
	margin: 10px 0;
	padding: 20px 0;
}
.regist a {
	width:244px;
	display:block;
	margin:0 auto;
}
/* list */
.list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.list li {
	text-indent: -1em;
	margin: 0;
	padding: 0 0 0 2em;
}
.attention {
	text-align: center;
	padding: 30px 0 20px;
}
.mt0 {
	margin-top: 0;
}
.pagetop {
	clear: both;
	margin: 15px 0 0;
	text-align: right;
}
.date {
	margin:20px auto 0;
}
.date img {
	display:block;
	margin:15px auto 0;
}

.btn_box {
text-align: center;
}

.btn_box img{
text-align: center;
margin:20px 10px 20px 10px;
}

.btn_box a{
text-decoration: none;
}


/*追加*/
ul,li {
list-style:none;
padding:0;
margin:0;
}

.mt10 {margin-top: 10px;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}

.center {
text-align: center;
}
.indent {
padding-left:1em;
text-indent:-1em;
}
/* フロート */
.floatL {/* 左に配置 */
float:left;
}
.floatR {/* 右に配置 */
float:right;
}

/* Clear */
.Clear {
clear:both;
}

/* Clearfix */
.Clearfix:after {
height:0;
content: "";
clear: both;
display: block;
visibility: hidden;
}
* html .Clearfix {
zoom:1;
}

#contentswrap a:link {
	color: #0099ff;
	text-decoration: none;
}
#contentswrap a:visited {
	color: #0099ff;
	text-decoration: none;
}
#contentswrap a:hover {
	color: #06f;
	text-decoration: underline;
}
#contentswrap a:active {
	color: #06f;
	text-decoration: underline;
}

.appli p {
line-height: 1.8;
}
#products-img {
	float: left;
	width: 510px;
	margin-bottom: 20px;
}
#products-list {
	float: left;
	width: 210px;
	position: relative;
	margin-bottom: 20px;
}
#btn-buy {
	position: absolute;
	z-index: 10;
	top:230px;
	left: 17px;
}
p.camp-bcrumb,
p.caption,
p.note,
ul.note li{
	font-size:100% !important;
	text-indent:-1em;
	padding-left:1em;
}

.download{
	width:750px;
	height:220px;
	background-image:url(../images/dl_bg.jpg);
	background-repeat: no-repeat;
	position:relative;
}

.download img{
	position:absolute;
	top:140px;
	left:177px;
}

ul.listtype {
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

dt{
	padding-left:10px;
}