@charset "Shift_JIS";

/* ------------------
   全体
------------------ */

* {
	margin:0px;
	padding:0px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight:normal;
	font-style:normal;
}

img {
	border:none;
}

ul {
	list-style:none;
}

/* ----------------
	ボディ
---------------- */
body {
	font-size:80%;
	margin:0;
	padding:0;
	line-height:14pt;
}

a {	
	text-decoration:none; 
	color:#294F75; 
}
a:link {
	color:#294F75; 
}
a:hover {
	color:#294F75; 
}


input, select, textarea { 
	font-family: Verdana, Arial, sans-serif;
	color: #444; 	
}


/* ----------------
	クラス
---------------- */
.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.l1 {
	float:left;
	border:1px solid #ccc;
	margin:5px;
}

.l {
	float:left;
	margin:5px;
}

.r {
	float:right;
	margin:5px;
}

.red {
	color:#E20000;

}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.nolook {
	visibility:hidden;
}

.lp18 {
	padding:0 0 0 18px;
}

p.txt {
	text-align:left;
	padding:21px 0px 10px 25px;
	line-height:1.5em;
	width:640px;
}

p.pptxt {
	text-align:right;
	padding:21px 0px 10px 0px;
	line-height:1.5em;
	width:600px;
}




table.work2 {
	text-align:left;
	padding:10px 0px 10px 25px;
	line-height:2em;
	margin-left:15px;
}

