@charset "Shift_JIS";
/* サイト全体の基本設定 */

a:link {
	color: #00a1e9;
	text-decoration: underline;
}
a:visited {	
	color: #00a1e9;
	text-decoration: underline;
}
a:hover {
	color: #00a1e9;
	text-decoration: underline;
}
a:active {
	color: #00a1e9;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

div, h1, h2, h3, h4, h5, h6, p, table, form, select {
	margin: 0;
	padding: 0;
}

body, div, h1, h2, h3, h4, h5, h6, p, th, td, optgroup, option, form, li, dt, dd {
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック' ,'osaka' , sans-serif; 
	line-height: 140%;
/*	color: #454545;*/
	color: #000000;
}

table {
	border: none;
}

td {
	padding: 0px;
}

.txt-16 { font-size: 16px; line-height: 110%; }
.txt-14 { font-size: 14px; line-height: 110%; }
.txt-10 { font-size: 10px; line-height: 110%; }

/* float 時の line-height は、100% 絶対不可！最低でも106%、例え1行でもに文字上部が欠ける (IE6) */
/* a, span, acronym, dfn, input ：ここには含めないで、個別に*/

em, strong, h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
}
/*
ul, ol {
	margin: 0;
	padding: 0;}
*/
ul li,ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

