s@charset "UTF-8";
/* CSS Document */


/*
==========================================================
共通default設定
==========================================================
*/

/*全ての要素で背景画像のリピート無、　表示位置0,0に*/
* {	
background-repeat: no-repeat;	
background-position: 0px 0px;
}


/*マージンリセット*/
body, div {
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/*フォントスタイルのリセット*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,em{
font-weight: normal;
}

strong,b{
font-weight: bold;
}

/*イメージとリンクイメージのボーダー非表示*/
img,a img {
	border-width: 0px;
	border-style: none;
}

/*回り込み解除クリア*/
.clear {
clear: both;
}

/*回り込み解除クリア(モダンブラウザ対応版)*/
.clearfix{
zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
line-height:0; 
visibility:hidden;
}

/*非表示にする*/
.hd {
display: none;
}

/*画面外に表示する*/
.blow {	
text-indent: -9999px;
}

/*firefoxがtext-indent: -9999px;したaを-9999pxまで囲んでしまうのでその回避*/
a {
	overflow:hidden;
	text-decoration: none;
	color: #333;
}

/*赤字を多様するときに便利*/
.attention {	
color: #FF0000;
}

/*リスト表示なし*/
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
dl,dd,dt {
	margin: 0px;
	padding: 0px;
}

/*強制改ページ*/
.pb {
	page-break-before: always;
	height: 0px;
}
p {
	font-size: 0.8em;
	line-height: 180%;
	padding:0;
	margin: 0;
	text-align: justify;
}

