@charset "utf-8";

@import url("../../css/common.css");
@import url("../../css/inner-common.css");

body {
	background-repeat: repeat-x;
	background-image: url(../img/rep.jpg);
}
#top {
	width: 940px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}
#bg {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topic-path {
	background-image: url(../img/sportsAndFitness.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
#tri1 {
	background: url(../../img/common/left/pink_tri_down.gif) no-repeat left center;
}

/* cover
------------------------------------------------------------*/
#line-frame_n01 h2 {
	height: 75px;
	background-image: url(../img/cover_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#line-frame_n02 h3{
	font-size: 150%;
	margin-left: 20px;
	color: #535353;}


#line-frame_n03 h3 {
	height: 75px;
	background-image: url(../img/userguide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#ug_img {
	margin: 0 0 20px 0;
}
#ug_img img {
	margin: 0 0 0 10px;
}
#ug_img p {
	padding: 35px 0px 0px 38px;
}


/* info_box */
.info_box {
	line-height: 1.5em;
	margin: 0 0 20px;
	padding: 15px 0px 0px 38px;
}
.info_box .col {
	clear: both;
	border-bottom: 1px dashed #666666;
	padding: 0 0 5px;
}
.info_box .col .i_head {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #E11075;
	text-align: right;
}
.info_box .col .i_data {
	float: left;
	width: 400px;
}
.info_box .col .i_data p {
	padding: 0px;
}
.info_box .col .i_data .note {
}
.info_box .col .i_data em {
	color: #E11075;
	font-style: normal;
	padding: 0px 5px;
}
/* info_box */

#line-frame_n02 ul{
	padding: 20px 0px 20px 38px;
}






/* info_box end */

#line-frame_n03 ul {
	padding: 20px 0px 20px 38px;
}
#line-frame_n03 table {

}
#line-frame_n03 th {
	width: 130px;
	background-color: #CCCCCC;
}
#line-frame_n03 td {
	text-align: right;
	border-bottom: 1px dashed #CCCCCC;
}


/*powerFailure*/
div#powerFailure {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 10px;
	color: #454545;
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#powerFailure h2 {
	color: #DE0C79;
}

div#powerFailure h2,
div#powerFailure p {
	margin-bottom: 1em;
}

div#powerFailure em,
div#powerFailure address {
	font-style: normal;
	font-weight: normal;
}

p.caution {
	border-top:1px dotted #b1b1b1;
	padding-top:5px;
}



