/*
Theme Name:
Theme URI:
Description:
Author:ホームネットHD
Author URI:http://www.homenet-hd.co.jp/
Version:1.0
*/

/* ++++++ 全体のデザイン ++++++ */
div,form,h1,h2,h3,h4,h5,h6,p,img {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
body {
	background-color: #f7f1e9;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
a:link    {
	text-decoration: underline;
	color: #990000;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover   {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
a:active  {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
.float_right {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.strong_16 {
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
}
.strong_16_blue {
	font-size: 16px;
	font-weight: bolder;
	color: #000099;
}
.strong_24_blue {
	font-size: 20px;
	font-weight: bolder;
	color: #000099;
}
.strong_24 {
	font-size: 20px;
	font-weight: bolder;
	color: #cc0000;
}

.text_red {
	color: #cc0000;
}



#container {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 200%;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
}
#clear {
	clear: both;
	float: none;
}

hr{
	border-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1pt;
}
#table{
	line-height: 125%;
	font-size: 12px;
	text-align: left;
}
#table th{
	color: #b78239;
	width: 200px;
	text-align: center;
	border: 1px solid #b78239;
}
#table td {
	border: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
}


#footer {
	font-size: 10px;
	color: #b78239;
	text-align: center;
	margin-bottom: 20px;
}

