@charset "euc-jp";

html{height:100%;}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #FFFFFF;
	color:#a18977;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	width:100%;
	-webkit-box-sizing: border-box; /* ボックスサイズ包括 */
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:link, a:hover, a:visited {
	/*display:inline-block;*/
	color: #000000;
}
/* FONT-SIZE */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.margin6{margin:6px 0;}
.margin10{margin:10px 0;}

/* フロートクリア */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
header {
	margin: 0;
	text-align: center;
	line-height: 0;
}
header img {
	width: 100%;
}
h1#header{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	margin:0;
	padding:0;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#back {
	background: url("../img/bg.jpg") no-repeat 0 30px;
	background-repeat:repeat;
	background-size: contain;
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
}

/*#back {
    background-color: #FFF;*/
    /*background-image: url('../img/main_bg.png');*/
    /*background-repeat: repeat;*/
	/*padding: 1px 0 4% 0;*/
	/*text-align:center;*/
	/*height:100%;*/
}
#back2 {
    background-color: #eba81b;
    /*background-image: url('../img/bg02.png');*/
    background-repeat: repeat-x;
	/*padding: 0 0 10% 0;*/
	text-align:center;
	height:100%;
	margin-top:-20px;
}
#mainbg{
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background-color:#fce45f;
	margin:10px 5px 10px;
	padding:10px 5px 13px; 
	background:#ffd800 url(../img/yellow_bg.png) no-repeat;
	background-size: 100%;
}
.top_contents{
	margin:10px 10px 0;
	/*background:#fff;*/
}
.main_img {
	margin:-40px -130px 10px;
}
.main_text {
	margin:-35px -10px 10px;
}
.locks_text {
	margin:0 auto 2px;
	text-align:center;
}

#wboxbg {
	background-color:#FFFFFF;
	margin:12px auto 20px;
	padding:10px 5px 5px; 
}
#archivewbox {
	text-align:left;
	color:#000000;
	padding:5px;
	margin:5px 0 5px;
	font-size:13px;
	line-height:1.4;
}
#archivewbox span {
	margin:10px 0 10px;
	font-size:15px;
}
#archivewbox a {
	color:#000;
}
#archivewbox a:hover {
	text-decoration: underline;
}
#locks_banner {
　　float:left;
    text-align: center;
