﻿* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
/* 透過PNG設定 */
#frame {
	behavior: expression(IEPNGFIX.fix(this));
}
/* 透過PNG設定 ここまで */
body {
background: #000000 url('back.jpg') no-repeat fixed center top;
}
#frame {
width: 850px;
margin-right: auto;
margin-left: auto;
background-image: url('back_frame.png');
background-repeat: repeat-y;
}
#base {
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: #000000;
}
/* 共通項目 */
#navi_sample {
	list-style-type: none;
	width: 770px;
	height: 196px;
	margin-right: auto;
	margin-left: auto;
}
#navi_sample li {
	float: left;
	width: 150px;
	height: 94px;
	padding: 2px;
}
.tp1 {
position: relative;
width: 800px;
height: 356px;
background-image: url('topic1.jpg');
background-repeat: no-repeat;
background-position: center center;
}
.tp2 {
position: relative;
width: 800px;
height: 356px;
background-image: url('topic2.jpg');
background-repeat: no-repeat;
background-position: center center;
}
.tp3 {
position: relative;
width: 800px;
height: 356px;
background-image: url('topic3.jpg');
background-repeat: no-repeat;
background-position: center center;
}
.tp4 {
position: relative;
width: 800px;
height: 356px;
background-image: url('topic4.jpg');
background-repeat: no-repeat;
background-position: center center;
}
.tp1 p , .tp2 p , .tp3 p , .tp4 p {
position: relative;
top: 90px;
text-align: center;
}
.samplecg {
	text-align: center;
	padding-bottom: 10px;
}
.samplecg .smp {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 400px;
}
.spec {
	text-align: center;
}
.spec table {
	border-collapse: collapse;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8em;
	text-align: left;
}
.spec table td {
	border: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.spec table td span {
	color: #FF0000;
}
.spec table .title {
	padding-right: 5px;
	background-color: #333333;
	text-align: right;
	font-weight: bold;
	width: 100px;
}
.spec table .title2 {
	padding-right: 5px;
	background-color: #333333;
	text-align: left;
	font-weight: bold;
	width: 240px;
}
.spec .notice {
	margin-top: 10px;
	color: #FF0000;
	line-height: 1.4em;
}
.spec .notice span {
	font-weight: bold;
	color: #FF0000;
}
.spec .link {
	margin-top: 20px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.spec .info {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.spec .info span {
	font-weight: bold;
}
.copy {
	border-top: 1px solid #FFFFFF;
	width: 770px;
	height: 115px;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	background-image: url('copy.jpg');
	background-repeat: no-repeat;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*共通項目 ここまで*/

