@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 {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
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: #174C9D;}
a:visited { color: #666;}
a:hover   { color: #F60; text-decoration:underline}
a:active  { color: #F60; text-decoration:underline}

/*追加設定
---------------------------------------*/

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

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

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

/*input,select中心揃え*/
input, select {vertical-align: middle;}

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

/* フォーム関連 */
/*input,selectをテキストベースラインと揃える*/
input, select {
	vertical-align: middle;
}

/*チェックボックス・ラジオボタン直後のテキストとの隙間*/
input[type="text"],
input[type="checkbox"],
input[type="radio"] {
	margin-right:0.25em;
	*margin-right:0;
}

/*ラベルはポインタカーソル*/
label{cursor:pointer;}


@media print {
}

