﻿@charset "utf-8";

/*リセット|基本設定
---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
fieldset, img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
input, button, textarea, select, optgroup, option {
	font-size:100%;
}

/*リンク
---------------------------------------*/
a:link    { color:#1D66B8; text-decoration:underline;}
a:visited { color:#1D66B8; text-decoration:underline;}
a:hover   { color:#1D66B8; text-decoration:underline;}
a:active  { color:#1D66B8; text-decoration:underline;}

/*追加必須
---------------------------------------*/

em {
	color:#000;
}
strong {
	font-weight:bold;
	color:#000;
}

/*hr不可視*/
hr {display:none;}

/*画像下揃え*/
img {vertical-align:bottom;}

/*clear*/
.clr {clear:both;}

/* clearfix */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .cf             { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */

@media print {


}
