@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	line-height:21px;
	font-family: Arial, sans-serif;
}

.header{
	width:1025px;
	height:192px;
	margin:0px auto;
	background-image: url(./img/HeaderBG.jpg);
	background-repeat: no-repeat;
}

.menu {
	width:897px;
	margin:0px auto 30px auto;
}

.menu li {
	display: inline;
}

.contents {
	width: 897px;
	margin:0px auto;
}
	
.topics {
	width:897px;
	margin:0px auto;
	line-height:24px;
	font-size:12px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
	
.bar1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1ad9ff;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

.spacebar {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ffffff;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

h2 {
	font-size:24px;
	width: 897px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
}

h3 {
	font-size:14px;
	color: #00ccff;
	font-weight:900;
}

p {
	margin-bottom: 16px;	
}

strong {
	color: #1ad9ff;
	font-weight:900;
}


/*home用*/

.home_mainimages {
	width:100%;
	height: 256px;
	margin:0px;
}

.home_eachimage {
	float: left
	width: 297px;
	height: 256px;
	margin: 0px;
}

.home_eachimageend {
	float: right;
	width: 297px;
	height: 256px;
	margin: 0px;
}

/*guide用*/

.guide_showtable {
	width: 100%;
	margin:0px;
	border-collapse: collapse;
}

.guide_showtable td{
	width: 20%;
	padding: 0px;
	line-height:16px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ffffff;
}

.guide_hyotext {
	width:641px;
	float:left;
	margin:0px;
}

.guide_saishoimg {
	float:right;
}

.guide_pimg {
	float:right;
	margin: 0px 0px 0px 16px;
}

.guide_table {
	width: 100%;
	margin:0px;
	border-collapse: collapse;
}
.guide_table th{
	width: 25%;
	padding: 6px;
	/*vertical-align: top;*/
	text-align: center;
	color: #fff;
	font-weight:900;
	background-color: #1ad9ff;
	border: 1px solid #000000;
}
.guide_table td{
	padding: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000000;
}


/*setsubi用*/

.setsubi_full {
	width:100%;
	margin: 0px 0px 0px 0px;
}
	
.setsubi_lefthalf {
	clear:both;
	width:433px;
	margin: 0px auto 0px 0px;
	float:left
}

.setsubi_righthalf {
	width:433px;
	margin: 0px 0px 0px auto;
	float:right;
	clear:
}

.setsubi_photo {
	float:left;
	margin: 0px 16px 16px 0px;
}

.setsubi_photo_right {
	float:right;
	margin: 16px 0px 0px 16px;
}

.setsubi_table {
	width: 100%;
	margin:0px;
	border-collapse: collapse;
}
.setsubi_table th{
	width: 25%;
	padding: 6px;
	/*vertical-align: top;*/
	text-align: center;
	color: #fff;
	font-weight:900;
	background-color: #1ad9ff;
	border: 1px solid #000000;
}
.setsubi_table td{
	padding: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000000;
}

/*inquiries用*/

.inquiries_table {
	width: 512px;
	margin:0px 0px 0px auto;
	border-collapse: collapse;
}
	
.inquiries_table th{
	width: 80px;
	padding: 8px;
	/*vertical-align: top;*/
	text-align: center;
	color: #fff;
	font-weight:900;
	background-color: #1ad9ff;
	border: 1px solid #000000;
}

.inquiries_table td{
	padding: 8px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000000;
}

.message {
	float:left;
	width:305px;
	height:465px;
	margin:0px auto 0px 0px;
	padding: 24px;
	background-image: url(./img/portraitBG.jpg);
	background-repeat: no-repeat;
}

/*company用*/

.company_table {
	width: 897px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
	
.company_table th{
	width: 25%;
	padding: 6px;
	/*vertical-align: top;*/
	text-align: center;
	color: #fff;
	font-weight:900;
	background-color: #1ad9ff;
	border: 1px solid #000000;
}
.company_table td{
	padding: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000000;
}

/*


#contents{
	width:980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#headerbg{
	width: 100%;
	height: 106px;
	background-color:#0C3388;
}

#header{
	position: relative;
	width:980px;
	height:106px;
	margin: 0 auto;
	background-image: url(../common_img/header_title.gif);
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	color: #FFFFFF;
	list-style: none;
	margin-top: 75px;
	margin-left: 500px;
}

#menu li {
	display: inline;
}

#menu a{
	text-decoration: none;
	color: #FFFFFF;
}

#language{
	position: absolute;
	color:#A69FDF;
	list-style: none;
	font-size:10px;
	margin-top: 10px;
	margin-left: 645px;
}

#language li {
	display: inline;
}

#language a{
	text-decoration: none;
	color:#918BBF;
}

#language a:hover{
	color:#FFFFFF;
}

#works{
	text-align: center;
	width: 980px;
	padding-top: 32px;
	padding-bottom: 32px;
}
.topic{
	width:980px;
	clear:both;
	height: auto;
}

.topic img{
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 0;
}

.question{
	float:left;
	font-weight:bold;
	font-size: 15px;
	margin:0 0 0 42px;
	color:#918BBF;
}

.answer{
	float:right;
	width:700px;
	padding-left: 32px;
	border-left: 1px solid #DDDDDD;
	padding-bottom: 32px;
}

.topic h2{
	font-size: 15px;
	color:#0C3388;
}

.topic p{
	margin:3px 0 0 0;
}

.topic ul{
	list-style-position:inside;
}

#footer {
	clear:both;
	width:auto;
	text-align: center;
	color:#ffffff;
	background-color:#0C3388;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

*/