@charset "utf-8";
/* ===================================================================
CSS information

 file name  :howto.css
 author     :hirano (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 コンテンツごとにローカルスタイル
=================================================================== */

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
.com {
	color:#14830f;
}
a.com:link {
	color:#14830f;
	text-decoration:underline;
}
a.com:hover {
	color:#14830f;
	text-decoration: none;
}
.dia {
	color:#0099cc;
}
a.dia:link {
	color:#0099cc;
	text-decoration:underline;
}
a.dia:hover {
	color:#0099cc;
	text-decoration: none;
}
.sho {
	color:#97bb26;
}
a.sho:link {
	color:#97bb26;
	text-decoration:underline;
}
a.sho:hover {
	color:#97bb26;
	text-decoration: none;
}
.out {
	color:#dd83da;
}
a.out:link {
	color:#dd83da;
	text-decoration:underline;
}
a.out:hover {
	color:#dd83da;
	text-decoration: none;
}
h2.howtoTtl{
	margin:0 0 10px 0;
}
h3.howtoTtl{
	margin:30px 0 20px 0;
}
.howtoSetL{
	width:330px;
	float:left;
}
.howtoSetR{
	width:350px;
	padding:20px 0 0 0;
	float:right;
}
.howtoSetL dl {
	padding:10px 0 0 0;
}
.howtoSetL dl dt {
 clear: left;
 float: left;
 width: 2em;
}
.howtoSetL dl dd {
 margin-left: 2em;
 margin-bottom: 10px;
 zoom: 1;
	padding-top:1px;
}
