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

/* print only */

@media print{body{zoom:80%;}}

/* css document */

/* --------------------------------------------------------- common style */
*,html {
margin: 0px;
padding: 0px;
font-size:12px;
line-height:1.3em;
}

body {
font-family: osaka,"ｍｓ ｐゴシック";
color: #000;
background:#cc9 url(../../img/bg4.gif) repeat-y top center;
}

img{
border:none;
}

/* --------------------------------------------------------- a style(base) */
a:link { color: #2A5B18; text-decoration:underline; }
a:visited { color: #2A5B18; text-decoration:none; }
a:active { color: #2A5B18; text-decoration:underline; }
a:hover { color: #2A5B18; text-decoration:underline; }

/* --------------------------------------------------------- class style */
.clearfix:after {
content:".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/*hides from ie-mac \*/
*html.clearfix { height: 1%; }
.clearfix { display: block; }
/*end hide from ie-mac*/

/* --------------------------------------------------------- wrapper style */
#wrapper {
width:700px;
margin:0 auto;
background:#fff;
}

/* --------------------------------------------------------- hdr style */
#hdr {
height:55px;
margin:0 3px 20px;
padding:13px 10px 0 0;
text-align:right;
border-bottom:#660 solid 5px;
}

/* --------------------------------------------------------- cnt style */

#cnt{
width:680px;
margin:0 auto;
}

#cnt h1{
margin:0 0 20px;
}

#cnt #cnt_main{
width:640px;
height:450px;
background:url(../img/bg_cnt.jpg) top left no-repeat;
padding:20px 20px 0;
}

#cnt #cnt_main p{
margin:0 0 0 30px;
font-size:16px;
}

#cnt #cnt_main #cnt_main01{
margin:0 0 30px;
}

#cnt #cnt_main #cnt_main02{
height:100px;
margin:56px 0 30px 0;
}

#forum_movie{
text-align:center;
padding:20px 0 0 0;
}

.gototop{
text-align:right;
padding:20px 20px 0 0;
}

#btn_play{
text-align:center;
margin:0 0 20px;
}

/* --------------------------------------------------------- ftr style */

#ftr{
font-size:9px;
padding:30px 0 0;
}

#ftr #address{
margin:0 0 20px 18px;
font-size:10px;
line-height:1.5em;
}

#ftr #copy{
text-align:center;
border-top:#660 solid 5px;
margin:0 3px;
padding:5px 0;
}

/* --------------------------------------------------------- common style */

.t_center{
text-align:center;
}

.l_bold{
font-size:16px;
font-weight:bold;
}

/* --------------------------------------------------------- forum01.html style */

#copy a {
	color: #FF6600;
}

#copy p {
	font-size: 14px;
	padding:10px 0 20px 0;
}

address {
	font-size: 1.1em;
	font-style: normal;
	margin: 0px;
	padding: 0px;

}
