/*** パソコン講座用 ***/

/* 本体設定 */
#pccontainer{
	width: 720px;
	margin: 0px auto;
	padding: 0px;
	border: 1px #ffcccc solid;}

#pcfooter{
	width: 720px;
	height: 34px;
	font-size: 80%;
	margin-top: 20px;
	padding-top: 4px;
	letter-spacing: 0px;
	border-top: 1px #ffcccc solid;}

.comm{
	width: 450px;
	margin: 10px auto;
	padding: 10px;
	border: 1px #ff3333 dotted;
	text-align: left;
	line-height: 130%;}

.info{
	width: 450px;
	margin: 10px auto;
	padding: 10px;
	border: 1px #0033ff dotted;
	text-align: left;
	line-height: 120%;}


/* 見出し設定 */
h1{
	background-color: #ffffff;
	background-image: url(../lets-pc/img/menubar_mini.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin:30px auto 10px auto;
	padding: 6px 10px;
	font-size: 12pt;
	color: #0033ff;
	text-align: left;}

h2{
	background-color: #ffffff;
	background-image: url(../lets-pc/img/menubar_mini.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 20px auto;
	padding: 6px 20px;
	font-size: 12pt;
	text-align: left;
	color: blue;}

h3{
	background-color: #ffffff;
	background-image: url(../lets-pc/img/book_red.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-left: 30px;
	border-bottom: 1px #ff3333 dotted;
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;}

h4{
	background-color: #ffffff;
	background-image: url(../lets-pc/img/file_pen_red.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding-left: 25px;
	margin-left: 15px;
	border-bottom: 1px #00cc00 dotted;
	width: 560px;
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;}


/* 段落設定 */
p{margin: 10px auto;}

p.return{
	text-align: right;
	font-size: 90%;
	letter-spacing: 0px;
	margin: 20px auto 10px auto;}

p.pic{
	text-align: center;
	margin: 10px auto;}


/* 画像 */
img.pic{border:1px #333333 solid;}


/* リスト設定 */
li.menu{
	list-style-type: none;
	list-style-image: url(../img/arrow_right_red.gif);
	list-style-position: outside;
	margin-left: 20px;
	vertical-align: middle;}

li.no{
	list-style-type: none;
	list-style-image: url(../img/notice_red.gif);
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 4px;
	vertical-align: middle;}

ul li{
	list-style-type: none;
	list-style-image: url(../lets-pc/img/file_pin_green.gif);
	list-style-position: outside;
	padding-left: 4px;
	vertical-align: middle;}


/* テーブル */
table.tool{
	width: 500px;
	border: 1px #0033ff solid;
	border-collapse: collapse;
	margin: 10px auto;
	padding: 0px;}

table.tool th{
	text-align: center;
	width: 30px;
	margin: 0px;
	padding: 0px;
	border: 1px #0033ff solid;
	border-collapse: collapse;}

table.tool td{
	text-align: left;
	width: 220px;
	margin: 0px;
	padding: 5px;
	border: 1px #0033ff solid;
	border-collapse: collapse;
	line-height: 120%;
	font-size: 90%;}

