
.main {
	width: 100%;
}

.main div#container {
	margin: 0 auto;
} 

div#container {
	width: 940px;
	padding: 10px;
}

.center940 {
	width: 940px;
	text-align: center; 
	clear: both;
}

.shadow {
    box-shadow: 0px 0px 18px 3px #c0c0c0;
}

a {
	color: #000088;
}

a:hover {
	color: #008800;
}

div#con1 {
	padding-left: 30px;
	padding-right: 30px;
	width: 880px;
	padding-bottom: 10px;
}

div#con2 {
	padding-left: 30px;
	padding-right: 30px;
	width: 820px;
	clear: both;
	padding-bottom: 10px;
}

div#con2_all {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 820px;
	clear: both;
	padding-bottom: 10px;
}


div#con2_l {
	width: 370px;
	padding-left: 20px;
	padding-right: 19px;
	border-right: 1px #ffdddd solid;
	float: left;
}

div#con2_r {
	width: 370px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

div#con2_1 {
	width: 370px;
	padding-left: 20px;
	padding-right: 20px;
}

div#con2_500 {
	width: 500px;
}

div#con2_500_center {
	width: 500px;
	text-align: center;
}

div#moji {
	font-size: 16px;
	background: #ffdddd;
	border-radius: 10px;
	color: #000000;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
	width: 820px;
}

h1 {
	font-size: 16px;
	padding-left: 20px;
}

h2 {
	font-size: 20px;
	background: #0000ff;
	border-radius: 10px;
	color: #ffffff;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
}

h3 {
	width: 880px;
	height: 28px;
	background-image:url(image/back_h3.jpg);
	background-repeat:no-repeat;
	font-size: 18px;
	margin-top: 30px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

h4 {
	font-size: 18px;
}

h4 span#moji {
	color: #ff0000;
}

strong {
	font-size: 18px;
}

p#ml1 {
	text-align: right;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

p#green {
	color: #008800;
	text-align: center;
}

p#pink {
	color: #ff00ff;
	text-align: center;
}

p#daihyou {
	text-align: right;
	font-size: 1.1em;
}

p#gototop {
	text-align: right;
	font-size: 12px;
	clear: both;
}

span#mojiiro {
	font-size: 0.9em;
	color: #ff4000;
}

table.tlay {
	border-collapse:collapse;
	width: 840px;
}

table.tlay tr {
	border-bottom: 1px dotted;
	height: 50px;
}

table.tlay th {
	border: 0;
	width: 200px;
	text-align: left;
}

table.tlay td {
	width: 620px;
}

.t_lay {
	border: 1px #0000ff solid;
}

.t_lay th {
	padding: 6px;
	background-color: #0000ff;
	color: #ffffff;
}

.t_lay td {
	padding: 6px;
}

.t_lay1 {
	border-collapse: collapse;
	width: 100%;
}

.t_lay1 tr {
	border-bottom: 1px #008800 dotted;
}

.t_lay1 td {
	padding-top: 10px;
}

.t_lay2 {
	border-collapse: collapse;
	width: 100%;
}

.t_lay2 tr {
	border-bottom: 1px #ff00ff dotted;
}

.t_lay2 td {
	padding-top: 10px;
}

.t_lay3 {
	border: none;
	width: 100%;
}

img.photo-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.photo-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

a:hover img.overwhite {
	cursor: pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}