/* A41枚に印刷できるよう縮小印刷の指定をする(FFは無視する) */
@media print{
Body{
	zoom: 80%;
}
}

/* 基本的なレイアウトの設定 */

#container	{
	width: 800px;
	margin: auto;
	}

#leftsidebar	{
	width: 250px;
	margin: 20px 0px 0px 0;
	float: left;
	}

#rightsidebar	{
	width: 220px;
	margin: 20px 0 10px 30px;
	float: right;
	}

#topcontents	{
	width: 480px;
	float: left;
	}

#contents	{
	width: 790px;
	float: left;
	padding-bottom: 20px;
	}

#menubar categories li{

       width:440px;
       
}

#menubar li{


}



/* リンクの設定 */
a	{
	color: black;
	}
a img	{
	border: none;
	}



/* ヘッダーの設定 */
#header-archive	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/kugiri.png) no-repeat bottom left;
	padding-bottom: 0px;
        background-color: #E5EAF5;
	}
.header h1	{
	margin: 0;
	}
.header ul	{
	font-size: 0.75em;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.header ul a	{
	text-decoration: none;
	}
.header ul li	{
	display: inline;
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/kugiri.png) no-repeat top right;
	padding: 0 5px;
	}
.header p	{
	margin: 5px 0;
        background-color: #E5EAF5;
	}

/* メニューバー */

#globalnavi{
  margin: 0;
  padding: 5px 0px 0px 0px;
  width: 800px;
  height: 51px;
  background-color: #E5EAF5;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 133px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 51px;
  background-image: url(mat/menubar.png);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -134px 0;}
#menu3 a{background-position: -267px 0;}
#menu4 a{background-position: -400px 0;}
#menu5 a{background-position: -533px 0;}
#menu6 a{background-position: -666px 0;}

#globalnavi a:hover{
  background-image: url(mat/menubar.png);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -51px;}
#menu2 a:hover{background-position: -134px -51px;}
#menu3 a:hover{background-position: -267px -51px;}
#menu4 a:hover{background-position: -400px -51px;}
#menu5 a:hover{background-position: -533px -51px;}
#menu6 a:hover{background-position: -666px -51px;}


/* パンくずリスト */

#breadcrumbs	{
	font-size: 0.75em;
	color: #444444;
	margin: 4px 0 10px;
	}
#breadcrumbs a, #breadcrumbs span	{
	color: #0095b6
	}

/* 見出し */

h2	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark02.png) no-repeat;
	margin: 0;
	padding-left: 20px;
	}
#contents h2	{
	font-size: 1.5em;
	line-height: 1;
	border-bottom: solid 1px #0095b6;
	padding-bottom: 3px;
	}
#contents h2 a	{
	text-decoration: none;
	}
#contents h1	{
	font-size: 1.75em;
	margin-top: 0;
	}





/* サイドバーの設定 */
.sidebar	{
	font-size: 0.75em;
	}
#leftsidebar ul	{
	margin: 10px 0 20px 16px;
	padding: 0;
	}
#leftsidebar li	{
	margin-bottom: 10px;
	list-style-type: none;
	}



/* メニューの設定 */
#rightsidebar h2, .widget-header	{
	font-size: 1em;
	color: white;
	background: #ef810f;
	padding: 4px 7px;
	}
#rightsidebar ul	{
	list-style-image: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark01.png);
	margin: 0 0 0 18px;
	padding: 0;
	}
#rightsidebar ul ul	{
	list-style-image: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark02.png);
	}
#rightsidebar li	{
	margin: 8px 0;
	}
.menu	{
	margin: 0 0 20px;
	}




/* 最近の写真メニュー */
#leftsidebar #photos	{
	margin: 0 0 25px;
	}
#photos ul	{
	list-style-type: none;
	margin: 2px 0 0;
	padding: 0;
	}
#photos li	{
	display: inline;
	}
#photos li img	{
	margin: 5px 5px 0 0;
	}

/* メインページのカテゴリーメニュー */
#leftsidebar #categories ul	{
	background-color: #EF810F;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 1px 0 0px;
	}
#leftsidebar #categories li	{
	text-indent: 10px;
	color: white;
	margin: 7px 0 0;
	}
#leftsidebar #categories li a {
	text-decoration: none;
	color: white;
	}
#leftsidebar #categories li li a {
	color: #000000;
	}
#leftsidebar #categories ul ul	{
	background-color: white;
	margin: 7px 0 0;
	padding: 1px 0 0;
	}
#leftsidebar #categories ul ul li	{
	border-bottom: solid 1px #0095b6;
	padding: 0 0 7px;
	}
