@charset "UTF-8";
/* CSS Document */

body, table, div, span, h1, h2, h3, h4, h5, h6, ul, li, a, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

/* base
================================================== */
body {
	background: #fff url(../images/background.jpg) repeat-x;
}
#layout {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	overflow:hidden;
}

#header,
#contents,
#auther,
#footer {
	margin: 0 10px;
}

/* header
================================================== */
#header {
	background: url(../images/header_bg.jpg) top left no-repeat;
	width: 780px;
	height: 685px;
}

#page_infomation {
	padding:85px 0 40px;
	width: 420px;
	float: right;
}

/* contents
================================================== */
#contents {
	clear: both;
	width: 780px;
}
#contents h2 {
	font-size: 90%;
}
#event_infomation {
	padding: 60px 0 0 20px;
	float: left;
	width: 450px;
}
#event_side {
	width: 290px;
	float: right;
	padding: 15px 10px 10px 0;
}
.event_infomation_script {
	padding: 0 0 0 30px;
	font-size: 90%;
	line-height: 15px;
}
.event_info_entry {
	padding-top: 15px;
}
#event_description {
	padding: 10px 0;
	font-size:90%;
}
#event_infomation p {
	padding-bottom: 5px;
}

/* auther
================================================== */
#auther {
	clear:both;
	background: url(../images/auther_bg.jpg) repeat-y;
	width: 780px;
	height:300px;
}
#auther h2 {
color: #CC9900;
width:410px;
padding:10px 20px;
}
#auth_list {
	width: 420px;
	padding:0 0 20px 20px;
	overflow: hidden;
}
#auth_contact {
	float: right;
	width:292px;
}
#fukuda,
#shizuki {
	width: 210px;
	float: left;
	font-size: 80%;
}
.profile {
	text-align: right;
	width: 130px;
}

.profile a:link,
.profile a:visited,
.profile a:active {
	color: #FF6600;
	text-decoration: none;
}

/* footer
================================================== */
#footer {
	clear: both;
	width: 780px;
	padding: 10px 10px 30px 10px;
	font-size: 70%;
	color: #999999;
	text-align: center;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #999999;
}
#footer a:hover {
	color: #555555;
}
