/* 全体の設定 */

*{margin: 0px;,padding: 0px;}

body{
	color: #505050;
	font-size: 90%;
	line-height: 150%;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana,"Hiragino Kaku Gothic Pro W3", sans-serif;
	background: url('img/bg.gif') repeat fixed left center;
}

#layout {
	border-right: 1px solid #000000; border-left: 1px solid #000000;
}

A:link { color: #0066CC; text-decoration: none; }
A:visited { color: #0066CC; text-decoration: none; }
A:hover { color: #0066CC; text-decoration: underline; }
A:active { color: #0066CC; }

/* ヘッダー */

#header{
	background: #FFFFFF url('img/heder2.jpg') no-repeat scroll;
	padding-top: 70px;
	padding-left: 517px;
}

#header h1{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

/* ヘッダー下（google検索） */
#powerd{
	font-size: 11px;
	font-weight: normal;
}

/* マーキー */

#info{
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	background: url('img/title_bg.jpg') repeat-x scroll left top;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

/* 左サイドバー */

#sidemenu{
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	margin-left: 5px;
}

#sidemenu .header{
	margin:1em 0;
}

#sidemenu .title{
	color: #FFFFFF;
	background: #0099FF;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
}

#sidemenu .text{
	font-size: x-small;
	font-weight: normal;
	padding: 5px 5px;
}

#sidemenu .text2{
	font-size: 11px;
	font-weight: normal;
	padding: 5px 5px;
}

#sidemenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidemenu li{
	display: inline;
}

#sidemenu a{
	color: #666666;
	text-decoration: none;
	display: block;
}

#sidemenu a:hover{
	margin-left: 2px;
	color: #FF0000;
	display: block;
}

/* メインコンテンツ */

.contents{
	margin-left: 20px;
	font-size: 75%;
}
.contents td{
	padding: 1em 20px;
}

.contents h2{
	color: #AA3131;
	font-size: 140%;
	font-weight: 700;
}

.contents h2.b{
	color: #505050;
	font-size: 140%;
	font-weight: bold;
	padding-left: 5px;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-left: 5px solid #0099FF;
	display: block;
	margin: 0 0 1em;
}

.contents h3{
	font-size: 95%;
}

.contents h3.b{
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.contents h3.c{
	font-size: 140%;
	font-weight: 700;
	font-style: italic;
	text-decoration: underline;
}

.contents p{
	margin: 1em 0;
}

.contents .image{
	border: 1px solid #000000;
}

/* フッター */

#footer{
	color: #000000;
	font-size: xx-small;
	font-weight: normal;
	text-align:left;
	padding: 50px 10px 10px;
}

/* 枠線（点線） */

#hr{
	margin-top: 1em;
	margin-bottom: 1em;
	height: 3;
	width: 100%;
	background: url('img/01.gif') repeat-x scroll;
}

/* トップページ-先頭 */

.topinfo{
	float: left;
	color: #505050;
	padding-right:10px;
	font-size: 11px;
	font-weight: normal;
	width: 220;
}

.topinfo .image{
	border: 1px solid #000000;
}

.topinfo .left{
	float:left;
	width:120;
	margin-right:5px;
	margin-bottom:5px;
}

.topinfo .right{
	width:90px;
	float:right;
}

/* トップページ-新着情報 */

#newarrival{
	border: 1px solid #0099FF;
}

#newarrival .header{
	color: #FFFFFF;
	padding: 4px 5px;
	display: block;
	font-weight: normal;
	background-color: #0099FF;
}

/* トップページ-トピックス */

.topics{
	color: #505050;
	font-weight: normal;
	border: 1px solid #0099FF;
	width: 100%;
}

.topics .header{
	color: #FFFFFF;
	padding: 4px 5px;
	display: block;
	font-weight: normal;
	background-color: #0099FF;
}

.topics .text{
	padding: 5px;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

.topics .image{
	margin: 5px;
	border: 1px solid #000000;
}

/* RSS Feed */

.pItem    { margin: 5px; padding: 5px; background-color: #CCFFFF; }
.divTitle { margin: 0px; }
.divDescription { margin: 5px 0px; padding: 5px; background-color: #fff; }
.divDcCreator { margin: 0px; text-align: right; }
.divDcDate { margin: 0px; text-align: right; }