*{	/*すべてのスタイルに適用*/
	margin: 0px;	/*マージンを0*/
	padding: 0px;	/*パディングを0*/
}

body{
	text-align: left;
	font-size: 16px;
	line-height: 140%;
}

A:link{
	color: #0044CC;
	text-decoration: none;
}
A:visited{
	color: #0044CC;
	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;
}

/*コンテンツタイトル*/
h1 {
	font-size: 190%;
	padding-top: 25px;
	padding-bottom: 5px;
	color: #2F4F4F;
}

/*コンテンツ中タイトル*/
h2 {
	color: #2F4F4F;
	width: 97%;
	font-size:110%;
	font-weight: bold;
	border-width: 1px 0px 0px 1em;
	border-style: solid;
	border-color: #808080;
	padding-right: 0px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:0px;
}

td{ 
/*font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif;
font-size:14px;
font-weight:normal;
line-height:20px;
padding: 4px 0px 0px 4px;*/
/*text-align: left;*/
} 

img{
margin: 0px;
}

/*ソース用ボックス*/
.box {
	border: 1px solid gray;
	padding: 15px;
	width: 94%;
	border-color: #000090;
	background-color: #FFFFE0;
	line-height: 1.4;
}

blockquote {
	width: auto;
	margin: 1em 20px;
	padding: 5px 0 5px 10px;
	border-left: 2px solid #07b;
}

hr.titlebar {
	height: 3px;
	width: 100%;
	border: 0 none;
	color: #696969;
	background-color: #696969;
	margin: 0 0 10px;
}

/*メインの本文*/
#contents {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	line-height: 150%; /*行間*/
}

/*Topの中*/
.outer {
    margin: 0px 1px 8px 1px;
    background: #FFFFFF;
    border-top: 1px solid #B1C6D9;
    border-bottom: 1px solid #B1C6D9;
}
 
.inner {
    margin: 0px -1px;
    background: #FFFFFF;
    border-left: 1px solid #B1C6D9;
    border-right: 1px solid #B1C6D9;
}

.text {
	text-align: left;
	padding: 10px 10px 0px 10px;
}

ul li {
	list-style-type: disc;
	padding: 0.5px;
	margin-left: 40px;
	margin-right: 40px;
}

ol li {
	padding: 0.5px;
	margin-left: 40px;
	margin-right: 40px;
}

/*フッターのコピーライト*/
#foot {
	clear: both;
	padding-top: 4px;
	margin: 0px -25px;
	text-align: center;
	background-color: #ccaaaa;
	color: black;
	font-weight: bold;
}

/*外部ジャンプページの枠*/
.jumpbox {
	border-left: #9999ff 2px dotted;
	border-top: #9999ff 2px dotted;
	border-right: #9999ff 2px dotted;
	border-bottom: #9999ff 2px dotted;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding: 20px;
	overflow: visible;
	width: 600px;
}

/*セミナー告知ページのテーブル*/
table.seminar{
	width:100%;
	margin: 0 auto;
	border: 1px solid #000;
	border-collapse: collapse;
}
td.seminar{
	border: 1px solid #000;
	padding: 1.0em;
}
th.seminar{
	border: 1px solid #000;
	padding: 1.0em;
}

ul li {
	list-style-type: disc;
	padding: 0.5px;
	margin-left: 40px;
	margin-right: 40px;
}

ol li {
	padding: 0.5px;
	margin-left: 40px;
	margin-right: 40px;
}

/*箱形ページ移動リンク*/
/* リスト全体 */
ul.pagelinks {
	margin: auto;
	width: 8em;   
	padding: 0px;
}
/* 各項目の装飾 */
ul.pagelinks li {
	width: 1.2em;           /* 横幅 */
	line-height: 1.4;     /* 高さ */
	list-style-type: none;  /* 先頭記号なし */
	border: 1px solid blue; /* 枠線 */
	float: left;            /* 横に並べる */
	margin: 0.1em;          /* 周囲の余白 */
	padding: 0px;           /* 内側の余白 */
	font-family: Arial,sans-serif;/* フォント */
	font-weight: bold;      /* 太字 */
	text-align: center;     /* センタリング */
}
/* リンクの装飾 */
ul.pagelinks li a {
	display: block;        /* ブロック化 */
	text-decoration: none; /* 下線を消す */
	width: 1.2em;          /* 横幅(IE) */
}
/* 未訪問リンクの色 */
ul.pagelinks li a:link {
	background-color: white; /* 背景色 */
	color: blue;             /* 文字色 */
}
/* 既訪問リンクの色 */
ul.pagelinks li a:visited {
	background-color: white; /* 背景色 */
	color: blue;           /* 文字色 */
}
/* マウスが乗ったときの装飾 */
ul.pagelinks li a:hover {
	background-color: #ff7632; /* 背景色 4682b4*/
	color: white;          /* 文字色 */
}
/* 現在位置項目の装飾 */
ul.pagelinks li.here {
	background-color: #c0c0c0; /* 背景色 */
	color: white;             /* 文字色 */
	border-color: gray;      /* 枠線色 */
}

/*ライブラリ用*/
.library-title {
	padding:3px 5px;
	border-color:#990000;
	border-width:0 0 1px 7px;
	border-style:solid;
	background:#F8F8F8;
	font-weight: bold;
}

.library-contents {
	padding-left: 20px;
	padding-right: 20px;
}

/*背景塗りつぶしタイトル*/
h4 {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #b22222;
	margin-bottom: 5px;
	padding-left: 0.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	background-color: #ccaaaa;
}













/* こっから下は使ってないと思う。いずれ削除 */



/*タブ式タイトル*/
.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;
}


/*インフォメーション内の項目タイトル*/
.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;
}

/*インフォメーションの本文*/
.xxxxxcontents_xxxx {
	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;
}
