@charset "utf-8";
/* CSS Document */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6,strong {
font-style: normal;
font-weight: normal;
font-size: 1.0em;
}

table {
border-collapse:collapse;
width:100%;
margin-bottom:1em;
}


table,th,td,img {border:0;}

td{
	background-color:#fff;
	padding:6px;
}

img,input {
vertical-align:middle;
}

.rollover{
}

.clearfix {
zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

hr{
color:#ddd;
border:0;
height:1px;
background-color:#ddd;
margin:0 0 10px;
padding:0;
}

body {
color:#444;
font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Verdana, Geneva, Arial, sans-serif;
line-height:1.5;
background: #fff;
}

/* default */
body,input,textarea {
font-size: 12px !important; 
font-size: 78%; 
}
input,textarea {
font-size: 12px !important; 
padding:2px;
}

fieldset{
border:none;
}

hr.clear{
clear:both;
margin:0;
padding:0;
visibility: hidden;
}

a{
color:#2959a5;
outline:none;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

ol,ul{
margin-bottom:1em;
padding:12px 0 12px 22px;
}

.orange {
	color:#f15500;
}