　　overflow: hidden;
　　clear: both;
}
.clearboth {
    clear: both;
    visibility: hidden;
}
#link_banner {
　　text-align: center;
　　overflow: hidden;
　　float:left;
　　width:100%;
}
#bt_01,#bt_02,#bt_x{
	float:left;
	padding:0 0 0 0;
}
#bt_x{
	padding:0 7px 0 5px;
}
#bt_02{
	padding:0 7px;
}
#footer {
	position: relative;
	margin: 10px 0 20px;
	background-color:#000000;

	
}
#f_links {
	text-align: center;
	margin: 15px auto 10px;
	float:left;
}
.cation {
	line-height:1.5em;
	font-size:11px;
	color:#996700;
	margin:0 5px 20px;
	text-align:left;
}
.cation ul {
	padding:0 auto 5px;
}
.cation ul li {
	margin:0 0 5px 0;
}
.cation a {
	color:#333;
	text-decoration:underline;
}
.cation .title {
	margin:10px 0 5px 0;
	color:#E42630;
}
#copyright {
	padding:10px 10px;
	color:#ffffff;
	font-size:8px;
	margin-top:5px;
}
.css_btn_class {
	margin:-5px 5px 5px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:5px 100px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c7161e), color-stop(100%, #610304) );
	background:-moz-linear-gradient( center top, #c7161e 5%, #610304 100% );
	background:-ms-linear-gradient( top, #c7161e 5%, #610304 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7161e', endColorstr='#610304');
	background-color:#c7161e;
	display:inline-block;
	clear:both;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e32c3c), color-stop(100%, #610304) );
	background:-moz-linear-gradient( center top, #e32c3c 5%, #610304 100% );
	background:-ms-linear-gradient( top, #e32c3c 5%, #610304 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32c3c', endColorstr='#610304');
	background-color:#e32c3c;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
.css_btn_class2 {
	margin:0px 5px 5px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:5px 110px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #c7161e), color-stop(100%, #610304) );
	background:-moz-linear-gradient( center top, #c7161e 5%, #610304 100% );
	background:-ms-linear-gradient( top, #c7161e 5%, #610304 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7161e', endColorstr='#610304');
	background-color:#c7161e;
	display:inline-block;
}.css_btn_class2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e32c3c), color-stop(100%, #610304) );
	background:-moz-linear-gradient( center top, #e32c3c 5%, #610304 100% );
	background:-ms-linear-gradient( top, #e32c3c 5%, #610304 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e32c3c', endColorstr='#610304');
	background-color:#e9e9e9;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

.button {
	width:91%;
	text-align:center;
	display: block;
	padding: 1px 8px 1px;
	margin: -3px auto 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	font-weight:bold;
	background: #0095c0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fad544), to(#f7bd03));
	background:-moz-linear-gradient( center top, #fad544 45%, #f7bd03 55% );
	background:-ms-linear-gradient( top, #fad544 5%, #f7bd03 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad544', endColorstr='#f7bd03');
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);f
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fdea85), color-stop(100%, #fbdd0c) );
	background:-moz-linear-gradient( center top, #fdea85 45%, #fbdd0c 55% );
	background:-ms-linear-gradient( top, #fdea85 5%, #fbdd0c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdea85', endColorstr='#fbdd0c');
	background-color:#fdea85;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
.button img {
	margin:3px auto 2px;
}
.button2 {
	width:92%;
	font-size:15px;
	text-align:center;
	display: block;
	padding: 8px 8px 8px;
	margin: 2px auto 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	font-weight:bold;
	background: #f75b2f -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f75b2f), to(#dd3607));
	background:-moz-linear-gradient( center top, #f75b2f 45%, #dd3607 55% );
	background:-ms-linear-gradient( top, #f75b2f 45%, #dd3607 55% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f75b2f', endColorstr='#dd3607');
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff8d47), color-stop(100%, #ff570b) );
	background:-moz-linear-gradient( center top, #ff8d47 5%, #ff570b 100% );
	background:-ms-linear-gradient( top, #ff8d47 5%, #ff570b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d47', endColorstr='#ff570b');
	background-color:#ff8d47;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
.button3 {
	width:100%;
	text-align:center;
	display: block;
	padding: 8px 8px 8px;
	margin: 3px auto 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	font-weight:bold;
	background: #0095c0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fad544), to(#f7bd03));
	background:-moz-linear-gradient( center top, #fad544 45%, #f7bd03 55% );
	background:-ms-linear-gradient( top, #fad544 45%, #f7bd03 55% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad544', endColorstr='#f7bd03');
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.button3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fdea85), color-stop(100%, #fbdd0c) );
	background:-moz-linear-gradient( center top, #fdea85 45%, #fbdd0c 55% );
	background:-ms-linear-gradient( top, #fdea85 45%, #fbdd0c 55% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdea85', endColorstr='#fbdd0c');
	background-color:#fdea85;
}.css_btn_class:active {
	position:relative;
	top:10px;
}
.button3 img {
	margin:3px auto 2px;
}

ul.banner01 {
  margin: 5px auto 0;
  padding:0 2px 3px;
  text-align:center;
}
ul.banner01 li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.banner01 li a {
  margin: 0;
  padding: 0;
}
ul.banner01 li a img {
  margin:5px 1px 0;
  border:0;
  width:48.2%;
  text-align:center;
}
#movbox {
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	background-color:#a18977;
	margin:12px 5px 10px;
	padding:3px 5px 9px;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
}
#movbox p{
	color: #FFFFFF;
	text-align:left;
	padding:3px 5px 5px;
	font-weight:bold;
}
#movbox img{
	text-align:center;
	width:98%;
}
.textbox {
    text-align:left;
	font-size:11px;
	background-color:#f1e3bd;
	margin:0 5px 0;
}
.textbox a{
	color:#FFFFFF;
}
.oubokiyaku {
    text-align:left;
	font-size:11px;
	background-color:#FFFFFF;
	margin:15px 3px 0;
	padding:5px 0 5px 0;
	line-height: 1.6;
	color:#a18977;
}
.oubokiyaku a{
	color:#FFFFFF;
}
.textintro {
	color:#3A1206;
    text-align:center;
    padding:17px 5px 9px;
    font-weight:bold;
	line-height: 1.6;
}
.oubox {
    text-align:center;
	font-size:11px;
	background-color:#FFFFFF;
	margin:-5px 5px 15px;
	padding:10px auto 0px;
	color:#371100;
}
.oubox a{
	color:#371100;
}
.whitebox {
    text-align:center;
	font-size:11px;
	background-color:#FFFFFF;
	margin:5px 5px 15px;
	padding:10px auto 0px;
	color:#371100;
}
.whitebox a{
	color:#591400;
	font-size:13px;
}
#mesbox {
	padding:0px 5px 0px;
	margin:0px 5px 10px;
	color: #330500;
	text-align:left;
	font-size:12px;
}
#mesbox p{
	color: #330500;
}
.mesboximg{
	text-align:center;
	width:99.88%;
	margin-top:5px;
}

.imgp {
	 width:100%;
	 margin:-10px 0 0;
	 text-align:center;
}
.imgptitle {
	 width:100%;
	 margin:5px auto 1px;
	 text-align:center;
}
.imgp2 {
	 width:100%;
	 margin: 0;
	 line-height: 0;
}
imgp3
	 width:100%;
	 line-height: 0;
}
.imgpline {
	 width:100%;
	 padding-bottom:10px;
	 line-height: 0;
}
.imgpoubo {
	 width:100%;
	 margin-top:-10px;
	 
}
#topbox {
	margin:10px 0 0;
	color: #330500;
	background-color:#FFF;
}
.back_class {
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:3px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.back_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.back_class:active {
	position:relative;
	top:1px;
}
#youtube_contents{
	margin:5px auto 0;
	text-align:center;
}
/* This css button was generated by css-button-generator.com */
.top_class {
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	padding:3px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
	background-color:#fa665a;
	color:#FFFFFF;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
 	margin-top:-12px;
}
.top_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d34639), color-stop(100%, #fa665a) );
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	background:-ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background-color:#d34639;
}
.top_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

.bkbox {
	padding:10px 5px 10px;
	margin:15px 4px 10px;
	color: #330500;
	background-color:#FFF;
}
.form {
	color: #a18977;
	padding-right:15px;
	text-align:left;
	font-size:13px;
	line-height: 1.7;
	margin:15px auto 15px;
}
/*--フォーム--*/
#formbg{
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background-color: rgba(255, 255, 255, 0.5);             /* #ffd800;*/ 
	margin:10px 5px 10px;
	padding:100px 5px 100px;
}
.formbg_img {

	margin:-40px -130px 10px;
}
.formbg_text {
	margin:-80px 0 10px;
	text-align:center;
}
.formmain {
	margin:0 5px 10px;
}
#formbox {
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
	padding:25px auto 40px;
	margin:0 5px 10px 5px;

	text-align:left;
	color:#000000;
}
#formbox span {
	font-weight:bold;
	color:#000000;
}
#formbox p {
	font-weight:bold;
	color:#000000;
	margin-bottom:30px;
}
input,select {
	width:65%;
	font-size:12px;
	padding:5px;
}
textarea {
	width:95%;
	font-size:120%;
	padding:5px;
	height:50px;
}
input[type="submit"] {
	width:96%;
	text-align:center;
	display: block;
	padding: 10px 8px 10px;
	margin: 5px auto 15px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	border:1px solid #000000;
	font-weight:bold;
	background: #333333 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#000000));
	background:-moz-linear-gradient( center top, #333333 45%, #000000 55% );
	background:-ms-linear-gradient( top, #333333 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000');
	-webkit-box-shadow: 0 1px 13px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fdea85), color-stop(100%, #fbdd0c) );
	background:-moz-linear-gradient( center top, #fdea85 45%, #fbdd0c 55% );
	background:-ms-linear-gradient( top, #fdea85 5%, #fbdd0c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdea85', endColorstr='#fbdd0c');
	background-color:#fdea85;
}
.input[type="submit"]:active {
	position:relative;
	top:1px;
}

/* This css button was generated by css-button-generator.com */
.formtext {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
.formtext2 {
	margin-top:5px;
	font-size:13px;
	line-height:1.8;
}
.focus {
	background:#acf3ff;
}
.wd33per {
	width:20%;
}
/*--ラジオボタン--*/
.selection input{
	width:5%;
}

/*--ラジオボタン--*/


.PageTopLink {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    margin: 0px 10px 5px;
    padding: 5px 5px 5px;
    width: 25%;
    float: right;
    text-align:center;
    display: block;
    clear:both;
}
.PageTopLink a {
    display: block;
}
.PageTopLink img {
    width: 80%;
}
/* SB */ 
#social{
	margin: 0px 5px 0 0;
	text-align:right;
}
.social a img {
	display:block;
}
ul#banner {
  margin: -10px 0 0 0;
  padding: 0;
  text-align:center;
}
ul#banner li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul#banner li a {
  margin: 0;
  padding: 0;
}
ul#banner li img {
  margin:5px 0px 5px 0px;
  border:0;
  text-align:center;
}
ul#banner li a img {
  margin:5px 0px 2px 0px;
  border:0;
  text-align:center;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	color: #500000;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 15px;
	background-color: #333333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #333333), color-stop(100%, #000000) );
	background:-moz-linear-gradient( center top, #333333 5%, #000000 100% );
	background:-ms-linear-gradient( top, #333333 5%, #000000 100% );
}
#footer{
	color: #FFFFFF;
	bottom:0;
	text-align:center;
	font-size:9px;
	margin:5px 0 0;
}
.footerend {
    text-align:left;
	color: #500000;
	font-size: 11px;
	margin: 0 0 0;
	padding: 15px;
	background-color: #5e1914;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5e1914), color-stop(100%, #5e1914) );
	background:-moz-linear-gradient( center top, #5e1914 5%, #5e1914 100% );
	background:-ms-linear-gradient( top, #5e1914 5%, #5e1914 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e1914', endColorstr='#5e1914');
}
.footerend p {
	font-size:9px;
	text-align:center;
}
.footerend img {
	margin: 0 3px;
}
.footerend small {
	font-style: normal;
	font-size:8px;
	text-align:center;
}
#backlink {
	margin-top: 20px;
	text-align: left;
}
#backlink a {
	margin: 0 0 5px 5px;
}
.hiro-left,
.hiro-right {
   overflow: hidden;
   height: auto;
}
.hiro-left img {
   float: left;
   margin: 0 5px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
.hiro-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}
.hiro-left p,
.hiro-right p {
   overflow: hidden;
   height: auto;
   color:#FFFFFF;
}
/*=================================
トップページ以外
=================================*/
/*#container h1 h2 {
	margin: 5px 0 10px;
}*/
