@charset "shift_jis";
/* CSS Document */

html,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #5E4F42;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/common_06.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


#container{
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* iframe ================================== start */

body.iframe_box_bg{
	background-image: url(../img/iframe_box_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fce4ed;
}


#container_iframe{
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container_iframe .top{
	background-image: url(../img/iframe_box_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 700px;
	background-position: center top;
}



#container_iframe .main{
	width: 700px;
	background-image: url(../img/iframe_box_02.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center;
	padding: 0px;
}

#container_iframe .main h1{
	background-image: url(../img/iframe_h1.png);
	background-repeat: no-repeat;
	font-size: 170%;
	font-weight: bold;
	height: 50px;
	color: #FFF;
	line-height: 1.4em;
	width: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-weight: bold;
}

#container_iframe .main h1.line2{
	background-image: url(../img/iframe_h1_line2.png);
	background-repeat: no-repeat;
	font-size: 140%;
	font-weight: bold;
	height: 80px;
	color: #FFF;
	line-height: 1.4em;
	width: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-weight: bold;
}


#container_iframe .main h2{
	background-image: url(../img/iframe_h2.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 130%;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 625px;
	background-repeat: repeat-y;
	height: auto;
}


#container_iframe .main h3{
	background-image: url(../img/iframe_h3.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 625px;
	background-repeat: no-repeat;
	height: 25px;
	color:#5E4F42;
}


#container_iframe .main .topics_center{
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#container_iframe .bottom{
	background-image: url(../img/iframe_box_03.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 700px;
	background-position: center top;
}



/* iframe ================================== end */

.border{
	border: 1px solid #f9b7c2;
}

