/*--------------------全体--------------------*/

#all * {
	margin:0;
	padding:0;
	border: 0;
}
#all{
	width: 750px;
	font-size: 16px;
}
#all img {
	vertical-align: bottom;
	border: 0;
}

/*-------------テキスト関係------------*/

#all p {
	color: #2b2b2b;
	text-indent: 0em;
	text-align: justify;
	font: 75%/1.5em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
#all dd {
	color: #2b2b2b;
	text-indent: 0em;
	font: 75%/1.3em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
#all td {
	color: #2b2b2b;
	text-indent: 0em;
	font: 70%/1.3em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
#all font {
	line-height: 1.3em;
	text-indent: 0em;
	font-size: 13px;
}


/*-------------全ページ共通------------*/
#all .table {
	display: table;
}
#all .leftbox {
	display: table-cell;
	vertical-align: top;
	padding-top: 0;
}
#all .boxleft {
	float: left;
}
#all .boxright {
	float: right;
}

/*--- IE用 ---*/
/* IE 6 */
* html #all .leftbox{
	display:inline;
	zoom:1;
}
/* IE 7 */
*:first-child+html #all .leftbox{
	display:inline;
	zoom:1;
}
/*--- IE用 ---*/
#all .fleft {
	float: left;
}
#all .fright {
	float: right;
}
/*--- img余白とるclass ---*/
#all .bgimgtop {
	vertical-align: bottom !important;
}
#all .bgimgbottom {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 230;
}
/*--- //img余白とるclass ---*/


#all #main{
	background: url(img/base.jpg) repeat-y;
}
#all #mainbox{
	position: relative;
}

#all .bg {
	background: url(img/bg.jpg) repeat-y;
}
#all .bgbtm{
	background: url(img/bgbtm.jpg) no-repeat;
	height: 20px;
	margin-top: 5px;
}

#all .blacktop{
	background: url(img/blacktop.png) no-repeat;
	height: 15px;
}
#all .blackbg {
	background: url(img/blackbg.png) repeat-y;
}
#all .blackbtm{
	background: url(img/blackbtm.png) no-repeat;
	height: 15px;
}

#all .greentop{
	background: url(img/greentop.png) no-repeat;
	height: 15px;
}
#all .greenbg {
	background: url(img/greenbg.png) repeat-y;
}
#all .greenbtm{
	background: url(img/greenbtm.png) no-repeat;
	height: 15px;
}

#all .whitetop{
	background: url(img/whitetop.png) no-repeat;
	height: 21px;
}
#all .whitebg {
	background: url(img/whitebg.png) repeat-y;
}
#all .whitebtm{
	background: url(img/whitebtm.png) no-repeat;
	height: 20px;
}

#all .orangetop{
	background: url(img/orangetop.png) no-repeat;
	height: 12px;
}
#all .orangebg {
	background: url(img/orangebg.png) repeat-y;
}
#all .orangebtm{
	background: url(img/orangebtm.png) no-repeat;
	height: 12px;
}

#all .b80top{
	background: url(img/80top.png) no-repeat;
	height: 50px;
}
#all .b80bg {
	background: url(img/80bg.png) repeat-y;
}
#all .b80btm{
	background: url(img/80btm.png) no-repeat;
	height: 15px;
}

#all .g90top{
	background: url(img/90top.png) no-repeat;
	height: 50px;
}
#all .g90bg {
	background: url(img/90bg.png) repeat-y;
}
#all .g90btm{
	background: url(img/90btm.png) no-repeat;
	height: 15px;
}

#all .soutop{
	background: url(img/soutop.png) no-repeat;
	height: 40px;
}
#all .soubg {
	background: url(img/soubg.png) repeat-y;
}
#all .soubtm{
	background: url(img/soubtm.png) no-repeat;
	height: 15px;
}

/*------------全体ここまで------------*/


/*----- ここから編集 -----*/

/*----- ボーダー -----*/

#all .bord_b_oren{ 
	border-bottom: 1px solid #ed6d00;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#all .bord_b02{ 
	border-bottom: 2px solid #555555;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#all .bord_b_blue{ 
	border-bottom: 1px solid #009de1;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#all .bord_b_pink{ 
	border-bottom: 1px solid #e4007f;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#all .bord_b_gre{ 
	border-bottom: 1px solid #8ec31f;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


