
body	{
	margin: 1px 0 1px 0;
	padding: 0;
/*	background-image: url(images/back-dark.png);	*/
	background-color: #d3d3d3;
	font-size: 95%;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	}

a	{
	color: #017acd;
	text-decoration:	none;
	}
a:link{ color:				#017acd}	/* リンク */
a:visited{ color:			#017acd}	/* すでに見たリンク */
a:active{ color:			#FF8C00 }	/* クリックしたとき */
a:hover{ 
		color:				#ff3399;	/* カーソルが上にある */ 
		text-decoration:	underline;
}

td {
	vertical-align: top;
	}


img	{border: none;}

/* コンテナ */
div#container	{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/line-gray220.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

div#container-inner	{
	background-image: url(images/line-gray-right220.png);
	background-repeat: repeat-y;
	background-position: right top;
	}


/* ヘッダー */
div#header	{
	height: 82px;
	background-color: #dddddd;
	background-image: url(images/head01.jpg);
	background-position: 0 0px;
/*	border-bottom: solid 1px #666666;	*/
	padding: 0px 5px 0px;
	}

/*
div#header h1	{margin: 0}

div#header p	{color: #FFFFFF;font-size: 0.75em;	margin: 0}
*/

div#header_l	{
	float: left;
	margin: 0px 0px 0px 0px;
}
div#header_r	{
	float: right;
	margin: 44px 0px 0px 0px;
}

#header_r ul,menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header_r li {
	float: left;
	font-size:90%;
	margin-right: 1px;
}
#header_r a,#header_r a:link,#header_r a:visited {
	text-decoration: none;
	color: #ffffff;
 	font-weight: bold;	
	background-color: transparent;
	width: 120px;
	height: auto;
	text-align: center;
	vertical-align: bottom;
	/* 文字上 */
	padding: 5px 0;
	display: block;
	position: relative;
}
#header_r a:hover {
	color: #ffffff;
	background-color: #cd5c5c;
 	font-weight: bold;	
}

/* トップメニュー */
#navigation {
	 color: #335FAA;
	background-color: #F1EFE2;
	background-repeat: repeat-x;
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#menu ul,menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px outset #ffffff;
}
#menu li {
	float: left;
	font-size:90%;
	background-color: #F1EFE2; 
/*	background-image: url(images/menu01.png);	*/
	background-repeat: repeat-x;
	border: 1px outset #ffcc00;
	margin-right: 1px;
}
#menu a,#menu a:link,#menu a:visited {
	text-decoration: none;
	color: #990000;
	background-color: transparent;
	width: 120px;
	height: auto;
	text-align: center;
	/* 文字上 */
	padding: 5px 0;
	display: block;
	position: relative;
}
#menu a:hover {
	color: #ffffff;
	background-color: #990000;
 	font-weight: bold;	
/*	border-bottom: 1px solid #ffffff; */
}

/* 更新日 */
div#update_text {
	float: right;
	margin: 5px 10px 0px 0px;
	padding: 0;
	font-size: 10px; 
	vertical-align: middle; 
	color: #990000; 
	text-align: left;
}

/* パンくずリスト */
div#bread {
	width: 950px;
	height: 12px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF; 
	border-bottom: 1px solid #000000;
}
div#bread_l	{
	float: left;
	margin: 0px 0px 0px 0px;
}
div#bread_r	{
	float: right;
	margin: 0px 10px 0px 0px;
}

#bread p {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	}



/* メイン */
div#main	{
	width: 100%;
	float: left;
	margin-right: -240px;
	}

/* コンテンツ */
div#content	{
	width: 100%;
	float: right;
	margin-left: -240px;
	margin-right: auto;
	margin-bottom: 25px;
	}


div#content h2, div#content h3, div#content p, div#content ul
	{
	margin-left: 240px;
	margin-right: 240px;
	}

div#content h2	{
	background-color: #990000;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.975em;
	line-height: 26px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	}


div#content p	{
	font-size: 0.95em;	
	line-height: 1.6;
	margin-top: 0px}

div#content iframe	{
	width: 470px;
}

div#content ul	{
	list-style-type:	none;
	margin-left: 260px;

}

div#content li	{
	margin: 2px 0px 5px -10px;
	padding-left:	6px;
}


/* サイドバー */
div#sidebar	{
	width: 220px;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	}

ul.sidemenu	{
	border-top: solid 2px #990000;
	font-size: 0.85em;
	margin-top: 8px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0;
	}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
