@charset "UTF-8";
/* CSS Document */

* {margin: 0;padding: 0;font-style: normal;font-weight: normal;font-size: 100%; color:#333333;}

body {
	font:13px/1.231 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
*font-size:small; *font:x-small; 		text-align: center;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {margin: 0;padding: 0;border: none;font-style: normal;font-weight: normal;font-size: 100%;}
address {padding:10px 0 5px 0;font-style:normal;color:#333;font-size:85%;}
img {border:0;}

hr {display:none;}

a,
a:link,
a:visited {color: #1d3994;text-decoration:none;}
a:hover {color: #1d3994;text-decoration:underline;}
a:active {color: #941d55;}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---clearfix--- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hidea from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}

/* =================================================================================
全ブラウザ・OSのフォントサイズを統一指定

line-height＝1.231
　
10px=77%
11px=85%
12px=93%
13px=100%
14px=108%
15px=116%
16px=123.1%
17px=131%
18px=138.5%
19px=146.5%
20px=153.9%
21px=161.6%
22px=167%
23px=174%
24px=182%
25px=189%
26px=197%

==================================================================================== */
