@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-face-color:#c0c0c0;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;
    scrollbar-track-color:#ffffff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
#world {
	height: 100%;
	width: 100%;
	position: relative;
}
#all {
	width: 780px;
	margin-right: auto;
	margin-left: 10%;
	margin-top: 10px;
	text-align: left;
}

#fla_area {
	width: 780px;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 150px;
}
.border {
	margin-bottom: 10px;
	border-top-color: #000066;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 10px;
	padding-top: 10px;
}
.m_border {
	margin-bottom: 20px;
	border-top-color: #000066;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 10px;
	padding-top: 10px;
}
.pop_ups img {
	padding: 3px;
	border: 1px solid #CCC;
}
.m_td {
	vertical-align: top;
}
.movie_area {
	margin-top: 10px;
	margin-bottom: 20px;
}
.bold {
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 1.2em;
	color: #00CC00;
}
.bold a {
	color: #00CC00;
}
.bold a:hover {
	color: #096;
}
.m_bold {
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 1.2em;
	color: #669999;
}
.text  {
	line-height: 1.6em;
	margin-bottom: 1em;
}
dl {
	width: auto;
}
dt {
	font-weight: bold;
	color: #0099CC;
	line-height: 1.6em;
}
dd {
	margin-bottom: 10px;
}

#news {
	border: 1px dotted #000066;
	width: 360px;
	height: 250px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.news_Btn {
	font-weight: bold;
	color: #003333;
	font-size: 1.5em;
}

#newsContents {
	height: 195px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#tweet {
	border: 1px dotted #000066;
	width: 365px;
	height: 250px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
.tweet_Btn {
	font-weight: bold;
	color: #003333;
	font-size: 1.5em;
}

#foot_area {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}
.copy {
	text-align: right;
	font-size: 0.8em;
	color: #FF3399;
	line-height: 1em;
}


/*AJAXシェード*/

.shadeGroup {
	border: 1px dotted #000066;
	width: auto;
	padding: 10px;
	height: auto;
	margin-bottom: 10px;
}
.shadeBtn {
	font-weight: bold;
	color: #003333;
	font-size: 1.5em;
}
.shadeContents {
	margin-top: 0.5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.shadeOpen .shadeBtn {
	cursor:pointer;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FF6699;
}
.shadeClose .shadeBtn {
	cursor:pointer;
}
/*AJAXシェードここまで*/

/*メールフォーム*/

.mail_table {
	font-size: 1em;
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mail_td {
	height: auto;
	padding: 5px;
}
/*メールフォームここまで*/

/*サイドボタン*/

#blog {
    text-indent: -9999px;
}
#blog a {
	position: absolute;
	left: 0px;
	top: 38%;
	background-color: #FFFFCC;
	z-index: 999;
	background-image: url(../images/blog_btn.png);
	height: 72px;
	width: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC6699;
	border-right-color: #CC6699;
	border-bottom-color: #CC6699;
	background-repeat: no-repeat;
	background-position: left center;
}
#blog a:hover {
	position: absolute;
	left: 0px;
	top: 38%;
	background-color: #FFFFCC;
	z-index: 999;
	background-image: url(../images/blog_btn_h.png);
	height: 72px;
	width: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC6699;
	border-right-color: #CC6699;
	border-bottom-color: #CC6699;
	background-repeat: no-repeat;
	background-position: left center;
}
#link {
    text-indent: -9999px;
}
#link a {
	position: absolute;
	left: 0px;
	top: 59%;
	background-color: #FFFFCC;
	z-index: 999;
	background-image: url(../images/link_btn.png);
	height: 72px;
	width: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC6699;
	border-right-color: #CC6699;
	border-bottom-color: #CC6699;
	background-repeat: no-repeat;
	background-position: left center;
}
#link a:hover {
	position: absolute;
	left: 0px;
	top: 59%;
	background-color: #FFFFCC;
	z-index: 999;
	background-image: url(../images/link_btn_h.png);
	height: 72px;
	width: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CC6699;
	border-right-color: #CC6699;
	border-bottom-color: #CC6699;
	background-repeat: no-repeat;
	background-position: left center;
}
/*サイドボタンここまで*/

