@charset "Shift_JIS";


/* ********************************************************************************
 * common
 * ******************************************************************************** */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}

.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

/* ********************************************************************************
 * fontsize
 * ******************************************************************************** */

body {
	font-size: 13px;
	line-height: 1.5;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font-size: 99%;
}


/* ********************************************************************************
 * 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 Hides from IE-mac */

/* 右へclear */
.clearRight {
	clear: right;
}
/* 左へclear */
.clearLeft {
	clear: left;
}


/* ********************************************************************************
 * layout
 * ******************************************************************************** */

body {
	background-color:#FFF;
	text-align:center;
}
#container {
	width:768px;
	margin:0 auto;
	text-align:center;
}
#wrapper {
	width:768px;
	margin:28px auto 0;
}
#header {
	width:768px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

p#copy {
	clear: both;
	margin-bottom: 5px;
}

p#copy_02 {
	margin-bottom: 20px;
}

.alignCenter {
	text-align:center;
}


/* ********************************************************************************
 * softinfo
 * ******************************************************************************** */
div#softinfo {
	margin-bottom: 20px;
	font-size: 92%;
}
div#softinfo div#softinfoTop,
div#softinfo div#softinfoBottom {
	width: 758px;
	height: 10px;
	font-size: 0;
	background: url(../img/index/softinfo_top.gif) no-repeat 0 0;
}
div#softinfo div#softinfoBottom {
	height: 8px;
	background: url(../img/index/softinfo_bottom.gif) no-repeat bottom center;
}
div#softinfo div#softinfoContents {
	width: 728px;
	padding: 0 14px 0 14px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	position: relative;
}
div#softinfo div#softinfoContents dl dt {
	float: left;
	width: 10em;
	padding: 8px 0.5em;
	color: #8c8c8c;
	font-weight: bold;
}
div#softinfo div#softinfoContents dl dt span {
	color: #ff418c;
}
div#softinfo div#softinfoContents dl dd {
	margin-left: 0;
	padding: 8px 0.5em 8px 10em;
	background: url(../img/index/dot.gif) repeat-x left bottom;
}

div#softinfo div#softinfoContents dl {
	width: 688px;
	line-height: 1.0;
}
div#softinfo div#softinfoContents dl.column,
div#softinfo div#softinfoContents dl.columnLast {
	width: 344px;
	float: left;
}
div#softinfo div#softinfoContents dl.last dd,
div#softinfo div#softinfoContents dl.columnLast dd {
	background: none;
}
div#softinfo div#softinfoContents p.cero {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 32px;
	height: 40px;
}


