@charset "utf-8";
/* CSS Document */

/***************フロートを解除する*******/
.clear {
	overflow: hidden;
}
.clear :after{
	/*content: "";firefox3.5でimg要素に隙間ができるためマークアウト*/
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}

/*\*/
* html .clear {
    height: 1em;
    overflow: visible;
}
.absolute {
	position: absolute;
}

/**/

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.relatve {
	position: relative;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.in_center {
	text-align: center;
}
.mright{
	margin-right: 30px;
	margin-left: 10px;
}
.img {
	padding: 5px;
	border: 1px solid #666;
}

img{
	vertical-align:bottom;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	/**font-size:small;
	*font:x-small;
	font-size:inherit;
	font:100%;*/
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
/*html{
    overflow-y: scroll;
}*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	display: inline;
}
ol, ul{
	list-style:none;
}
fieldset, img{
     border:0;
}

a{ text-decoration:none; border:none 0px; }

table{
    border-collapse:collapse;
	font-size:inherit;
    font:100%;
}


caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

li a{
	border:none;
	text-decoration: none;
}

/* wordPress画像投入時指定クラス */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*カーソルをポインタに変える*/
.pointer{
	cursor:pointer;
}

img {
	-ms-interpolation-mode: bicubic;
}
