/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}
#wrapper2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
}
#container {
	text-align: center;
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
	text-align: left;
}
h3 {
	font-size: 14px;
	line-height: 27px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	background-image: url(img/h3.gif);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #369;
}
#header-right {
	float: right;
	width: 280px;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 1px;
}
#header-right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header-right li {
	list-style-type: none;
	float: left;
}
#navi {
	height: 35px;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 15px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#indexmain {
	text-align: center;
	padding: 0px 0px 10px;
}
#viewer {     
	margin: 0 auto;
	width: 994px;
	height: 484px;
	text-align: left;
	overflow: hidden;
	position: relative;
 }   
 
#viewer img { 
    top: 0;     
	left: 0;     
	position: absolute; 
} 

#main {
	width: 898px;
	background: #FFFFFF;
}
#footer2 {
	height: 150px;
	text-align: center;
	padding-top: 15px;
	background-color: #CCC;
	clear: both;
}
.p-footer {
	padding: 0px;
	color: #333;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: 0px;
}
.p-footer a:link{
	color:#333;
	text-decoration:none;
}
.p-footer a:visited{
	color:#333;
	text-decoration:none;
}
.p-footer a:active{
	color:#333;
	text-decoration:none;
}
.p-footer a:hover {
	color: #000066; /* 背景の色 */
	text-decoration: none; /* 文字装飾 */
	background: #A2C0FF;
}

.p1 {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.p1-red {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #F00;
}
#rightnavi {
	float: right;
	width: 250px;
	margin: 20px 0px 30px;
	padding: 0px;
}
#rightnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightnavi li {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainleft {
	float: left;
	width: 700px;
	margin: 20px 0px 30px;
	padding: 0px;
}
.box320 {
	float: left;
	width: 320px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.box_blue {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.tbl1 table {
	border-collapse: collapse;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
	width: 320px;
}

.tbl1 td {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.tbl1 th {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	background: #EAEAEA;
}
.tbl2 table {
	width: 700px;
	border-collapse: collapse;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0px;
}

.tbl2 td {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: #CCCCCC;
}
.tbl2 th {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
	text-align: left;
}

#title {
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
}

/* img*/
.float-r{
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.float-l {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
