@charset "UTF-8";
@import "fonts.css";


/*------ 各要素をリセット -----*/

* {
	margin: 0;
	padding: 0;
	}

html {
	margin: 0;
	padding: 0;
	}


/*----- 各要素を再定義 -----*/

body {
	background:#fff;
	color: #333322;
	text-align: center;
	}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1.0;
	}

fieldset, img { border:0; } 

strong { font-weight: bold; }

em { font-style: italic; }

p {margin: .5em 0; }
p.center_box img{
  display: block;
	margin: 0 auto 20px auto;
	padding:0 5px 0 5px;
	float: left;
}

fieldset, table { margin-bottom: 1em; }

blockquote, ul, ol, dl { margin: 1em; }

ol, ul, dl { margin-left: 2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left: 1em; }

table { 
	border-collapse:collapse; 
	border-spacing:0; 
	} 

th,td {
	border: 1px solid #000;
	padding: .5em;
	}

th {
	font-weight: bold;
	text-align: center;
	}

caption {
	margin-bottom: .5em;
	text-align: center;
	}

abbr { cursor: help; }

dfn { font-style: normal; }

address {
	font-style: normal;
	line-height: 1.0;
	}


/*----- floatをclearするための汎用クラス定義 -----*/

.clear { clear: both; }

.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 */

