*{	/*すべてのスタイルに適用*/
	margin: 0px;	/*マージンを0*/
	padding: 0px;	/*パディングを0*/
}

body{
	text-align: left;
	font-size: 14px;
	line-height: 130%;
}

A:link{
	color: #00f;
	text-decoration: none;
}
A:visited{
	color: #00f;
	text-decoration: none;
}
A:hover{
	color: #f00;
	text-decoration: none;
}
A:active{
	color: #f00;
	text-decoration: none;
}

A.ul{
	text-decoration: underline;
}

strong{
	color: #c33;
}

/*タブ式タイトル*/
.tab {
    padding-left: 10px;
    padding-top: 2px
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 0px 0px 5px;
    font-size: 13px;
    font-weight: bold;
    background: url("./img/tab.gif") no-repeat;
    color: #ffffff;
}

.tab-long {
    padding-left: 10px;
    padding-top: 2px
    padding-right: 0px;
    padding-bottom: 10px;
    margin: 0px 15px 5px 0px;
    font-size: 13px;
    font-weight: bold;
    background: url("./img/tab_long.gif") no-repeat;
    color: #fff;
}

/*大外枠*/
#frame{
	border-top: #999 1px solid;
	background: #fff;
	background-image: url("./img/back2.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
	border-bottom: #999 1px solid;
	width: 800px;
	text-align: left;
}

/*トップ画像*/
#top-image{
	margin-left: 6px;
}

/*トップページの左側*/
.left {
	margin-left: 6px;
	margin-right: 20px;
	padding-left: 10px;
	float: left;
	width: 28%;	/*28%*/
	background-color : #f8f8ff;
	/*BORDER-right: #999 1px solid;*/
}

/*トップページの右側*/
/*現在は未使用。定義だけしておく*/
/*てゆーか定義しなくていいのか？*/
.right {
}

/*トップページの下側(コピーライト)*/
.blockc {
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}

/*フッターのコピーライト*/
#foot {
	clear: both;
	padding-top: 4px;
	margin: 0px -15px;
	text-align: center;
	background-color: #ccaaaa;
	color: black;
	font-weight: bold;
}

/*インフォメーション内の項目タイトル*/
.subject {
	font-size: 120%;
	text-align: left;
	font-weight:bold;
	color: #CC3333;
	float: left;
}

/*インフォメーションの日付*/
.date {
	text-align: right;
	margin-right: 4px;
}

/*インフォメーションの写真*/
.photo {
	float:right;
	margin-left:10px;
}

/*インフォメーションの本文*/
.contents {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	/*line-height: 130%;*/
	/*font-size: 14px;*/
	float: left;
	width: 63%;	/*65%*/
}

/*新着情報の写真*/
.photo-small {
	float: left;
	margin-right: 10px;
}

/*Google検索*/
#search {
	margin-top: -60px;
	margin-left: 32%;
	margin-right: 20px;
	text-align: right;
	clear: both;
}

/*ランキング*/
.ranking {
	border: #999 1px solid;
	width: 95%;
	padding: 10px;
}

.ranking .title {
	text-align: center;
	padding-bottom: 4px;
}

/*左部分のコンテンツツリー*/
#icon1 {	/*機能と関数*/
    background-image: url("./img/sheet.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon2 {	/*VBA*/
    background-image: url("./img/module.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon3 {	/*Excel 2007*/
    background-image: url("./img/excel2007.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon4 {	/*Q&A*/
    background-image: url("./img/help.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon5 {	/*ライブラリ*/
    background-image: url("./img/down.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon6 {	/*著書*/
    background-image: url("./img/books.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon7 {	/*リンク*/
    background-image: url("./img/link.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon8 {	/*掲示板*/
    background-image: url("./img/bbs.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon9 {	/*お問い合わせ 改め メルマガ*/
    background-image: url("./img/mail2.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon10 {	/*サイトマップ*/
    background-image: url("./img/map.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon11 {	/*その他*/
    background-image: url("./img/other.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon12 {	/*ブログ*/
    background-image: url("./img/pen1.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon13 {	/*コラム*/
    background-image: url("./img/pen2.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon14 {	/*左向き矢印*/
    background-image: url("./img/btn_b.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon15 {	/*左向き矢印小*/
    background-image: url("./img/btn_s.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon16 {	/*セミナー*/
    background-image: url("./img/users.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon17 {	/*Excel 2008*/
    background-image: url("./img/excel2008.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

#icon18 {	/*お問い合わせ*/
    background-image: url("./img/phone.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

.tree1 {
    background-image: url("./img/tree1.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}

.tree2 {
    background-image: url("./img/tree2.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
}
