* {
	margin: 0;
	padding: 0;

}

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, font, figure, figcaption, 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, button, label, legend, table, caption, tbody, tfoot, thead,  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
}
a:visited {
	color: #0066CC;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.2;
}


ol , ul {
	margin: auto auto auto auto;
	list-style: none outside none;
}


ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;

}

li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
}

img {
		margin: 0px;
		padding: 0px;
		 border: medium none;

}
a:hover img {
}
p {
		margin: 0px;
		padding: 0px;
}

address {
		margin: 0px;
		padding: 0px;
}

blockquote {
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
}

em {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.boxSizing {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.zero {
	padding: 0px;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.new {
	background: none repeat scroll 0 0 #fe0058;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


.small {
	font-size: 15px;
	padding-left: 5px;
}

.bold {
	font-weight: bold;
}

tr, th, td{
	margin: 0px;
	padding: 0px;
}
.strong_text{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.center_text {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.center {
	text-align: center;
}

.finding {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_radius8{	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}
.border_radius4{	
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}	
.border_none{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white{
	color: #FFF;
}
.white a:link{
	color: #FFF;transition: 0.5s;
}
.white a:visited{
	color: #FFF;
}
.darkgray{
	color: #333;
}
.darkgray a:link{
	color: #333;transition: 0.5s;
}

.darkgray a:visited{
	color: #333;
}
.darkgray a:hover{
	color: #666;
}
.gray{
	color: #999;
}
.gray a:link{
	color: #999;transition: 0.5s;
}
.gray a:visited{
	color: #999;
}

.black{
	color: #000;
}
.black a:link{
	color: #000;transition: 0.5s;
}
.black a:visited{
	color: #000;
}
.table_center{
    display:table;
}
.table_center > *{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.border_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.red {
	color: #C00;
}
.relative{
position: relative;}

.strong
{
	font-weight: bold;
}
.line_h{line-height: 1.3em;}
