body {
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/side_out.jpg);
	background-repeat: repeat;
}

img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.img_1 img{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h1 {
	font-size: large;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	background-color: #003300;
	height: 30px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h3 {
	font-size: medium;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-size: medium;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}

#text_cont p {
	font-size: medium;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	padding: 10px;
	margin: 0px;
}

#main_title {
	background-image: url(../images/topmain.jpg);
	height: 120px;
	width: 975px;
}

#g_menu {
	margin:0;
	padding:0;
	list-style:none;
	background-color: #333333;
	background-repeat: repeat-x;
	height: 30px;
	width: 975px;
}


#g_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#g_menu li {
	list-style:none;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	font-size: large;
	line-height: 1.8em;
	text-indent: 1.5em;
	font-weight: bold;
}

#g_menu a {
	text-decoration:none;
	list-style:none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#top_main1 {
	width: 310px;
	background-color: #999966;
	height: 410px;
	text-align: center;
	float: left;
	margin-left: 11px;
	margin-top: 5px;
}

#top_main1 p{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#top_main1 a{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
}

#top_main2 {
	width: 310px;
	background-color: #999966;
	height: 410px;
	text-align: center;
	float: left;
	margin-left: 11px;
	margin-top: 5px;
}

#top_main2 p{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#top_main2 a{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
}

#top_main3 {
	width: 310px;
	background-color: #999966;
	height: 410px;
	text-align: center;
	float: left;
	margin-left: 11px;
	margin-top: 5px;
}

#top_main3 p{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#top_main3 a{
	margin: 0px;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
}

#text_cont {
	list-style:none;
	padding: 0;
	margin: 0;
	clear: both;
}

#footer_over {
	margin: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 0;
	height: 25px;
	text-align: center;
	width: 975px;
	line-height: 1.5em;
}


#footer_over a {
	list-style:none;
	color: #0000FF;
	padding: 0;
	margin: 0;
	font-size: small;
}

#footer_under {
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	width: 975px;
}

#footer_under p {
	margin: 0px;
	font-size: small;
	padding: 0px;
	line-height: 1.5em;
}

#main_frame {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:975px;         /* 幅を決定する */
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #FFFFFF;
}

#main_sub {
	padding-bottom: 10px;
}

