@charset "Shift_JIS";
/*
	Site Name: 容器包装リデュース策検討プロジェクト
	Version: 2.0
	Author: PrintX Fuku
	Data:08/12/25
*/

/* parts css */
@import "layout.css";/* layout style */
@import "page.css";/* top&2nd base 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, form, blockquote{
margin: 0px;
padding: 0;/* margin&padding reset */
text-align: left;
display: block;
}
table {margin : 0;empty-cells: show; }
.areaAnchor,.anchor { display : none; }
img {
border: none;/* img do not want a border */
vertical-align: bottom;
}

/* main */

body{
background:#FFF url(../images/bg.gif) repeat-x 0 0 ;
margin:0;
padding:0;
font-size:12px;
line-height:130%;
color:#333;
text-align:center;
}

/* 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;
}

/* font */
.font_normal{
font-weight:normal;
}
.font1{
font-size:12px;
}
.font2{
font-size:14px;
}

/* parts */
.border_u{
text-decoration:underline;
}
.floatr{
float:right;
}
.floatl{
float:left;
}
.clear_b{
clear:both;
}
.textr{
text-align:right;
}
.textl{
text-align:left;
}
.textc{
text-align:center;
}

/*clearFix */
.clearfix::after {
content		: " ";
display		: block;
visibility	: hidden;
clear		: both;
height		: 0.1px;
font-size	: 0.1em;
line-height	: 0;
}

/* for IE7 */
*:first-child+html .clearfix  {
min-height: 1%;
/*zoom	: 1;*/
}

/* for Mac IE */
* html .clearfix {
display	: inline-table;
}

/* no Mac IE \*/
* html .clearfix {
height	: 1%;
}
.clearfix {
display	: block;
}
/* */

