@charset "utf-8";
/*基本textboxfull（ボーダーなし）*/
.textboxfull {
	width: 690px;
}
/*textboxfull ボーダーあり*/
.line {
	width: 678px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.textbox {
	width: 324px;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
/*文字センター大きめ*/
.center {
	text-align: center;
	font-size:14px;
}
/*textbox ボーダーなし*/
.none {
	border-bottom: 0px;
	border-left: 0px;
}
/*写真と文*/
.photo {
	width: 195px;
}
.textspace {
	width: 483px;
	padding: 0;
}
/*写真大きめと文*/
.photo02 {
	width: 250px;
}
.profile {
	width: 425px;
}

/*テーブル1（ハーフ幅）*/
.table01 {
	width: 320px;
	margin: 0;
}
.table01 table {
	width: 320px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table01 td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
/*テーブル2（textboxfull内フル幅）*/
.table02 {
	width: 660px;
	margin: 0;
}
.table02 table {
	width: 660px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table02 td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
/*テーブル3（フル幅）*/
.table03 {
	width: 690px;
	margin: 0;
}
.table03 table {
	width: 690px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table03 td {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
/*ページトップへ*/
.linktop {
	width: 690px;
	text-align: right;
}
/*インプレ　テーブル4*/
.table04 {
	width: 680px;
	margin: 0;
}
.table04 table {
	width: 680px;
	margin: 0px;
	padding: 0px;
}
.table04 table td {
	margin: 0;
	padding: 0;
}

/*インプレ　テーブル5*/
.table05 {
	width: 675px;
	margin: 0;
}
.table05 table {
	width: 675px;
	margin: 0;
	padding: 0;
}
.table05 td {
	margin: 0;
	padding: 0 5px 0 5px;
}
.table05 img{
	margin: 0;
}
/*インプレ　テーブル内テーブル6*/
.table06 {
	width:390px;
	margin: 0;
}
.table06 table {
	width: 390px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}
.table06 td {
	margin: 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
/*テーブル7（438）*/
.table07 {
	width: 679px;
	margin: 0px;
}
.table07 table {
	width: 460px;
	margin: 10px;
	padding: 0px;
}
.table07 td {
	text-align: center;
}