/*-----  margin -----*/

#all .ma0_5{
	margin: 0 5px;
}
#all .ma5_10_0{
	margin: 5px 10px 0;
}
#all .ma5_0_10{
	margin: 5px 0 10px;
}

/*-----  padding -----*/

#all .pa {
	padding: 5px 15px 10px 15px;
}
#all .pa02 {
	padding: 0 0 10px 0;
}
#all .pa0_10 {
	padding: 0 10px;
}
#all .pa0_20 {
	padding: 0 20px;
}
#all .pa5_20 {
	padding: 5px 20px;
}
#all .pa5_0 {
	padding: 5px 0;
}

/*-----  background -----*/

#all .bg-oran2{
	background-color: #fce5ce !important;
	border: 1px solid #ed6d00;
}
#all .bg-pink{
	background-color: #fadce9 !important;
	border: 1px solid #e4007f;
}
#all .bg-gre{
	background-color: #ebf3d9 !important;
	border: 1px solid #8ec31f;
}
#all .bg-blue{
	background-color: #d8ecfa !important;
	border: 1px solid #009de1;
}

/*--- 1文字目大きく green ---*/

#all .Sent_oran p:first-letter {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0.1em 0 0;
	padding: 0.2em 0.1em 0.2em 0.1em;
	color: #ed6d00;
	background-color: #000000;
}
#all .Sent_pink p:first-letter {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0.1em 0 0;
	padding: 0.2em 0.1em 0.2em 0.1em;
	color: #e4007f;
	background-color: #000000;
}
#all .Sent_gre p:first-letter {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0.1em 0 0;
	padding: 0.2em 0.1em 0.2em 0.1em;
	color: #8ec31f;
	background-color: #000000;
}
#all .Sent_blue p:first-letter {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0.1em 0 0;
	padding: 0.2em 0.1em 0.2em 0.1em;
	color: #009de1;
	background-color: #000000;
}

/*--- 1文字目大きく 2文字の場合
#all .Sent02 p:first-letter {
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	color: #90c320;
	background-color: #000000;
}
 ---*/
/*------ テキスト ------*/

#all .textstyle{
	font: 110%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
}
#all .textstyle_b{
	font: bold 110%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
}
#all .textstyle_b_w{
	font: bold 110%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
}

#all .oran_textstyle120{
	font: bold 120%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #ed6d00 !important;
}
#all .oran_textstyle90{
	font: bold 90%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #ed6d00 !important;
}
#all .pink_textstyle120{
	font: bold 120%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #e4007f !important;
}
#all .pink_textstyle90{
	font: bold 90%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #e4007f !important;
}


#all .w_textstyle{
	font: bold 110%/1.2em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
}

#all .basetext{
	font: 70%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
}
#all .basetext_w{
	font: 70%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
}
#all .basetext_b{
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
}

/*------  共通ここまで ------*/

/*------ index.html ------*/

#all .maintop{
	background: url(img/top.jpg) no-repeat;
	height: 980px;
	position: relative;
}
#all .toptext01 {
    color: #FFFFFF;
    font: bold 80%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
    left: 40px;
    position: absolute;
    text-align: center;
    top: 210px;
    width: 700px;
}
#all .toptext02 {
    color: #FFFFFF;
    font: 60%/1em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
    left: 260px;
    position: absolute;
    top: 270px;
    width: 300px;
}

#all .toptext03 {
    position: absolute;
    top: 700px;
    left: 30px;
    width: 700px;
}
#all .toptext03 dt {
    color: #FFFFFF;
    font: bold 110%/1em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
    text-align: center;
}
#all .toptext03 dd {
    color: #FFFFFF;
    font: 75%/1.5em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
    left: 40px;
}

/*------ index.html ------*/

/*------ 01.html ------*/

#all .top01{
	background: url(img/top01.png) no-repeat;
	height: 140px;
}
#all .top01_2{
	background: url(img/top01_2.png) no-repeat;
	height: 70px;
	margin-top: 10px;
}

