/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#contents {
	width: 750px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/background.gif);
	background-repeat: repeat-y;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*バナー**********************************/
#header {
	padding: 0px;
	width: 740px;
	height: 212px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#banner{
	background-image: url(/img/title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 167px;
	width: 750px;
}
#header h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	line-height: 100%;
	width: 730px;
	background-image: url(/img/point.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header  ul li {
	background-image: url(/img/menu.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
	float: right;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-position: 0px 2px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#header a:link {
	text-decoration: none;
	color: #CC0000;
}
#header a:visited {
	color: #CC0000;
	text-decoration: none;
}
#header a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#header a:active {
	color: #CC0000;
	text-decoration: none;
}

/*左側**********************************/
#leftside {
	width: 145px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin: 0px;
}
#leftside .menu {
	width: 145px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#leftside .menu h2 {
	background-image: url(img/menubase.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 21px;
	width: 145px;
	text-indent: 17px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#leftside .menu ul {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftside .menu ul li {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	font-weight: normal;
	line-height: 140%;
	width: 145px;
}
#leftside .menu ul li a:link {
	text-decoration: none;
	color: #666666;
}
#leftside .menu ul li a:visited {
	color: #666666;
	text-decoration: none;
}
#leftside .menu ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#leftside .menu ul li a:active {
	color: #666666;
	text-decoration: none;
}

#leftside .menu ul li strong {
	font-weight: normal;
}

#leftside .menu h3 {
	background-image: url(img/menubase2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 4px;
	height: 30px;
	width: 145px;
	text-indent: 17px;
	font-weight: bold;
	line-height: 13px;
}
#leftside .menu h3 a:link {
	text-decoration: none;
	color: #666666;
}
#leftside .menu h3 a:visited {
	color: #666666;
	text-decoration: none;
}
#leftside .menu h3 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#leftside .menu h3 a:active {
	color: #666666;
	text-decoration: none;
}
#leftside .menu .menu5 {
	font-size: 12px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
	font-weight: normal;
	line-height: 13px;
	width: 145px;
}

#leftside .menu .menu5 a:link {
	text-decoration: none;
	color: #FF0000;
}
#leftside .menu .menu5 a:visited {
	color: #FF0000;
	text-decoration: none;
}
#leftside .menu .menu5 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#leftside .menu .menuh5 a:active {
	color: #FF0000;
	text-decoration: none;
}
#contents .pan {
	padding: 0px;
	clear: both;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
}
#contents .pan  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contents .pan  ul  li {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}


#contents .pan ul li a:link {
	text-decoration: none;
	color: #666666;
}
#contents .pan ul li a:visited {
	color: #666666;
	text-decoration: none;
}
#contents .pan ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#contents .pan ul li a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}










/*メイン**********************************/


#main {
	width: 680px;
	color: #666666;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main  p  {
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}




#main h1 {
	margin: 0px;
	padding: 0px;
}

#main #MainTop {
	width: 100%;
	background-color: #FFF7F5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
#main #MainTop p {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
#main #MainTopLeft {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
}
#main #MainTopRight {
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main  #MainTopRight  p  {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#main #MainTopRight p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


#main #MainTopRight #kaihatsu {
	background-color: #f6f6f6;
	padding: 5px;
	width: 220px;
	margin: 0px;
}
#main  #MainTopRight #kaihatsu  p  {
	line-height: 125%;
}


#main #MainTopRight #shohou {
	background-color: #f6f6f6;
	padding: 5px;
	width: 220px;
	margin: 0px;
}
#main  #MainTopRight #shohou  p  {
	line-height: 125%;
}








#main a:link {
	text-decoration: none;
	color: #666666;
}
#main a:visited {
	color: #cc0000;
	text-decoration: none;
}

#main a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#main a:active {
	color: #666666;
	text-decoration: none;
}


#main em{
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}



table {
	text-align: left;
	font-size: 12px;
}

.item-table {
	width: 560px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.item-td {
	background-color: #f3f3f3;
}

.midashi01 a:link {
	text-decoration: none;
	color: #A57849;
}
.midashi01 a:visited {
	color: #A57849;
	text-decoration: none;
}
.midashi01 a:hover {
	color: #A57849;
	text-decoration: underline;
}
.midashi01 a:active {
	color: #A57849;
	text-decoration: none;
}
.midashi03 a:link {
	text-decoration: none;
	color: #A57849;
}
.midashi03 a:visited {
	color: #A57849;
	text-decoration: none;
}
.midashi03 a:hover {
	color: #A57849;
	text-decoration: underline;
}
.midashi03 a:active {
	color: #A57849;
	text-decoration: none;
}

.midashi01{
	font-size: 20px;
	font-weight: normal;
	color: #A57849;
	text-decoration: none;
	background-color: #FCF7E5;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	border-top: 1px dotted #A57849;
	border-right: 1px #A57849;
	border-bottom: 1px dotted #A57849;
	border-left: 1px #A57849;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}


.midashi02{
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 0px;
	padding: 4px;
	clear: both;
}

.midashi03{
	font-size: 20px;
	font-weight: bold;
	color: #A57849;
	text-decoration: none;
	background-color: #FCF7E5;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	border-top: 1px dotted #A57849;
	border-right: 1px #A57849;
	border-bottom: 1px dotted #A57849;
	border-left: 1px #A57849;
	margin-right: 0px;
	margin-left: 0px;
}
.red {
	font-weight: normal;
	color: #CC0000;
}

.green {
	font-weight: normal;
	color: #009900;
}
.blue {
	color: #0000FF;
}


.strong-red{
	font-weight: bold;
	color: #CC0000;
}

.strong-green {
	font-weight: bold;
	color: #009900;
}


.normal{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.font10px {
	font-size: 10px;
	line-height: 120%;
}

.font14px {
	font-size: 14px;
}
.font18px {
	font-size: 18px;
}


.img {
	margin: 3px;
}

.imgright {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
}

.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	padding: 0px;
}


.box-green {
	border: 1px solid #009900;
	margin: 0px 5px 0px 0px;
	padding: 5px;
}
.bg01 {
	background-color: #f3f3f3;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: auto;
}
.bg02 {
	background-color: #fafafa;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	height: auto;
}
#ad1  {
	width: 730px;
	font-size: 14px;
	color: #666666;
	line-height: 130%;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#ad1 table {
	font-size: 13px;
	margin: 2px;
	padding: 0px;
	border: 1px solid #666666;
}
#ad1 table td {
	padding: 3px;
	margin: 0px;
	line-height: 110%;
	text-align: left;
	vertical-align: top;
}

#ad1 p {
	color: #993333;
}
#ad1 .ad1img {
	padding: 0px;
	border: 1px solid #666666;
	margin: 0px;
}





/*footer**********************************/
#footer {
	width: 740px;
	text-align: center;
	color: #FFFFFF;
	background-color: #CC0000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	clear: both;

}


#footer h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#contents #main .mag2 {
	margin: 0px;
	padding: 0px;
}
#contents #main .mag2  table {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 560px;
	background-color: #FFFFFF;
	border: 1px solid #669900;
}

#contents #main .mag2 table .base-title   {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669900;
}
#contents #main .mag2 table .sub-title {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	text-align: right;
	padding-top: 15px;
}
#contents #main .mag2 table tr {
	margin: 0px;
	padding: 0px;
}


#contents #main .mag2 table tr td {
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
