body {
	text-align: left;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	word-break:break-all;
	color: #191919;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* ブラウザによるレンダリングの差を解消したリスト */
ul, ol{
	margin:auto -3em 1em 0;
	padding:0;
	position:relative;
	left:-3em;
	overflow:hidden;
}

li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul{
	margin-left:1em;
	padding-left:0;
}

ul li, ol li{
	margin-left:5em;
}

li li{
	margin-left:1em;
}
/* ブラウザによるレンダリングの差を解消したリスト ここまで */

th, td {
	padding: 2px;
	vertical-align: top;
}

:link,:visited {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}

/* clearfix ここから */
/* Dreamweaver レイアウト崩れ対策 */
.clearfix {
	overflow:hidden;
}

/* for modern browser */
.clearfix {
  display: inline-block;
}

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

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

.font-s {
	font-size: 10px;
	line-height: 1.3em;
}
.font-l {
	font-size: 14px;
	line-height: 1.6em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.strong {
	font-weight: bold;
	font-size: 120%;
}

a {
	color: #003399;
}

a:link {
}

a:visited {
}

a:hover {
	color: #3399CC;
}

h1 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 13px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

table {
	text-align: left;
}

table * {
	font-size: 12px;
}
