@charset "UTF-8";

/*
	Site Name: JUPITOR
	Description: base template style
	Version:1.0
	Data:09/03/12 
	Author: Printx Fuku
*/

/* Set Base Style-------------------------- */
@import "layout.css";/* layout style */
@import "page.css";/* top&2nd page style */
/*

/* reset */
*{
margin:0;
padding:0;
border:none;
}
/* general params*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, blockquote{
margin: 0px;
padding: 0;/* margin&padding reset */
text-align: left;
}
.areaAnchor,.anchor { display : none; }
img {
border: none;/* img do not want a border */
}

/* link set */
a:link{
color:#0099FF; 
text-decoration:none;
 }
a:hover{
color:#0099FF; 
text-decoration:underline;
}
a:active {
color:#0099FF; 
text-decoration:none;
}
a:visited{
color:#0099FF; 
text-decoration:none;
}

/*
 CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* parts */
hr{
margin:5px 0;
padding:0;
border-top:1px solid #ccc;
}

input,
textarea,
select{
margin:0;
padding:3px;
border:1px solid #ccc;
}
/* clear */
.clear_b{
clear:both;
}
.clear_r{
clear:right;
}
.clear_l{
clear:left;
}

/* float */
.float_l{
float:left;
}
.float_r{
float:right;
}
.text_c{
text-align:center;
}
/* other */
.text_r{
text-align:right;
}
.text_b{
font-weight:bold;
}
.font1{
font-size:1.2em;
}
.font2{
color:red;
}