#leftsidebar #sidebar h3{
font-size: 1.16em;
	margin: 7px 0;
	clear: both;
	border: none;
	background: none;
	padding: 0;
}


/* コンテンツの設定 */

#topcontents, #contents	{
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 20px;
	}
#contents h3, #contents .comments-open-header	{
	font-size: 1.16em;
	margin: 7px 0;
	clear: both;
	border: none;
	background: none;
	padding: 0;
	}
#archive-title	{
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 20px;
	}


/* 記事の設定 */

.entry-meta, .entry-meta a	{
	color: #444444;
	margin: 4px 0 20px;
	}
.entry-meta img	{
	vertical-align: top;
	margin-right: 2px;
	}
.entry	{
	clear: both;
width: 780px;
margin-left: 10px;
	}

#more	{
	clear: both;
	}
.entry-tags, .entry-asset	{
	clear: both;
	}
.entry dt	{
	font-weight: bold;
	margin-top: 10px;
	}
.content-nav	{
	text-align: center;
	clear: both;
	}
.content-nav a	{
	margin: 0 10px;
	}


/* 概要の設定 */

.excerpt	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark01.png) no-repeat 0 2px;
	padding-left: 25px;
	}
.excerpt p	{
	margin-top: 5px;
	}
.excerpt h3	{
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0;
	}
.sidebar h3{
background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark01.png) no-repeat 0 2px;
padding-left: 25px;
font-size: 1em;
line-height: 1;
margin-bottom: 0;

}


/* トラックバックの設定 */
#trackbacks	{
	border-top: solid 1px #0095b6;
	margin-top: 20px;
	clear: both;
	}
#trackbacks p	{
	margin: 0 0 25px;
	}
.tb	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark01.png) no-repeat 0 4px;
	margin-bottom: 20px;
	padding-left: 12px;
	}
#trackbacks .tb p	{
	margin: 0;
	}
.tbdate	{
	color: #666666;
	}


/* コメントの設定 */
#comments	{
	border-top: solid 1px #0095b6;
	}
.com	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark01.png) no-repeat 0 4px;
	margin: 20px 0;
	padding-left: 12px;
	}
.com p	{
	margin: 0 0 3px;
	}
.cominfo	{
	color: #666666;
	}
.cominfo img	{
	vertical-align: middle;
	}
.compost	{
	font-size: 0.75em
	}
.reply	{
	background: url(http://smrc.mi.sanno.ac.jp/scws//mat/mark02.png) no-repeat 0 4px;
	margin: 20px;
	padding-left: 12px;
	}
.reply p	{
	margin: 0;
	}
#comment-author, #comment-email, #comment-url, #comment-text	{
	display: block;
	width: 80%;
	}
#comments-open p	{
	margin:0;
	}


/* アイテム */
#itemtable	{
	border-collapse: collapse;
	border: solid 1px skyblue;
	}
#itemtable td	{
	padding: 10px;
	border: solid 1px skyblue;
	}


/* タグクラウド */
#rightsidebar #tagcloud	{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	}
#tagcloud li	{
	background: none;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	}
#tagcloud .rank-1	{ font-size: 2em; }
#tagcloud .rank-2	{ font-size: 1.75em; }
#tagcloud .rank-3	{ font-size: 1.5em; }
#tagcloud .rank-4	{ font-size: 1.25em; }
#tagcloud .rank-5	{ font-size: 1em; }
#tagcloud .rank-6	{ font-size: 0.75em; }


/* カレンダーの設定 */
#calendar	{
	width: 100%;
	}
#calendar th , #calendar td	{
	text-align: center;
	vertical-align: middle;
	}
#sun, #cell1, #cell8, #cell15, #cell22, #cell29, #cell36	{
	color: red;
	}
.today	{
	background-color: yellow;
	}


/* 検索 */
.entry-tags h4	{
	font-size: 0.75em;
	float:left;
	margin: 0;
	}
.widget-search	{
	margin-bottom: 20px;
	}
.widget-search h2	{
	margin-bottom: 4px;
	}


/* トップページバナーの設定 */

#indexbannar {

       width: 800;
       float: auto;
       clear: both;
       background-color: #E5EAF5;
       padding:   10px 10px 10px 10px;
}



/* フッターの設定 */

#footer	{
        float: auto;
	clear: both;
	}
#footer p	{
	font-size: 0.75em;
	line-height: 5;
	color: white;
	background-color: #003399;
	padding: 0 10px;
	}
#footer img	{
	margin: 14px 0 0 10px;
	float: right;
	}
