/* CSS Document */

@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../imges/back.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
}

h1 {
	background-image: url(../imges/h1_back.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 12px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #666666;
}
h2 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	background-image: url(../imges/h2_back.gif);
	background-repeat: no-repeat;
	text-indent: 12px;
	color: #333333;
}

#wrapper {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	margin: auto;
	height: 600px;
	width: 780px;
}
#footer {
	clear: both;
	height: 12px;
	width: 770px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 5px;
}
#footer p {
	background-image: url(../imges/copyR_back.gif);
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-repeat: no-repeat;
	height: 18px;
}

#Gmenu {
	width: 780px;
	background-color: #D889A0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9D0030;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	margin: auto;
}
.topRogo {
	padding-left: 10px;
}

#Gmenu a {
	color: #FFFFFF;
	text-decoration: none;
}


#Gmenu a:hover {
	color: #CC0066;
	text-decoration: underline;
}
#Gmenu ul {
}
#Gmenu li {
	font-size: 1em;
	color: #FFFFFF;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#mainImg {
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#info_left {
	float: left;
	height: 120px;
	width: 370px;
	margin-left: 10px;
}
#info_Right {
	text-align: left;
	float: left;
	width: 380px;
	margin-left: 10px;
	height: 120px;
}

#info_left p {
	font-size: 0.8em;
	padding-top: 10px;
}

#info_Right p {
	font-size: 0.8em;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 10px;
}
#title {
	background-image: url(../imges/top_infoImg.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	width: 780px;
	height: 90px;
	vertical-align: middle;
	background-position: center;
	margin-top: 10px;
}
#title h4 {
	font-size: 1.4em;
	color: #000033;
	line-height: 40px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
}
#secondcontents {
	height: auto;
	width: 740px;
	margin: auto;
	text-align: left;
	padding: 10px;
}

#secondcontents p {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#link_table {
	height: auto;
	width: 500px;
	background-color: #999999;
	font-size: 0.8em;
}

#link_table td {
	padding: 2px;
	background-color: #FFFFFF;
	text-indent: 10px;
}
#info_RightSyosai {
	height: 18px;
	width: 380px;
	text-align: right;
	margin: auto;
	padding-top: 10px;
}