.dotline{
	height: 1px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

a:link,
a:visited{
	color: #F69;
	text-decoration: underline;
}


a:hover,
a:active{
	color: #36C;
	text-decoration: none;
}


a.pink_link:link,
a.pink_link:visited{
	color: #F69;
	text-decoration: underline;
}


a.pink_link:hover,
a.pink_link:active{
	color: #36C;
	text-decoration: none;
}


.sakura{
	background-image: url(../home/topics_list.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 3px;
	padding-top: 0px;
}

.topicpath {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 90%;
	line-height: 1.5em;
	height: 25px;
 
 }
	
	.topicpath ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
.topicpath ul li {
	float:left;
	list-style-type:none;
 }
.topicpath ul li a {
	margin-right:5px;
	padding-right:10px;
	background-image: url(../img/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
 }  


.topicpath ul li a:link,
.topicpath ul li a:visited,
.news ul li a:link,
.news ul li a:visited{
	color: #50402E;
	text-decoration: underline;
}


.topicpath ul li a:hover,
.topicpath ul li a:active,
.news ul li a:hover,
.news ul li a:active{
	color: #F69;
	text-decoration: none;
}



/* TEXT ==================== start */
P{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.6em;
	padding-left: 0px;
	text-align: left;
}

.red{
		color: #F03;
}

.pink{
	color: #FF3E7C;
}

.gray{
	color:#868686;
}


.small{
	font-size: 80% !important;
	line-height: 1.5em !important;
}

.small2{
	font-size: 85% !important;
	line-height: 1.6em !important;
}

.large{
	font-size: 140%;
	line-height: 1.6em;
}

.large2{
	font-size: 120%;
	line-height: 1.6em;
}

.large2_sakura{
	font-size: 120%;
	line-height: 1.6em;
	background:url(../img/h4.gif) no-repeat;
	text-indent:25px;
}


.red_bold{
	font-weight: bold;
	color: #F03;
	font-size: 10px;
}

.center{
	text-align: center !important;
}

.right{
	text-align:right !important;
}

.left{
	text-align:left !important;
}

.normal{
	font-weight: normal !important;
}


h1{
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	font-size: 170%;
	font-weight: bold;
	height: 70px;
	color: #FFF;
	line-height: 1.4em;
	width: 835px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	font-weight: bold;
}

h1.line2{
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	font-size: 145%;
	font-weight: bold;
	height: 80px;
	color: #FFF;
	line-height: 1.4em;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

h1.line2b{
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	font-size: 130%;
	font-weight: bold;
	height: 73px;
	color: #FFF;
	line-height: 1.4em;
	width: 845px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}

h1.line3{
	background-image: url(../img/h1_line3.png);
	background-repeat: no-repeat;
	font-size: 130%;
	font-weight: bold;
	height: 90px;
	color: #FFF;
	line-height: 1.3em;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

h1 .small{
	font-size: 90%;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2{
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 130%;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

h2.line2{
	background-image: url(../img/h2_line2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 135%;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


h2.small{
		font-size: 110% !important;
}

h3{
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #903;
}

h4{
	background-image: url(../img/h4.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 28px;
	font-size: 115%;
	line-height: 1.2em;
	margin: 0px;
}



h5{
	background-image: url(../img/h5.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 90%;
	line-height: 1.2em;
	margin: 0px;
}


h4 a:link, h4 a:visited, h5 a:link, h5 a:visited{
	color: #F69;
}


h4 a:active, h4 a:hover, h5 a:active, h5 a:hover{
	color: #F06;
	text-decoration: none;
}




.txt600{
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.txt700{
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.txt800{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}




/* IMAGE ======================================== start */
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img_center{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.kugiri{
	background-image: url(../img/kugiri.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-bottom: 10px;
}

img.alpha{
	 filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

/* HEADER ======================================== start */
#header{
	background-image: url(../img/common_01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 90px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* MENU ======================================== start */
.mainmenu{
	background-image: url(../img/common_02.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.mainmenu .btn{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
}

.mainmenu .btn img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* MAIN ======================================== start */
.main{
	width: 900px;
	background-image: url(../img/common_03.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


.bottom{
	background-image: url(../img/common_04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 960px;
}

.main table{
	border: 2px solid #f9b7c2;
}

.main th{
	background-color: #FDE3E8;
}


.main td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FDE3E8;
	border-right-color: #FDE3E8;

	text-align:left;	
}


.main table.blue{
	border: 1px solid #DFEDF7;
}

.main table.blue th{
	background-color: #DFEDF7;
}


.main table.blue td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DFEDF7;
	border-right-color: #DFEDF7;
	text-align:left;	
}


td.pink{
	background-color: #FDE3E8;
}

td.blue{
	background-color: #E9F8F7;
}

.none_table{
}

.none_table table{
	border: none !important;

}

.none_table  th{
	border: none !important;
	background:none !important;

}


.none_table  td{
	border: none !important;
		background:none !important;

}

.none_bg{
	background:none !important;
}


.left_img{
	float:left;
}

.right_img{
		float:right;
}


/* FOOTER ======================================== start */
#footer_line{
	background-image: url(../home/home_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 5px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer{
	background-image: url(../home/home_04.jpg);
	background-repeat: repeat-y;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	line-height: 1.4em;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#footer a:link,
#footer a:visited{
	color: #F03;
	text-decoration: underline;
}


#footer a:hover,
#footer a:active{
	color: #FCC;
	text-decoration: none;
}



/* NEWS ======================================== start */

.news{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.news .date{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 95%;
}

.news ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.news ul li{
		background-image: url(../home/topics_list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	line-height: 1.4em;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5E8E2;
}


/* TOPICS ======================================== start */

.topics{
}


.topics_center{
	text-align: center;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.topics_center p{
	padding-right: 5px;
	padding-left: 5px;
}

.infobox{
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 5px double #9ECFE7;
	background-color: #F2F9FD;
	padding: 10px;
}

.infobox_auto{
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 5px double #9ECFE7;
	background-color: #F2F9FD;
	padding: 10px;
}


.infobox td{
	background-color:#FFF;
}

.infobox_max{
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 5px double #9ECFE7;
	background-color: #F2F9FD;
	padding: 10px;
}

.infobox_700{
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 5px double #9ECFE7;
	background-color: #F2F9FD;
	padding: 10px;
}


.infobox h2, .infobox_700 h2, .infobox_auto h2{
	font-size: 130%;
	line-height: 1.4em;
	color: #39C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
	text-align: center;
	width: 100%;
	height: auto;
}

.infobox h3, .infobox_700 h3, .infobox_auto h3{
	font-size: 110%;
	line-height: 1.4em;
	color: #F69;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 26px;
	background-image:url(../img/h4.gif) !important;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #87CBDA;
	margin: 0px;
	width: 570px;
}

.gaiyobox{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	width: 800px;
}

.gaiyobox h2{
	font-size: 130%;
	line-height: 1.4em;
	color: #903;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/h2_gaiyo.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.gaiyobox_top{
	background-image: url(../img/gaiyo_01.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
	width: 800px;
	margin: 0px;
}


.gaiyobox_center{
	background-image: url(../img/gaiyo_02.png);
	background-repeat: repeat-y;
	margin: 0px;
	width: 800px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.gaiyobox_bottom{
	background-image: url(../img/gaiyo_03.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
}

.txt_left{
	text-align:left !important;
}

.txt_right{
	text-align:right !important;
}

.txt_center{
	text-align:center !important;
}


.infobox p{
	margin: 0px;
	padding: 0px;
}


.btn_600x60{
	width:600px;
	height:60px;
	margin: 10px auto 5px auto;
	font-size:18px;
	text-height:1em;
	font-weight:bold;

}

.btn_600x60 a:link, .btn_600x60 a:visited{
	color:#FFF;
	width:600px;
	height:80px;
	padding-top:20px;
	display:block;
	background-image:url(../img/btn_600x60.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

.btn_600x60 a:hover, .btn_600x60 a:active{
	filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
   text-decoration:none;
}
/* EVENT ======================================== start */


.evmenu{
	width: 714px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../event/menu_bg.png);
	background-repeat: no-repeat;
	height: 48px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 86px;
}
.evmenu ul{
	height: 35px;
	padding: 0px;
	width: 646px;
	margin: 0px;

}
.evmenu ul li{
	float:left;
	height:35px;
	list-style: none;
	padding: 0px;
	width: 140px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.evmenu ul li a{
	display: block;
	}

.evmenu ul li.selected a{
	background-image: url(../event/menu_hover.png);
	background-repeat: no-repeat;
}



/* mov ======================================== start */
.movie{
	height: 315px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/mov.png);
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-left: 40px;
}
.movie2{
	height: 420px;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/mov2.png);
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 32px;
	padding-left: 40px;
}

.movie_txt{
	padding: 0px;
	height: 50px;
	width: 440px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



.movie_btn{
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.movie_btn ul{
	list-style-type: none;
	padding: 0px;
	height: 44px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 336px;
}

.movie_btn ul li{
	margin: 0px;
	height: 40px;
	width: 160px;
	float: left;
	list-style-type: none;
	padding: 4px;
}


.movie_btn ul li a:link, .movie_btn ul li a:visited{
	height: 30px;
	width: 160px;
	display:block;
	background-image: url(../img/movbtn.png);
	background-repeat: no-repeat;
		font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-height:font-size;
	padding-top:10px;
}

.movie_btn ul li a:hover, .movie_btn ul li a:active{
	background-position: left bottom;
		text-decoration:none;
	background-repeat:no-repeat;
}


.movie_btn1{
		height: 40px;
	width: 160px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.movie_btn1 a:link, .movie_btn1 a:visited{
	height: 30px;
	width: 160px;
	display:block;
	background-image: url(../img/movbtn.png);
	background-repeat: no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-height:font-size;
	padding-top:10px;
}

.movie_btn1 a:hover, movie_btn1 a:active{
	background-position: left bottom;
	text-decoration:none;
	background-repeat:no-repeat;
}



/* form ======================================== start */

.form_btn{
	background-color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 140px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 140px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.form_btnwin{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.form_dotline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F9C;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

form{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 100%;
	line-height: 1.2em;
}

textarea,input,textfield,checkbox,radio{
	margin-top: 5px;
}

.form_q1{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #fc524d;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD8EA2;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/form_q1.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.form_q2{
	font-size: 12px;
	font-weight: bold;
	color: #fc667f;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FD8EA2;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-image: url(../img/form_q2.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

.M_LR10{
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 2em;
}

.M_LR30{
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 2em;
}
.M_LR25{
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 2em;
}

.M_R10{
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 2em;
}

.M_L10{
	margin-left:10px !important;
}

.M_R10{
	margin-right:10px !important;
}

.M_B0{
	margin-bottom:0px !important;
}

.M_B5{
	margin-bottom:5px !important;
}

.M_B10{
	margin-bottom:10px !important;
}

.M_B20{
	margin-bottom:20px !important;
}

.M_T0{
	margin-top:0px !important;
}

.M_T5{
	margin-top:5px !important;
}

.M_T10{
	margin-top:10px !important;
}

.M_T20{
	margin-top:20px !important;
}


.P_T10{
	padding-top:10px !important;
}

.P_L20{
	padding-left:20px !important;
}

.P_L10{
	padding-left:10px !important;
}
.P_B0{
	padding-bottom:0px !important;
}
.P_B5{
	padding-bottom:5px !important;
}
.P_B10{
	padding-bottom:10px !important;
}
