* {
	padding:0;
	font-size: 12px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	background-image: none;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
}

body {
	color:#333333;
	background-color: #ffffff;
}

a {
	color:blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration:underline;/* 下線 */
}

a img {
	border:none;
}

ul {
	margin-left: 30; 
}

ol {
	margin-left: 50; 
}
SPAN{
	border-bottom:solid 1px #666666;
	background-color: #ccccff;
	text-decoration:none;
	width:95%;
	line-height:15px;
	padding: 2px; /*リンクの幅*/
}

h3{
	margin: 5px 0 5px 0;
	padding: 6px 10px 6px 4px;
	border-left: 6px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 1;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	background: none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}

#add table{
	margin:25px;  /*フレームからの離れ*/
}

#Book table{
    margin:10% 0px;
    font-size:12px;
    width:"670px";
}

#Book td,tr{

	border:solid 1px #000099;
}

#List table{
    font-size:12px;
    width:"95%";
}

#List td,tr{

	border:solid 1px #000099;
	padding:6px 0 0 6px;
}

div#strong{
	border: solid 1px #000099;
	width:550px;
	font-weight: normal;
	line-height:25px;
	margin:20px;  /*フレームからの離れ*/
}

div#Nomark ul {
	list-style-type: none;
	margin-left: 20; 
}


#side_d table
{
	margin: 0;
	padding:0;
}

div#side_d h3 {
	display: block;
	width: 175px;
	line-height: 15px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../img/mainmenu.gif);
	border-left: 0px;
	border-bottom: 0px;
	height: 15px;
}

#side_d ul {
	list-style-type: none;
	margin: 0;
}

#side_d li a {
	display: block;
	width:175px;
	font-size: 12px;
	color:#555555;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-image:url(../img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-decoration: none;
	height: 24px;
}


#side_d li a:hover {
	background-color: #eeeeee;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/side_li_ov.gif);
}

#sougo ul {
	list-style-type: none;
	margin: 0;
}

#sougo li a {
	display: block;
	width:175px;
	font-size: 12px;
	color:#ffffff;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-image:url(../img/sougou_title.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-decoration: none;
	height: 35px;
}


#sougo li a:hover {
	background-color: #eeeeee;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/sougou_title_ov.gif);
}

/* 1px実線テーブル */
.TableAttr {
border: 1px #000000 solid;	/* 外枠指定：太さ 色 線の種類(実線) */
border-collapse: collapse;	/* 隣の枠線と重ねて表示 */
}

.TableAttr td {
border: 1px #000000 solid;	/* 内枠指定：太さ 色 線の種類(実線) */
}