/*	background-color: transparent;	*/
	background-color: #F1EFE2;
	border-bottom: solid 2px #990000;
	padding-left: 5px;
	}


ul.sidemenu li a:hover	{
	background-color: #990000;
	color: #ffffff;
	}


ul.sidemenu ul 	{
	margin: 10px 0;
	padding: 0;
	}

ul.sidemenu ul li a 	{
	background-color: transparent;
	background-image: url(../top_image/maru-pink.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 13px;
	color: #000000;
	border: none;
	line-height: 24px;
	margin-bottom: 0;
	}

ul.sidemenu ul li a:hover 	{
	background-color: #faffda;
	color: #000000;
	}

h3.sidemenu {
/*	background-color: #b0c4de; */
	background-color: #990000;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
}


p.feed	{
	margin: 0;
	float: right;
	}

p.feed a	{
	font-size: 0.75em;	
	color: #444444;
	text-decoration: none;
	padding: 5px;
	}

p.feed img	{
	border: none;
	vertical-align: middle;
	}



/* 右サイドバー */
div#sidebar-right	{
	width: 220px;
	float: right;
	}

div.info	{
	border: none;
	margin-bottom: 20px;
	}

div#sidebar-right h2	{
	background-color: #990000;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px;
	}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{
	font-size: 0.85em;	
	margin: 10px;
	margin-bottom: 10px;
	}

div#sidebar-right ul	{
	font-size: 0.95em;	
	margin: 10px 10px;
	}

div#sidebar-right ul li 	{
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	padding-bottom:		5px;
	list-style-type: none;
	}

p.about	{
	background-color: #F1EFE2;
	font-size: 0.875em;
	padding: 5px 0px 5px 5px ;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	line-height: 23px;
	}
	
p.about a	{
	background-color: #666666;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.about img	{
	border: none;
	vertical-align: middle;
	}


/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	}

address	{
	font-size: 0.85em;	
	font-style: normal;
	text-align: center;
	}

/* コンテナ */
div#container_sub	{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}

div#container_sub-inner	{
	background-image: url(images/line-red-right290.png);
	background-repeat: repeat-y;
	background-position: right top;
	}


/* サブ・コンテンツ */
div#content_sub	{
	width: 610px;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: inline;
	}

/* サブ・コンテンツの右 */
div#sub_right	{
	width: auto;
	float: right;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
	display: inline;
	}


div#content_sub h3.a_title {
	color:	#992222;
	font-size: 1.05em;
	margin-left: 0px;
	background-color:	#f3f3f3;
	border-bottom:		none;
	border-right:	none;
	border-top:	1px solid #992222;
	border-left:	15px solid #992222;
	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	10px;
}


div#content_sub p	{
	font-size: 0.95em;
	line-height: 1.8;
	margin: 5px 0px 5px 15px;
	}

div#content_sub img	{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


.clear { clear: both; background: none; }

div#content_sub ul	{
	list-style-type:	none;
	font-size: 98%;
	line-height: 1.2;
}

div#content_sub ul.m_list	{
	list-style-type:	square;
	font-size: 98%;
	line-height: 1.2;
}

div#content_sub li	{
	margin: 2px 0px 5px -10px;
	padding-left:	6px;
}

div#sub_right li	{
	margin: 2px 0px 5px -10px;
	padding-left:	6px;
}

div#sub_right h3	{
	width: 240px;
	text-align: left;
	background-color: #992222;
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 23px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	border: solid 1px #6b8e23;
	}

li.norm_green	{
	list-style-type:	disc;
	list-style-image:	url("icon/green_shikaku00.gif");
}

li.red	{
	list-style-type:	disc;
	list-style-image:	url("icon/red_en00.gif");
}

li.green	{
	list-style-type:	disc;
	list-style-image:	url("icon/green_shikaku01.gif");
}
li.pin_green	{
	list-style-type:	disc;
	list-style-image:	url("icon/pin_green.gif");
}
li.stars	{
	list-style-type:	disc;
	list-style-image: url(icon/red_star00.gif);
}


li.numbers	{
	list-style-type:	decimal;
}

.text_right {
	text-align:		right;
}
.tex_red {
	color:	red;
}

div#poss_center {
	text-align:		center;
}

div#poss_center td {
	text-align:		left;
	margin:	0;
}


.sold{
	text-decoration:line-through;
}

.itemImg {
	float: right;
	margin: 5px;

}
.itemImg_left {
	float: left;
	margin: 5px;

}

.text_docs01	{
	font-size: 0.98em;	
	line-height: 1.2;
	margin-top: 0px}


