

body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
ol, ul {
	list-style: none;
}
body {
    /*yahoo UI:http://developer.yahoo.com/yui/fonts*/
    font:13px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    *font-size:small;
    *font:x-small;
    line-height: 1.5;
    background:#d94600 url(../img/bg.gif) top center no-repeat;
    text-align: center;
    color: #1e1e1e;
    min-height: 100%;
}
/*html:\66irst-child body {
	font-size:12px; safari only \
}*/
a {
    text-decoration:underline;
    outline:none;
}
a:link {
    text-decoration:underline;
    color:#018b01;
}
a:visited {
    text-decoration:underline;
    color:#018b01;
}
a:hover,a:active {
    text-decoration:none;
    color:#018b01;
}
a img,:link img,:visited img {
    border:none;
}

/* delate dot boader of link for New Mozilla \*/
a {
    overflow:hidden; 
}
img,fieldset,abbr,acronym {
    border:0;
}
table {
    font-size:inherit;
    font:100%;
    border-collapse:collapse;
    border-spacing:0;
}
/*ul,ol {
    list-style-type:none;
}*/
th,caption {
    text-align:left;
}
input,select,textarea{
    font-size:12px;
	padding:2px;
	margin:0 3px;
}
select option {
    padding : 0 0.5em;
}
form label{
    cursor : pointer;
}

pre,code,kbd,samp,tt {
    font-family:monospace;
    *font-size:108%;
    line-height:100%;
}
q:before,q:after {
    content:'';
}
hr {
    border:0;
    height:1px;
    background-color:#000000;
    color:#000000;
}
address {
    font-style:normal;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}
/*almost default*/
.iLeft {
    float:left;
}
.iRight {
    float:right;
}
.fObject {
    width:auto;
    height:auto;
    line-height:0;
}
/*<div class="cboth"><hr /></div>*/
.cboth {
    clear:both;
    height:0;}
*html .cboth {
    height:.1em;
    overflow:hidden;
    margin-top:-.1em;
}
.cboth hr {
    visibility:hidden;
    border:0;
}
/*float clear*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display:block;
}

.mb_10{
	margin-bottom:10px;
}

.mb_5{
	margin-bottom:5px;
}

.alt{
	color:#FF3300;
}

.bold{
	font-weight:bold;
}

.line_01{
	background:url(../img/line.gif) repeat-x bottom;
	height:1px;
	width:100%;
	padding:5px 0;
	margin-bottom:5px;
}

.odd{
	float:left;
}

.even{
	float:right;
}