/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#000000;
	background: url(../images/common/bg_img.gif) repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:150%;
}


h1,h2,h3,h4,h5,h6,p,form,dt,dl,dd,ul,li {
	margin:0;
	padding:0;
}

a img {
	border:none;
}



/*link
------------------------*/
a:link {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

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


/*clearfix
------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clear {
	clear: both;
}

/*margin
---------------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}

.margin_r20 {
	margin-right:20px;
}


.align_center{
	text-align: center;
}
.align_right {
	text-align: right;
}

/*size
------------------------*/

.size075 {
	font-size: 0.75em;
}

.red {
	color: #FF0000;
}


/*float
------------------------*/

.float_l {
	float: left;
}

.float_r {
	float: right;
}


/*wrap
------------------------*/

#bgframe {
	border-top: 3px solid #002B71;
}


#pankuzu {
	margin-bottom: 10px;
}

/*flash
------------------------*/

#flash {
	width: 980px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px solid #9B9B9B;
}

/*main_content
------------------------*/

#main_content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#content {
	width: 780px;
	float: right;
}
.pankuzu {
	background: url(../images/com/bg_pankuzu_img.gif) repeat-x;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

