@charset "UTF-8";

@import url("lightbox.css");

/* 基本設定 */

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "verdana" , "Osaka";
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* ヘッダーの設定 */
#header {
	background: url(../img/header.png) no-repeat;
	width: 750px;
	height: 150px;
	margin: 0;
	padding: 0;
}

/* タイトルの設定 */
#title {
	background: url(../img/title.gif) bottom no-repeat;
	width: 750px;
	height: 100px;
	margin: 0;
	padding: 0;
}

/* メインの設定 */
#main {
	width: 750px;
	margin: 0;
	padding: 0;
}

#main .home a {
	clear: both;
	background: url(../img/home.gif) no-repeat;
	width: 142px;
	height: 54px;
	margin: 50px 0 30px 550px;
	display: block;
}

span {
	position : absolute;
	width : 0;
	height : 0;
	overflow : hidden;
}

/* 左側の設定 */
#left {
	float: left;
	width: 450px;
	padding: 0 0 0 10px;
	text-align: left;
}

/* ソフトの説明部分の設定 */
#left .soft {
	text-align: left;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 0 0 0 15px;
}

#left .down a {
	background: url(../img/dl.gif) no-repeat;
	width: 160px;
	height: 30px;
	margin: 30px auto 10px auto;
	display: block;
}

/* スクショの設定 */
table.tbl_left {
	margin: 5px 0 20px 0;
}

td {
	padding: 0 15px 0 15px;
}

#left .sc01 {
	background: url(../img/sc/img01.gif) center no-repeat;
	width: 120px;
	height: 158px;
	vertical-align: top;
}

#left .sc02 {
	background: url(../img/sc/img02.gif) center no-repeat;
	width: 120px;
	height: 158px;
	vertical-align: top;
}

#left .sc03 {
	background: url(../img/sc/img03.gif) center no-repeat;
	width: 120px;
	height: 158px;
	vertical-align: top;
}

#left .sc_l a {
	width: 120px;
	height: 100px;
	margin: 5px auto 0 auto;
	display: block;
}

/* 右側の設定 */
#right {
	float: right;
	width: 260px;
	text-align: right;
}

#right .tbl {
	width: 250px;
	border-collapse: collapse;
	background: #ffc46a;
	text-align: center;
	margin: 20px 10px 0 auto;
}

#right .tbl_top {
	background: url(../img/right_tbl/top.gif) left no-repeat;
	height: 35px;
	font-size: 12px;
}

#right .tbl_bottom {
	background: url(../img/right_tbl/bottom.gif);
	height: 14px;
}

td.title {
	font-size: 12px;
}

td.title1 {
	font-size: 12px;
	text-align: right
}

td.title2 {
	font-size: 12px;
	width: 150px;
	text-align: left;
	padding: 5px 0 5px 0;
}

td.title3 {
	font-size: 12px;
	text-align: left;
	padding: 5px 0 5px 5px;
}

/* フッターの設定 */
#footer {
	background: url(../img/footer.png) no-repeat;
	width: 750px;
	height: 50px;
}

#footer .copy {
	font-size: 12px;
	text-align: center;
	width: 750px;
	padding: 20px 0 0 0;
}

/* マージンの設定 */
.ma {
	margin: 25px 0 0 0;
}

.point {
	margin: 30px 0 0 0;
}

.sc_p {
	margin: 25px 0 0 10px;
	font-size: 12px;
	text-align: left;
}

/* リストの設定 */
dt {
	padding : 5px 0 5px 20px;
	text-decoration : underline;
	font-weight : bold;
}

dd {
	color : #666;
	padding : 0 0 15px 0;
}

/* 見出しの設定 */

h1 , h2 {
	display: none;
}

h3 {
	background: url(../img/h.gif) no-repeat;
	width: 271px;
	height: 35px;
	margin-top: 20px;
}

/* リンクの設定 */
a {
	color: #000;
}

a:hover {
	color:#ff9900;
	text-decoration: none;
}

.point a {
	color: #ff9900;
}

.point a:hover {
	color:#e4fe01;
	text-decoration: none;
}
