@charset "UTF-8";
@import url("/common/css/reset.css");
@import url("/common/css/fonts.css");
@import url("/common/css/base.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
}
body {
    color: #333333;
    font-family: "KozGoStd-Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","メイリオ","KozGoStd-Light";
    font-size: 12px;
    line-height: 160%;
}
table, th, td {
    border-collapse: collapse;
}
img, dd, area {
    border: 0 none;
    vertical-align: top;
}
p {
    margin: 0;
    padding: 0;
}
dd, p {
    line-height: 160%;
    text-indent: 0;
}

body{
	text-align:center;
	margin:0 auto;
	width:940px;
	font-size:14px;
	line-height: 160%;
}

#win_header{
	text-align:left;
	margin:0 auto;
	width:940px;
	 background:url("/common/images/top_line.gif") repeat-x left top;
    padding: 22px 0 0;
}

#win_footer {
    padding: 10px 0 0;
    text-align: right;
}
#win_footer .txt_line {
    background:url("/common/images/txt_line_bg.gif") repeat left top;
    height: 11px;
    margin-bottom: 12px;
    margin-top: 18px;
}

/* photo_CSS */
.photo{
	margin:0 auto;
	padding-top:20px;
	width:940px;
	text-align:left;
	
}

.photo p{
	margin-bottom:1em;
}

.main {
	width:940px;
	margin-bottom:20px;
	position:relative;
}

.main p{
	width:410px;
	position:absolute;
	left:10px;
	top:355px;
}


.info_wrap{
	width:740px;
	margin:0 auto 50px auto;
	_margin-left:100px;
}

.info{
	background:url("/event/photo/images/tenji_bk.jpg") no-repeat top left;
	height:142px;
}

.info h3{
	padding:10px;
}

.info p{
	padding-left:10px;
}

.foot_tex {
	width:940px;
	height:50px;
	margin:0 auto;
	padding-bottom: 30px;
}


