* {
	margin: 0;
	padding: 0;
}
a {
	color: #006a81;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

/*-------------------------
 header
 -------------------------*/
#header {
	margin:0 auto;
	padding:0;
	background:#fff;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0 2px 0;
}
.header-float {
	float:left;
	width:400px;
}
.navi {
	margin:15px 0px;
	padding:0 0;
	font-size: 12px;
	line-height: 140%;
}
.navi li {
	margin:3px 0;
	padding:0 0 0 0px;
}


/* ----- メニュー -------------------------------------- */
div#menu {
	float: none;
	clear: both;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #006a81;
	position: relative;
}
div#menu ul {
	position: absolute;

	margin: 0px 15px;
	padding: 5px 0px;
	color: #fff;
	font-size: 10px;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
}
div#menu a.top {
	padding: 1px 5px 2px 4px;
	background-color: #84b24a;
}
div#menu a {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}


/*-------------------------
 contents
 -------------------------*/
#container {
	width: 100%;
	float: right;
	margin-left: -180px;
}
#contents {
	position: relative;
	margin: 0 0 0 200px;
	padding: 0 0;
}
#contents h2 {
	margin: 0 0 0px;
	padding: 2px 0 2px 10px;
	font-size: 13px;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #006a81 2px solid;
	text-decoration: none;  
	font-family: verdana, arial, sans-serif;
	background: #006a81;
	color: #ffffff;
	font-weight: bold;
}
#contents h3 {
	border-left:5px solid #006a81;
	margin:0px 0 8px;
	padding:0 10px;
	color:#333333;
	font-size: 13px;
}
#contents ul {
	margin:0 0 20px;
	padding:0 15px;
	list-style-type: square;
}
#contents li {
	font-size: 12px;
	line-height: 160%;
}
#contents dl {
	margin:0 0 20px;
}
#contents p {
	margin:0 0 20px;
	font-size: 12px;
	line-height: 160%;
}
#contents-width {
	width: 585px;
	margin: 10px 5px 15px 5px;
}
.contents-float {
	float:left;
	width:185px;
}
.contents-float2 {
	float:left;
	width:400px;
}
.contents-float3 {
	float:right;
	width:180px;
}
.contents-float-clear {
	clear: both;
}






/*-------------------------
 subContents left
 -------------------------*/
#sidebar {
	width: 180px;
	float: left;
}
#s-title {
	margin: 0px;
	padding: 0px;
	border-top: #353535 1px solid;
	border-right: #353535 1px solid;
	border-left: #353535 1px solid;
	background: #006a81;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 140%;
	text-align: center;
}
#s-text {
	margin: 0px;
	padding: 5px;
	border-top: #353535 1px solid;
	border-right: #353535 1px solid;
	border-left: #353535 1px solid;
	border-bottom: #353535 1px solid;
	line-height: 130%;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 15px;
}
#subt {
	margin:0 0 5px;
	padding:0 15px;
	font-size: 13px;
	font-weight: bold;
}
#s-text ul {
	margin:0 0 15px;
	padding:0 15px;
}
#s-text li {
	background:url(http://draq9.com/img/icon_memo.gif) no-repeat left center;
	margin:3px 0;
	padding:0 0 0 20px;
	list-style-type: none;
}
#s-text li.noIcon {
	background:none;
}



/*-------------------------
 right-sidebar
 -------------------------*/
#right-sidebar {
	width: 180px;
	float: right;
}
#right-title {
	background-color: #006a81;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	font-size: 13px;
}
#right-sidebar ul {
	padding: 8px 0 20px 10px;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
}
#add-clips {
	border-top:1px solid #999999;
	padding:20px 10px 25px;
}



/*-------------------------
 footer
 -------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;
	margin:0 auto;
	padding: 15px 0 30px;
}
#footer address {
	font: 12px "Osaka", "ＭＳ Ｐゴシック", "Verdana", "Arial", "Helvetica", "monospace";
	text-align: center;
	margin: 10px 0;
}
.footer-navi {
	font-size: 12px;
	text-align: right;
	margin: 20px 10px 5px;
}


/*-------------------------
 setting
 -------------------------*/
img {
	border: none ;
	text-decoration: none ;
}
.float {
	float: left;
}
.float-clear {
	clear: both;
}
strong{
	color: #E60012;
	font-weight: bold;
}
.color1 {
	color: #DC143C;
	font-weight: bold;
}
.color2 {
	color: #483D8B;
	font-weight: bold;
}
.color3 {
	color: #FF8C00;
	font-weight: bold;
}
.amazon {
	text-align: center;
	font-size: 11px;
	line-height: 140%;
}
.amazon dl {
	margin:6px;
}
.amazon dd {
	margin-bottom: 10px;
}


/*-------------------------
 table
 -------------------------*/
table#table-01 {
	width: 370px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}
table#table-01 th {
	padding: 5px;
	border: #E3E3E3 solid;

	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap; 
}
table#table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	white-space: nowrap;
}

table#table-02 {
	width: 370px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}
table#table-02 th {
	padding: 5px;
	border: #C3C3C3 solid;

	border-width: 0 0 1px 1px;
	background: #C3C3C3;
	
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	white-space: nowrap; 
}
table#table-02 td {
	padding: 3px;
	border: 1px #C3C3C3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
}

