<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* css reset*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
caption {
/*	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	line-height:1em;
	vertical-align:baseline;
	background: transparent;
	text-align:left;
	font-weight:normal;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", Sans-serif;*/
	/*font-family:"ＭＳ ゴシック", "Osaka－等幅", serif;*/
	font-size: 13px;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/*削除*/
/*
table, tbody, tfoot, thead, tr, th, td, center,strong, dl, dt, dd, ol, ul, li, b, u, i, p, div, s, 
*/


input,select,textarea {
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", Sans-serif;*/
	/*font-family:"ＭＳ ゴシック", "Osaka－等幅", serif;*/
	font-size: 13px;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/*
ol, ul {
	list-style: none;
}
*/

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 13px font-size fs[px]*/
/* http://developer.yahoo.com/yui/fonts/  
.fs10 {font-size:77%;}
.fs11 {font-size:85%;}
.fs12 {font-size:93%;}
.fs13 {font-size:100%;}
.fs14 {font-size:108%;}
.fs15 {font-size:116%;}
.fs16 {font-size:123.1%;}
.fs17 {font-size:131%;}
.fs18 {font-size:138.5%;}
.fs19 {font-size:146.5%;}
.fs20 {font-size:153.9%;}
.fs21 {font-size:161.6%;}
.fs22 {font-size:167%;}
.fs23 {font-size:174%;}
.fs24 {font-size:182%;}
.fs25 {font-size:189%;}
.fs26 {font-size:197%;}*/

/*width
.w30 {width:30px;}
.w50 {width:50px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w120 {width:120px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w600 {width:600px;}
.w700 {width:700px;}*/

/*margin_bottom*/

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb100 {margin-bottom:100px;}
.mb150 {margin-bottom:150px;}
.mb200 {margin-bottom:200px;}

/* omajinai */
html,body{ height:100%; }
em {font-style:italic; }

/*cursor*/
.c_pointer {cursor:pointer;}
.c_pointer:hover {cursor:pointer; text-decoration:underline;}
.c_help {cursor:help;}
.c_wait {cursor:wait;}

/* IME */
.ime_on {ime-mode:active;}
.ime_off {ime-moed:inactive;}
.ime_non {ime-mode:disabled;}

/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#bu{
	-webkit-appearance: none;
	-moz-appearance:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#A77A37;
	background: -webkit-gradient(linear, left top, left bottom, from(#B39326),
color-stop(0.1,#B39326),to(#A77A37));
	background: -moz-linear-gradient(top, #B39326,#B39326 3%, #A77A37);
	margin:0.1em;
	color: #FFF;
letter-spacing:0.3em;
}



#bu2{
	-webkit-appearance: none;
	-moz-appearance:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#023C96;
	background: -webkit-gradient(linear, left top, left bottom, from(#023C96),
color-stop(0.1,#055AAC),to(#023C96));
	background: -moz-linear-gradient(top, #055AAC,#055AAC 3%, #023C96);
	margin:0.1em;
	color: #FFF;
letter-spacing:0.3em;
}
</pre></body></html>