@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif, "ＭＳ Ｐゴシック", Osaka;
}
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
}
.text_smaller {
	font-size: smaller;
}
.text_larger {
	font-size: larger;
}
.text_red {
	color: #C00;
}

#container0 {
	width: 760px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/bg_head0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#utagakimovie {
	width: 720px;
	height: 400px;
	margin: 0px;
	padding: 0px 20px;
	background-image: url(../img/logo_utagaki.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#container h1 {
	font-size: xx-small;
	font-weight: normal;
	text-align: center;
	margin: 10px;
}
#container h2 {
	color: #778899;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	text-align: center;
	color: #778899;
	text-transform: uppercase;
	font-size: medium;
	letter-spacing: 2px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccddee;
}

.gototop {
	font-size: xx-small;
	text-align: right;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.gototop a {
	color: #778899;
	text-decoration: none;
}
#main_info {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#main_info td {
	margin: 1px;
	padding: 5px 15px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccddee;
	font-size: small;
	text-align: left;
}
#footer {
	font-size: x-small;
	text-align: right;
	clear: both;
	width: 760px;
	height: 20px;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/bg_end.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_info dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main_info dt {
	padding: 0px;
	margin: 0px;
}
#main_info dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.text_caution {
	font-weight: bold;
	color: #667788;
}
