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

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}

html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}


body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	margin:0 auto;
	background-color:#FFF;
	border-top:1px solid #E60012;

}

html {
	overflow-y:scroll;
}

/* IE 6 or less */
*html body {
	font-size: 80%;
	line-height: 200%;
}
/* IE 7 or more */
*:first-child+html body {
	font-size: 80%;
	line-height: 200%;
}
/* IE 8 */
html>/**/body {
 font-size /*\**/: 80%\9;
}


a,a:link {
	color: #1B6CB4;
	text-decoration: underline;
}

a:visited {
	color: #1B6CB4;
	text-decoration: none;
}

a:hover {
	color: #1B6CB4;
	text-decoration: none;
}

a:active {
	color: #1B6CB4;
	text-decoration: none;
}


.lighter{
    background: url('../03_files/images/lighter_grey.jpg');
	float:right;
}
.lighter input[type=text]{
    border:1px solid #fff;
    background-color:#EEEEEE;
}

form{
    margin:0 auto;
	
}
.search {
    padding:6px 15px 6px 30px;
    margin:3px;
    background: url('../img/search.gif') no-repeat 8px 6px;
}

.rounded {
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

input[type=text]{
    color:#333;
}

.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}



.u_link_buttons a{
	display:inline-block;
	box-sizing:border-box;
	padding:8px;
	color:#fff !important;
	font-size:18px;
	min-width:300px;
	text-decoration:none;
	border-radius:3px;
	margin:6px;
	background: #959595; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}

.u_link_buttons a:hover{
	background: #ad0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad0000 0%, #4f0000 46%, #350000 50%, #490000 53%, #660000 76%, #560000 87%, #3f0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ad0000 0%,#4f0000 46%,#350000 50%,#490000 53%,#660000 76%,#560000 87%,#3f0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ad0000 0%,#4f0000 46%,#350000 50%,#490000 53%,#660000 76%,#560000 87%,#3f0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0000', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 1000px) {
.u_link_buttons a{
	display:block;
}
}