BODY { font-family:"MS UI Gothic", "Osaka"} 
.title		{ font-size:17px; font-weight:bold}
.txt		{ line-height: 130%}

.large 	{ font-size:17px}
.middle		{ font-size:15px}
.small		{ font-size:13px}


/* 文章内強調文字の設定 */
.str_rd {  color: #FF3333; }
.str_bl {  color: #003399; }
.str_gr {  color: #006600}

/* テキストリンク用の設定 */
A:link	{ color:#000000; text-decoration: none}
A:visited	{ text-decoration:none; color:#666666;}
A:active	{ text-decoration:underline; color:6699ff;}
A:hover	{ text-decoration:underline; color:#003399;}

/* コンテンツ別強調文字の設定 */
.col_lb { color: #0066cc}
.col_gr { color: #339933}
.col_pu { color: #993399}
.col_pk { color: #cc3366}
.col_yl { color: #cc9900}
.col_or { color: #ff6600}
.col_eg { color: #009999}


/* メインコンテンツ内のテキストリンク　下線付き */

.main a:link	{ text-decoration:underline; color:#003399}
.main a:visited	{ text-decoration:underline; color:#6699ff}
.main a:active	{ text-decoration:underline; color:#6699ff; background-color:ffffcc}
.main a:hover	{ text-decoration:underline; color:#003399; background-color:ffffcc}

/* メインコンテンツ内の文字等設定　Last-Modified :July 16 2003 */
h1 {	margin : 0;}
h2 {	font-size : 19px;}
h3 {	color : #006600;}
p {	line-height : 130%;	text-indent : 1em;}
.picture {	text-align : center;	margin : 1em 0;}
.navi {	text-align : right ;	font-size : 13px;}

/* コンテンツ内見出し設定 */
.tit1_gr	{font-weight:bold ; border-style:solid ; border-width:1px 0px 0px 12px  ;border-color:#339933 ; padding:4px ; font-size : 19px;}
.tit2_gr	{font-weight:bold ; background-image:url(http://www.fukushi.com/images/bk_gr.gif) ;border-style:solid ; border-width:1px ;border-color:#339933 ;padding:3px}
.tit3_gr	{font-weight:bold ; background-color:#f5f5f5 ; border-style:solid ; border-width:0px 0px 0px 9px  ;border-color:#66cc66 ; padding:4px ; font-size:larger}
.tit4_gr	{font-weight:bold ; border-style:dashed ; border-color:#cccccc ;border-width:0px 0px 2px; padding:3px ; color: #339933}


/* ここまで */
 
/* ふくチャン本舗設定 */ 

#osusume
{
/*	border : 2px solid #fac; */
}
	
#osusume h2 
{
	text-align : center;
}
 
#osusume h3 
{
	text-align : center;
}
 
#osusume ul 
{
	margin : 0;
	margin-bottom : 5px;
	padding : 0;
	clear : both;
}
 
#osusume li 
{
	width : 120px;
	margin-left : 3px;
	font-size : 80%;
	float : left;
	display : block;
	list-style-type : none;
}
 
#osusume li img 
{
/*	display : block; */
	display : inline; border : 0;
}
 
#osusume p 
{
	clear : both;
	text-align : right;
	font-size : 80%;
	padding : 2px;
	background : #fef;
}
  
