@charset "utf-8";
/* CSS Document */

#title_space {
    width: 948px;
	height: 90px;
	overflow: hidden;
    margin: 20px 0 0 0;
	padding: 0;
	background: url(images/title.jpg) left top no-repeat;
	clear: both;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}

#title_space ul {
    margin: 0;
	padding: 40px 40px 0 0;
}

#title_space ul li {
    width: auto;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;	 
}

#link_type {
    width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/change.gif) left top no-repeat;
}

#link_type:hover {
	background: url(images/change02.gif) left top no-repeat;
}

#link_mokuteki {
    width: 150px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url(images/cancel.gif) left top no-repeat;
}

#link_mokuteki:hover {
	background: url(images/cancel02.gif) left top no-repeat;
}

#copy_space {
    width: 950px;
	height: auto;
    margin: 0;
	padding: 0;
	clear: both;
}

h2 {
    font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 30px 40px 10px 40px;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
    font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
}

h5 {
    font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 30px 40px 10px 40px;
}
h6 {
    font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}

h7 {
    font-size: 12px;
	font-weight: bold;
	color: #000033;
	margin: 0;
	padding: 0;
}

p {
    font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0 40px 20px 40px;
}

.red {
    font-size: 14px;
	font-weight: bold;
    color: #CC0000;
}

.right {
    text-align: right;
}

#contents {
   width: 840px;
   height: auto;
   margin: 0 auto 20px auto;
   padding: 20px 10px 10px 20px;
   border: #CCCCCC solid 2px;
   overflow: hidden;
}

#contents img {
    margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#mail_link {
    width: 350px;
	height: 40px;
	margin: 0 0 20px 262px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/touroku.gif) left top no-repeat;
}

#mail_link:hover {
	background: url(images/touroku02.gif) left top no-repeat;
}

#mb_link {
    width: 350px;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: url(images/mb_link.gif) left top no-repeat;
}

#mb_link:hover {
	background: url(images/mb_link02.gif) left top no-repeat;
}

#contents02 {
   width: 840px;
   height: auto;
   margin: 0 auto 20px auto;
   padding: 20px 10px 10px 20px;
   border: #CCCCCC solid 2px;
   overflow: hidden;
}

#contents02 img {
    margin: -30px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
}

#contents02 p {
    width: 500px;
    font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0 40px 20px 0;
	float: left;
}

.copy {
    width: 848px;
	margin: 10px auto;
	padding: 10px;
    font-size: 12px;
	border: #CCCCCC solid 1px;
	text-align: center;
	color: #333333;
	clear: both;
}


