@charset "UTF-8";
/***********************************************************/
/* about.css */
/* 風景写真出版について */
/***********************************************************/
/* CSS Document */

.h1_wallpaper {
	background-image: url(../wallpaper/images/h1.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

.h3 {
	background-image: url(../about/images/h3.gif);
	background-repeat: no-repeat;
	height: 21px;
	color: #e5004f;
	font-size: 12px;
	text-indent: 10px;
}

#wallpaper_box {
	width:645px;
	margin-left: 31px;
	margin-top: 20px;
}

#wallpaper_box #column1 {
	float: left;
	width:200px;
	margin-left: 15px;
	text-align: center;
}

#about_box #column2 {
	float: right;
	width:301px;
}



#waku_top {
	background-image: url(../about/images/waku_top.gif);
	background-repeat: no-repeat;
	height:10px;
	margin-top: 30px;
	font-size: 0;/* ie6 のバグ対策用 */
}

#waku_bottom {
	background-image: url(../about/images/waku_bottom.gif);
	background-repeat: no-repeat;
	height:10px;
	margin-bottom: 30px;
}

#waku {
	background-image: url(../about/images/waku_bg.gif);
	background-repeat: repeat-y;
	height: 437px;
}

#waku #column1 {
	float: left;
	width:300px;
	margin-left: 30px;
	_margin-left: 15px;
	padding-top: 40px;
}

#waku #column2 {
	float: left;
	width:372px;
}

/*------------------------------------------------------------------------------------------------------

									テーブル

------------------------------------------------------------------------------------------------------*/

table#tbl01{
	color: #555555;
	font-size:11px;
	width: 301px;
}

table#tbl01 td{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align:left;
}

table#tbl01 .t1{
	width:160px;
}
table#tbl01 .t2{
}
table#tbl01 .t3{
	vertical-align: bottom;	
}


table#tbl02{
	font-size:11px;
	border-spacing: 0;
	width: 300px;
    border-width: 0 0 0 0;
}

table#tbl02 td{
	text-align:left;
	vertical-align: top;
    border-width: 0 0 0 0;
}

table#tbl02 .t1{
	width:10px;
}
table#tbl02 .t2{
}
