@charset "Shift_JIS";

.txth2{
	margin-bottom: 10px;
}

/* ********************************************************************************
 * content
 * ******************************************************************************** */

div#content {
	width: 758px;
	margin: 20px auto 0;
	text-align:left;
}

/* ********************************************************************************
 * contentInner
 * ******************************************************************************** */

div.contentInner {
	margin-bottom: 20px;
	clear: both;
	background-color: #FFFFFF;
}

/**** div.contentInnerTop ****/
div.contentInner div.contentInnerTop {
	width: 758px;
	height: 29px;
	background: url(../img/box_top.gif) no-repeat 0 0;
}

/**** div.contentInnerBottom ****/
div.contentInner div.contentInnerBottom {
	width: 758px;
	height: 35px;
	background: url(../img/box_bottom.gif) bottom center no-repeat;
}

/**** div.contentInnerContents ****/
div.contentInner div.contentInnerContents {
	width: 756px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}


/* ********************************************************************************
 * div.btnArea1
 * ******************************************************************************** */
div.btnArea1  {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
/* h2.title_HowTo */
div.btnArea1 h2.title_HowTo {
	 float:left;
}
/* p.btn_Method */
div.btnArea1 p.btn_Method {
	display:inline;
	float:left;
	margin-left: 20px; 
}
div.btnArea1 p.btn_Method a {
	display: block;
	width: 163px;
	height: 27px;
	background: url(../img/method_btn.gif) 0 0 no-repeat;
	text-indent: -9000px;
}
div.btnArea1 p.btn_Method a:hover {
	background-position: left bottom;
}

/* div.boxA
------------------------------------------------------------*/
/* h3 */
div.contentInner div.contentInnerContents div.boxA h3 {
	margin: 10px 0 10px 30px;
}

/* ********************************************************************************
 * div.boxWrapper
 * ******************************************************************************** */
 
div.boxWrapper {
	width: 706px;
	background: url(../img/howto_bg.gif) 0 0 no-repeat;
	margin: 0 25px 0 25px;
}

/**** div.box1 ****/
div.boxWrapper div.box1 {
	display: inline;
	float: left;
	width: 225px;
	margin-right: 15px;
}
/* p.btn_detail */
div.boxWrapper div.box1 p.btn_detail {
	margin: 10px 0 0 130px;
}
div.boxWrapper div.box1 p.btn_detail a {
	display: block;
	width: 74px;
	height: 21px;
	background: url(../img/detailed.gif) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0; 
}
div.boxWrapper div.box1 p.btn_detail a:hover {
	background-position: 0 -21px;
}

/**** div.box2 ****/
div.boxWrapper div.box2 {
	display: inline;
	float: left;
	width: 225px;
	margin-right: 16px;
}
div.boxWrapper div.box2 p.text2 {
	width: 180px;
	margin: 10px auto 0;
}

/**** div.box3 ****/
div.boxWrapper div.box3 {
	float: left;
	width: 225px;
}

/* p.text2 */
div.boxWrapper div.box1 p.text2,
div.boxWrapper div.box2 p.text2,
div.boxWrapper div.box3 p.text2 {
	position: relative;
	width: 180px;
	margin: 10px auto 0;
}

/**** div.boxWrapper p.text ****/
div.boxWrapper p.text {
	width: 160px;
	margin: 20px auto;
	line-height: 1.6;
}

/**** div.boxBottom ****/
div.boxBottom {
	width: 706px;
	height: 16px;
	background: url(../img/howto_bottom.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	margin: 0 25px 0 25px;
}

div.contentInner div.contentInnerContents div.boxA {
	 width:338px;
	 float:left;
}
div.contentInner div.contentInnerContents div.boxB {
	width:338px;
	float:right;
	margin-top: 60px;
}
div.contentInner div.contentInnerContents p.text {
	width: 370px;
	margin: 20px 0 0 30px;
}

/**** div#collection ****/
div#collection {
	margin: 30px 0 0 25px;
}
div#collection p {
	margin-top: 20px;
	color: #158cae;
}


