@charset "Shift_JIS";


/* rule reset
---------------------------------------------------- */
* {
	padding:0;
	border:0;
	outline:0;
	margin: 0;
}


/* body
---------------------------------------------------- */
body {
	font-family: "CI", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
	background-color: #E0EDC4;
}

a {
	text-decoration : none;
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#0B125F;
}
a:active {
	color:#0B125F;
}


p a:link {
	color: #CC0066;
}
p a:visited {
	color: #cc0066;
}
p a:hover {
	color: #FF99FF;
}
p a:active {
	color:#0B125F;
}


h1 {
}

h2 {
	font-size: 20px;
	height: 26px;
	width: 680px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	text-indent: 40px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 9px;
}
h2.green {
	background-image: url(../images/h2_green.jpg);
}

img{
	border-style:none;
	border-width:0px;
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}


/* contents
---------------------------------------------------- */
#contents {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

.companion {
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 28px;
}
.companion-left {
	width: 430px;
	float: left;
	text-align: justify;
}
.companion-right {
	width: 200px;
	float: right;
}
.button-green{
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/button_green.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 16px;
	text-indent: 20px;
	margin-right: auto;
	margin-left: auto;
}
.button-div {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* float
---------------------------------------------------- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.clear-both {
	clear:both;
}

/* table
---------------------------------------------------- */
.table-01 {
	border-collapse: collapse;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.table-01 th {
	width: 120px;
	height: 30px;
	padding: 5px;
	background-color: #325000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
}
.table-01 td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
/* others
---------------------------------------------------- */
.height-adjustment10 {
	height: 10px;
}
.height-adjustment20 {
	height: 20px;
}
