body {
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link {
	text-decoration: underline;
	color: #003C73;
}

a:visited {
	color: #003C73;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

h1, h2, div, p, ul, ol, li {
	margin: 0px;
	padding: 0px;
	border: medium none;
	list-style-type: none;
}
/* layout用 css ---------------------------------- */
 
html, body {
	height: 100%;
}
div#wrapper {
	min-height: 100%;
	height: auto !important; /* heightの順番は変えないでネ */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -52px;
	margin-left: auto;
}
div#footer, div.push {
	height: 52px; /* .push must be the same height as .footer */
}
/* for pretty用 css ---------------------------------- */

body {
	text-align: center;
}
div#wrapper {
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FF9906;
	background-position: center;
}
div#header {
	background: #ccc;
}
#header .left {
	background-color: #ff9a0a;
}
#header .center {
}
#header .right {
	background-color: #ff9a0a;
}
#container {
	background-image: url(/common/images/main_bg.gif);
	background-color: #99D3DA;
	background-repeat: repeat-x;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#contents {
	background-image: url(/common/images/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}

#c-bg {
	background-image: url(/common/images/c_bg.gif);
	background-repeat: repeat-y;
}
#contents .list {
	float: left;
	width: 680px;
}
.item-img {
	float: left;
	padding-left: 30px;
}
#contents .list .title {
	font-weight: bold;
	font-size: 120%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #26879C;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 210px;
	color: #333;
}
#contents .list .to {
	margin-bottom: 10px;
	margin-left: 55px;
}
.list .btn {
	margin-left: 225px;
	margin-bottom: 10px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 1px;
	line-height: 1px;
}
#contents .r-item {
	float: right;
	margin-bottom: 20px;
}
div#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ff9a0a;
}
div#footer p {
	color: #fff;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#main {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
.list .descript {
	margin-left: 225px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.list .item-line {
	clear: both;
}
#contents .list .title2 {
	
	font-weight: bold;
	font-size: 120%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #26879C;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	color: #333;
}

.linkt{
	font-size: 120%;
	font-weight:bold;
	margin:20px 0 20px 40px;
}

.item2{
	background-color:#99CCFF;
	border: 1px #999999 dotted;
	padding: 10px 5px;
	text-align:center;
	font-size:small;
}

.item2 img{
	border:none;
}

#contents h1{
	font-size:medium;
	font-weight:bold;
	color:#FF6600;
	padding: 2px;
}

#contents .img-00 {
	padding-left: 4px;
}

#contents2 {
	background-image: url(/common/images/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0px;
	width: 849px;
}

.type {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F99B1E;
	padding-left: 7px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.type-descrpt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/* katou add */
.item3{
	padding: 10px 5px;
	text-align:center;
}

.item4{
	border:#900 2px solid;
	margin: 10px 0;
	padding: 5px 0 0 0;
	text-align:center;
	color:#060;
	font-weight:bold;
}

#pr{
	width: 850px;
	height: 100%;
	margin: 5px auto;
	padding:5px 10px;
	text-align:center;
	color: #C00;
	line-height: 1.8em;
}

#pr img{
	 border:none;
}
.fb{
	font-weight:bold;
}

.fl{
	font-size:large;
}

/* katou add end */

.reg{
	padding: 5px 0px;
	text-align:center;
	font-size:small;
	color:#36C;
	border-top:1px #666 solid;
}
	