#all .posi_tit01_1{
	position: absolute;
	top: -5px;
	left: 350px;
}
#all .MT-09_pri{
	position: absolute;
	top: 90px;
	left: 10px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
	width: 150px;
}
#all .Z1000_pri{
	position: absolute;
	top: 170px;
	left: 5px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
	width: 150px;
}
#all .S1000R_pri{
	position: absolute;
	top: 180px;
	left: 10px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
	width: 150px;
}


/*------ 02.html ------*/

#all .top02{
	background: url(img/top02.png) no-repeat;
	height: 140px;
}
#all .top02_2{
	background: url(img/top02_2.png) no-repeat;
	height: 70px;
	margin-top: 10px;
}

#all .CB650F_pri{
	position: absolute;
	top: 110px;
	left: 235px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
	width: 150px;
}
#all .GSR750_pri{
	position: absolute;
	top: 10px;
	left: 15px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
	width: 200px;
}
#all .MT-07_pri{
	position: absolute;
	top: 10px;
	left: 15px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
	width: 150px;
}


/*------ 03.html ------*/

#all .top03{
	background: url(img/top03.png) no-repeat;
	height: 140px;
}
#all .top03_2{
	background: url(img/top03_2.png) no-repeat;
	height: 70px;
	margin-top: 10px;
}

#all .posi_tit03_1{
	position: absolute;
	top: 150px;
	right: 20px;
}

#all .CB400F_pri{
	position: absolute;
	top: 65px;
	left: 300px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #000000 !important;
	width: 150px;
}

/*------ 04.html ------*/

#all .top04{
	background: url(img/top04.png) no-repeat;
	height: 140px;
}
#all .top04_2{
	background: url(img/top04_2.png) no-repeat;
	height: 70px;
	margin-top: 10px;
}

#all .posi_tit04_1{
	position: absolute;
	top: 10px;
	right: 5px;
}

#all .GSR250_pri{
	position: absolute;
	top: 90px;
	left: 10px;
	font: bold 65%/1.3em "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif !important;
	color: #FFFFFF !important;
	width: 170px;
}

/*----- ここまで編集 -----*/

/*--------------------検索--------------------*/

.kensaku {
    background-color: #FFFFFF;
    border: 5px double #000000 !important;
    font-size: 11px !important;
    padding: 5px !important;
    text-align: center;
}

/*--------------------検索ここまで--------------------*/


/*------------------------------- clearfix[float解除]----------------------------*/
/*clearfix*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	} 
	
.clearfix {
	display: inline-block;
	}

div#Other .clearfix {
	display: inline-block;
	height: 140px;
	}
	
	
 /* Hides from IE-mac \*/ 
 * html .clearfix {
 	height: 1%;
 	}
 .clearfix {
 	display: block;
 	}
  /* End hide from IE-mac */

.clearfix:after {
content:".";
display:block;
height:0.1px;
clear:both;
visibility:hidden;
overflow:hidden;
}


.clearfix {
  min-height: 1px;
  zoom:1;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------- clearfix[float解除] ここまで----------------------------*/

/*footer*/

#footer_body {
	font-size: 12px;
	width: 98%;
	float: left;
	margin: 30px 8px 350px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	position: relative;
}


#footer_body .footer_left {
	float: left;
	font: normal "ＭＳ Ｐゴシック";
	letter-spacing: 0.05em;
	position: absolute;
	top: 6em;
	left: 15px;
}
#footer_body .footer_center {
	float: left;
	position: absolute;
	top: 20px;
	left: 30%;
	width: 330px !important;
}
#footer_body .footer_right {
	float: right;
	letter-spacing: 0.05em;
	position: absolute;
	top: 6em;
	right: 5px;
}
#footer_body ul {
	list-style: none;
}
#footer_body .page {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	margin-top: 8px;
	color: #333333;
}
#footer_body .page_2 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_3 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_4 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_5 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_6 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .page_7 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .page_8 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .page_9 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .on {
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	margin: 7px 0 0 13px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .off {
	border-left: 5px solid #555555;
	padding-left: 5px;
	margin: 7px 0 0 13px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .on2 {
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	margin: 7px 0 0 5px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .off2 {
	border-left: 5px solid #555555;
	padding-left: 5px;
	margin: 7px 0 0 5px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .top {

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: none;
	text-align: center;
	margin-top: 20px;
}