@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
    vertical-align:baseline;
    background:transparent;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: normal;
}

div, article, aside, canvas,details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clearfix:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.txt_img {
	text-indent: -9999px;
	overflow: hidden;
}

/*---- 汎用クラス --------------------------------------*/
table {
	border-collapse: collapse;	
}
table tr td {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.border_R {
	border-right: solid 1px #666666;
}
.border_B {
	border-bottom: solid 1px #999999;
}
.pB_5 {
	padding-bottom: 5px;
}
.pB_10 {
	padding-bottom: 10px;
}
.pB_15 {
	padding-bottom: 15px;
}
.pB_20 {
	padding-bottom: 20px;
}
.pB_25 {
	padding-bottom: 25px;
}
.mB_5 {
	margin-bottom: 5px;
}
.mB_10 {
	margin-bottom: 10px;
}
.mB_15 {
	margin-bottom: 15px;
}
.mB_20 {
	margin-bottom: 20px;
}
.mB_25 {
	margin-bottom: 25px;
}
.mB_30 {
	margin-bottom: 30px;
}
/*---- 汎用クラスEND --------------------------------------*/
