@charset "utf-8";


/* CSS Document */

* {
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

body {
	color: #333333;
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-size:0.8em;
	background-image: url(/images/base_design/bg.gif);
	background-repeat: repeat;
}

a {
	color: #0978BA;
	text-decoration: underline;
}

a:hover {
	color: #FF0033;
	text-decoration: underline;
	/*font-weight: bold;*/
	}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

h1 {
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

h2 {
	margin: 0px;
	font-size: 1em;
	float: left;
	overflow: hidden;
	padding: 5px 0px 0px 5px;

}


#document{
	padding: 0px;
	width: 750px;
	margin: 0px auto;
	text-align:left;
	background-color: #FFFFFF;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#head {
	background-color: #666666;
	height: 45px;
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

#content {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

.submit {
	float: left;
	width: 748px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


.submit_cap {
	font-size: 0.85em;
	float: left;
	width: 748px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background-image: url(/images/base_design/fukidashi.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: 245px 0px;
}

.submit_cap_top {
	font-size: 0.85em;
	float: left;
	width: 748px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background-image: url(/images/base_design/fukidashi.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: 450px 0px;
	text-indent: 400px;
}

#stage {
	width: 733px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 3px 0px 14px;
}

.catalog {
	width: 365px;
	height: 250px;
	background-image: url(/images/base_design/catalog_bg.gif);
	background-repeat: no-repeat;
	float: left;
}

.clg_title {
	font-weight: bold;
	float: left;
	width: 270px;
	height: 32px;
	overflow: hidden;
}

.btn_view {
	float: right;
	margin: 0px;
	padding: 6px 17px 0px 0px;
	width: 70px;
	height: 20px;
	overflow: hidden;
}

.btn_view a {
	background-image: url(/images/base_design/btn_view.gif);
	display: block;
	width: 70px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	font-size: 0.8em;
	background-repeat: no-repeat;
}

.btn_view a:hover {
	background-image: url(/images/base_design/btn_view_on.gif);
	display: block;
	height: 20px;
	width: 70px;
	background-repeat: no-repeat;
}


#stage iframe {
	width: 330px;
	height: 195px;
	border: none;
}

#foot {
	width: 748px;
	border-top: solid 1px #CCCCCC;
	float: left;
	margin: 40px 0px 0px 0px;
}

#foot ul {
	margin: 0px;
	padding: 3px;
}

#foot li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	float: left;
}

.foot_link {
	width: 748px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 0.85em;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	width: 738px;
	float: left;
	margin: 0px;
	padding: 5px 10px 10px 0px;
}
	
