body,h1,h2,h3,h4,h5,h6,form,dt,dd,dl,p{
	margin:0;
 	padding:0;
	font-size:100%;
	font-weight:normal;
}

body {
	margin-top: 0px;
	margin-left: 20px;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:active  { text-decoration: none; }
a:hover   { text-decoration: underline; }

.fs100 { font-size:125%; line-height: 120%;}
.fs90 { font-size:84%; line-height: 120%;}
.fs90a { font-size:84%; line-height: 135%;}
.fs80 { font-size:80%; line-height: 120%;}
.fs70 { font-size:70%; line-height: 120%;}
.fs_list { font-size:90%; line-height: 120%;}
.xs { font-size: x-small;}
.s { font-size: small;}
.m { font-size: medium;}
.l { font-size: large;}
.ul { text-decoration: underline;}
.gr55 {	color: #555555;}

#date {
	font-size:80%;
	color: #000000;
	line-height: 120%;
	padding-left: 10px;
	font-weight: bold;
}
#news {
	font-size:80%;
	color: #000000;
	line-height: 120%;
 	padding-left: 10px;
}

#ind0 {
	font-size:90%;
	color: #000000;
	line-height: 120%;
}
#ind0s {
	font-size:80%;
	color: #4D4D4D;
	line-height: 130%;
 	padding-left: 5px;
 	padding-right: 5px;
	}
#ind10 {
	font-size:90%;
	color: #000000;
	line-height: 140%;
 	padding-left: 10px;
}
#ind10s {
	font-size:80%;
	color: #000000;
	line-height: 120%;
 	padding-left: 15px;
 	padding-bottom: 10px;
}
.boxBorder {
	border: 1px solid #999999;
}
/* -------------------------------------------*/
/* ヘッダ関連のCSS追加　2008/05/23(ここから) */

div#container {
	width: 760px;
}

div#container table td {
	vertical-align: top;
}

div#contentsHeader {
	margin-bottom: 11px;
	padding: 8px 11px 0 14px;
	width: 735px;
	height: 34px;
	background: url(/common/bg_contents_head.jpg) no-repeat;
}

div#contentsHeader h1,
div#contentsHeader p#logo {
	margin-top: 6px;
	float: left;
	width: 120px;
}


div#contentsHeader p.support {
	margin-top: 8px;
	float: right;
}
/* ヘッダ関連のCSS追加　2008/05/23(ここまで) */

/* Q&A検索（よくある検索キーワード欄追加）のCSS追加 ここから------------------------------------------- */

div.keyword	{
	width: 540px;
	padding: 0px;
}
div.keyword .bubble	{
	background: url(/qa/img/bubble_top.gif) no-repeat;
	padding-top: 15px;
}
div.keyword .bubble div	{
	background: url(/qa/img/bubble_bottom.gif) no-repeat bottom;
	padding: 10px 10px 10px 20px;
}
div.keyword .bubble p	{
	margin-bottom: 0.2em;
	font-size: 12px;
	color: #666666;
}
div.keyword .bubble p.explain {
	margin: 0px;
	font-size: 10px;
}
	
div.bubble div {  
	margin: 0px;
	padding: 0px;  
}  

/* Q&AのCSS追加 ここから------------------------------------------- */

/* インデント ここから------------------------------------------- */

li.number {
	list-style-type: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
} 
ol.number02 {
	padding-left: 1.5em;
	text-indent: 0;
} 
