@charset "shift_jis";


/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, textarea, p, blockquote, pre, table, th, td, button, address {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 1em 0;
}


/* BoxModel Style
---------------------------------------------------- */
body {
	text-align: center;
	background: #e3e3e3;
	font-size: 12px;
}

#layout {
	width: 685px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

#Header {
	height: 19px;
	background: url(images/img_head.jpg) no-repeat top;
	padding-bottom: 25px;
}

#Footer {
	height: 30px;
	background: url(images/img_foot.jpg) no-repeat bottom;
	text-align: center;
	padding: 25px 0;
	font-size: 10px;
}

#Container {
	text-align: left;
	margin: 0;
	padding: 0 30px;
}


/* HyperText Style
---------------------------------------------------- */
a:link {
	color: #0078ff;
	text-decoration: underline;
}

a:visited {
	color: #0078ff;
	text-decoration: underline;
}

a:hover {
	color: #0078ff;
	text-decoration: none;
}

a:active {
	color: #0078ff;
	text-decoration: none;
}

/* Table Style
---------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Top Style
---------------------------------------------------- */
#top {
	background: url(images/bg_top.jpg) repeat-x;
	padding: 2px 0;
	text-align: center;
	padding: 2px 12px;
	margin-bottom: 10px;
}

#top p {
	color: #FFFFFF;
}

#top td {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

#top td p {
	background: url(images/icon_hammer.gif) no-repeat 5px 0;
	padding-left: 10px;
	font-size: 12px;
	margin: 0;
	padding-bottom: 8px;
}
#comment p {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}

/* Contents style
---------------------------------------------------- */

p.contents {
	background: url(images/sttl_bg.gif) no-repeat bottom right;
	margin: 10px 5px;
}

table.contents {
}

table.contents img {
	padding-bottom: 5px;
}

table.contents td {
	text-align: center;
	vertical-align: top;
	line-height: 120%;
	padding-bottom: 15px;
}

table.contents td.noimg {
	background: url(images/bg_noimg.gif) no-repeat center;
}

p.cap {
	text-align: right;
	color: #377dc7;
	font-size: 10px;
}

.cap2 {
	color: #377dc7;
	font-size: 10px;
}

p.totop {
	text-align: right;
	padding-top: 10px;
}


/* Info style
---------------------------------------------------- */
#info {
	background: url(images/img_fes_waku01.gif) no-repeat top;
	padding-top: 18px;
	margin-top: 30px;
}

#info #infobox {
	margin: 0 30px;
	padding: 0 10px;
	color: #FFFFFF;
	background: #0078ff url(images/img_fes_waku02.gif) no-repeat bottom;
}

#info #infobox p {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
}

#info #infobox ul {
	padding: 0 0 20px 15px;
}

#info #infobox ul li {
	color: #FFFFFF;
	padding-bottom: 0.5em;
}

/* FormBtn style
---------------------------------------------------- */
#formBtn {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 20px;
}

#formBtn img {
	padding: 8px;
}

