﻿/* CSS Document */

@charset "UTF-8";

/* reset style
---------------------------------------------------------------------------- */

html, body,
div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li, 
table, th, td,
form, select, option,
address, pre, blockquote,
strong, em {
	font-size:100%;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
	text-decoration:none;
	border: none;
}

/* common style
---------------------------------------------------------------------------- */

img {
	border: 0;
	background-color: transparent;
	vertical-align: bottom;
}
hr {
	display:none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table {
	border-collapse: collapse;
}
a:hover {
	cursor: pointer;
}

/* body style 
---------------------------------------------------------------------------- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	background-color: #FFFFFF;
	margin:0px;
}

a:link    {
	color: #FF6600; 
	text-decoration: none;
}
a:visited { 
	color: #FF6600; 
	text-decoration: none;
}
a:active  {
	color: #FF6600; 
	text-decoration: none;
}
a:hover {
	color: #FF6600; 
	text-decoration: underline;
}

/* layout style
---------------------------------------------------------------------------- */

#inbox{
	width: 500px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#mainbody{
	padding: 10px;
	margin: 0px;
}

/* footer style
---------------------------------------------------------------------------- */

#footer{
	border-top:2px dotted #99CC66;
	text-align:center;
	color:#FFFFFF;
	width: 500px;
	margin: 0px auto;
	padding: 10px 0px;
}

/* event style
---------------------------------------------------------------------------- */

#title {
	background: url(../../event/image/title_back.gif) repeat-y;
	margin:0px auto;
	width: 480px;
}


h1 {
	font-size: 18px;
	line-height: 140%;
	color: #669933;
	font-weight: bold;
	text-align: center;
}

.lead {
	line-height: 120%;
	margin: 20px 14px 0 14px;
}

.info {
	margin: 20px auto 0px auto;
	width: 450px;

}

.photo {
	width: 450px;
	text-align:center;
	margin: 15px auto;
}

.photo img {
	margin: 0px 5px;
}

.info th {
	width:50px;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	line-height: 140%;
	color: #996633;
	background-color: #FFCC66;
	padding: 5px;
	border-bottom:5px solid #FFFFFF;
}

.info td {
	width:350px;
	font-size:12px;
	line-height: 140%;
	text-align: left;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom:5px solid #FFFFFF;
}



