/* CSS初期設定 */
body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-size:14px;
}
p,h1,h2,h3,h4,h5,ul,li,dl,dt,dd { 
	margin:0;
	padding:0;
	color:#333;
	text-decoration:none;
}
img {
	border:0;
	vertical-align:text-bottom;
}
ul {
	list-style:none;
}
a {
	overflow: hidden;
	color:#03C;
}
a:visited {
	color:#03C;
}
a:hover {
	color:#F90;
}

.red {
	color:#F00;
}

.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

/* コンテンツ全体 */
#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* タイトル */

#title {
	height: 112px;
	width: 750px;
}

#copyBg {
	background-image: url(images/bg_title.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 750px;
}

.copyTxt {
	font-size: 12px;
	line-height: 1.5em;
	display: block;
	padding-top: 5px;
	padding-left: 40px;
	width: 650px;
}


#btnBox {
	background-image: url(images/bg_btn.gif);
	width: 737px;
	height: 78px;
	padding-left: 13px;
	margin-bottom: 15px;
}
#btnBox ul {
	width: 723px;
	height: 78px;
}


#btnBox ul li {
	display: block;
	height: 78px;
	float: left;
	text-indent: -9999px;
}

.btn1 {
	background-image: url(images/btn_01.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 241px;
}
.btn2 {
	background-image: url(images/btn_02.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 241px;
}
.btn3 {
	background-image: url(images/btn_03.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 241px;
}

.btn1 a {
	display: block;
	height: 78px;
	width: 241px;
}
.btn2 a {
	display: block;
	height: 78px;
	width: 241px;
}
.btn3 a {
	display: block;
	height: 78px;
	width: 241px;
}
.btn1 a:hover {
	background-image: url(images/btn_01-ov.gif);
	background-repeat: no-repeat;
}
.btn2 a:hover {
	background-image: url(images/btn_02-ov.gif);
	background-repeat: no-repeat;
}
.btn3 a:hover {
	background-image: url(images/btn_03-ov.gif);
	background-repeat: no-repeat;
}

/* ＰＣ */

#pcBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.dlTxtBtn{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.processTxt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
}
.komeTxt{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}
.topTxt{
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

/* モバイル */

#mobileBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.att {
	padding: 5px 0 0 5px;
	font-weight: bold;
	color:#FF0000;
}

#det_area {
	width: 680px;
    border: 1px solid #9E0B0E;
	background-color:#FDFCDE;
	margin: 20px 0;
	padding: 10px;
}

#det_area p {
	padding-bottom: 10px;
}

.redtxt {
	font-weight: bold;
	color:#FF0000;
}

.greentxt {
	font-weight: bold;
	color:#00A651;
}

.u_txt {
	font-weight: bold;
	color:#0000FF;
text-decoration:underline;}

/* ダウンロード */

#dlBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#dlBox ul {
	margin-bottom: 20px;
}

.dlTxt{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 700px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