/* ********************************************************************************
 * dsiwareInfo
 * ******************************************************************************** */

div#dsiwareInfo {
	clear: both;
	margin-bottom: 20px;
}
div#dsiwareInfo div#dsiwareInfoTop {
	width: 758px;
	height: 14px;
	background: url(../img/dsiware_top.gif) no-repeat 0 0;
	font-size: 0
}
div#dsiwareInfo div#dsiwareInfoBottom {
	width: 758px;
	height: 16px;
	background: url(../img/dsiware_bottom.gif) no-repeat 0 0;
}
div#dsiwareInfo div#dsiwareInfoContents {
	width: 756px;
	border-left: solid 1px #ff418c;
	border-right: solid 1px #ff418c;
	position: relative;
}
div#dsiwareInfo div#dsiwareInfoContents p#dsiwareText {
	width: 500px;
	margin-left: 200px;
	font-size: 92%;
}
div#dsiwareInfo div#dsiwareInfoContents p#dsiwareLogo {
	position: absolute;
	top: 2.3em;
	left: 42px;
	width: 119px;
	height: 23px;
}

/* p.pageNavi
------------------------------------------------------------*/
div#content p.pageNavi {
	margin: 30px 0 20px;
	text-align: center;
}


/* ********************************************************************************
 * 091116追加
 * ******************************************************************************** */

div.box {
 	width: 704px;
	margin: 0 auto;
	padding-top: 25px;
}
 
div.box p {
	font-size: 12px;
	line-height: 1.6;
}

div#softinfo div#softinfoContents p.important {
	clear: both;
	padding-top: 10px;
}

div.title_area {
	height: 55px;
}

div.title_area h2 {
	text-align: center;
}

div.title_area p {
	margin-top: -32px; 
	margin-left: 80px;
}



/* div#event
------------------------------------------------------------*/
div#event div#flash_box {
	float: right;
	width: 300px;
	padding: 0;
}

div#event div#flash_box p {
	width: 300px;
	text-align: right;
}

div#event div.textArea {
	float:left;
	width: 346px;
	padding-left: 20px;
}

div#event div.textArea h3 {
	padding-bottom: 15px;
}

div#event div.textArea ul {
	padding-top: 20px;
}

div#event div.textArea ul li {
	float: left;
	width: 158px;
	margin-right: 18px;
}
	* html div#event div.textArea ul li {
		margin-right: 15px;/* ie6以下に適用 */
	}

div#event div.textArea ul li.last {
	margin-right: 0;
}

div#event div.textArea ul li p {
	padding-top: 5px;
	text-align: center;
}

div#event div.textArea p.important {
	clear: both;
	padding-top: 20px;
}


/* div#cowntdown
------------------------------------------------------------*/
div#cowntdown h3 {
	text-align: center;
}

div#cowntdown h4 {
	padding-top: 16px;
	
}

div#cowntdown ul {
	width: 600px;
	margin: 0 auto;
	padding: 28px 35px 38px 35px;
	background: url(../img/cowntdown_imgback.gif) center right no-repeat;
}

div#cowntdown ul li {
	float: left;
	width: 158px;
	margin-right: 0;
	padding-right: 44px;
	background: url(../img/icon_arrow.gif) right center no-repeat;
}

div#cowntdown ul li.first {
	margin-right: 30px;
	padding-right: 51px;
	background-image: none;
}

div#cowntdown ul li.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

div#cowntdown ul li p {
	padding-top: 5px;
}

/* div#cowntdown div#comment
------------------------------------------------------------*/
div#comment {
	width: 704px;
	margin: 0 auto;
}

div#comment h3 {
	text-align: center;
}

div#comment h4 {
	padding-top: 16px;
}

div#comment ul {
	width: 600px;
	margin: 0 auto;
	padding: 18px 35px 18px 35px;
	background: url(../img/comment_imgback.gif) top right no-repeat;
}

div#comment ul li {
	float: left;
	width: 158px;
	padding: 12px 30px 12px 0;
	margin-right: 30px;
	border-right: 1px #B2B2B2 solid;
}

div#comment ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

