@charset "Shift_JIS";


/*--------
  初期化
----------*/

body,h1,h2,h3,h4,h5,h6,p,em,strong,address,form,ul,ol,li,div,img,object{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	border: none;
}

h1,h2,h3,h4,h5,h6{ 
	line-height: 0;
}

th{
	text-align: left;
	font-weight: normal;
}

ul,ol{
	list-style-type: none;
}

strong{
	font-weight: bold;
}



/* ページ全体 :背景画像：コンテンツ用*/
body{
	color: #444444;
	padding: 0px;
	margin: 0px;
	background-image: url(../misc/bg.gif);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック", sans-serif; 
}


/* リンク設定(全体) */

a:link { 
	color: #FF0000;
	text-decoration: underline;
}
a:active { 
	color: #FF0000;
	text-decoration: none;
}
a:visited { 
	color: #FF6666;
	text-decoration: underline;
}
a:hover { 
	color: #FF3333;
	text-decoration: none;
}


/* 共通スタイル */
.center{
	text-align: center;
}

.strong{
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.attention{
	color: #FF0022;
}

.img{
	border: 0;
}


/* ページ全体 :余白設定*/

.textlist1 { text-indent:-0.5em; margin-left:0.5em; }
.textlist2 { text-indent:-1em; margin-left:1em; }
.textlist3 { text-indent:-1.5em; margin-left:1.5em; }
.textlist4 { text-indent:-2em; margin-left:2em; }
.textlist5 { text-indent:-2.5em; margin-left:2.5em; }
.textlist6 { text-indent:-3em; margin-left:3em; }
.textlist7 { text-indent:-3.5em; margin-left:3.5em; }
.textlist8 { text-indent:-4em; margin-left:4em; }
.textlist9 { text-indent:-4.5em; margin-left:4.5em; }
.textlist10 { text-indent:-5em; margin-left:5em; }


