/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

/* 本文のタイトルに関すること */

/* 本文のタイトルに使う */
font.title {
	color: #000; 
	line-height: 28px; 
	font-size: 14px; 
	font-weight: bold;
	}

/* 本文のサブタイトルに使う */
font.subtitle {
	color: #000; 
	line-height: 28px; 
	font-size: 14px; 
	}

/* 本文の著者表示に使う */
p.auther {
	color: #000; 
	line-height: 14px; 
	font-size: 14px; 
	margin-bottom: 56px;
	}



/* 本文に関すること */


/* 本文のスタイル */
.main	{ 
	color: #000000; 
	font-size: 14px; 
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph
	font-family: "MS ゴシック","平成明朝",serif;
	}
	
.mainSmall {
	font-size: 12px; 
	line-height: 22px;
	text-align: left;
	text-justify: inter-ideograph
	font-family: "MS ゴシック","平成明朝",serif;
}
	

/* 本文中アンカーポイント後*/	
.main02	{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph
	font-family: "MS ゴシック","平成明朝",serif;
	font-weight: bolder;
	}

/* 本文のスタイル＿傍線や太字がある場合 */

p.main_u	{ 
	color: #000; 
	font-size: 14px; 
	line-height: 28px;
	}


/* 本文中の */
p.subheading	{
	color: #000; 
	line-height: 28px; 
	font-size: 14px; 
	font-weight: bold;
	}

.main3	{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-left: 56px;
	text-justify: inter-ideograph;
	font-family: "MS ゴシック","平成明朝",serif;
	text-align: center;
	}

p.jisage	{ 
	color: #000; 
	font-size: 14px; 
	line-height: 28px; 
	text-align: left; 
	float: right; 
	margin-left: 28px; 
	text-justify: inter-ideograph  
	}

p.list2	{ 
	color: #000; 
	font-size: 14px; 
	line-height: 25px; 
	text-align: left 
	}
	
font.main	{
	color: #000; 
	font-size: 14px; 
	line-height: 28px; 
	}

	
a	{
	text-decoration:none;
	color:#666666;
	margin-right: 20px;
	}

a:hover 

{

text-decoration: underline;

}

/* コピーラインツ*/
.copy {
	font-family: "MS ゴシック", "平成明朝", serif;
	font-size: 10px;
	color: #666666;
	text-align: center;	
}

.copyR {
	font-family: "MS ゴシック", "平成明朝", serif;
	font-size: 10px;
	color: #666666;
	text-align: right;	
}



/* 本文をbox　*/
div.pbox 	{ 
		
		width: 600px 
		
		}
		
div.pbox02 	{ 
		margin-left: 30px; 
		width: 600px 
		}
		
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: right;
	font-weight: bold;
}
