@charset "UTF-8";
/* CSS Document */

/************************/
/*PADサイト向けCSS*/
/************************/
/*@media screen and (min-width: 481px) {*/
@media screen  and (min-width: 768px) and (min-width: 1024px) {

div#main_body { 
	height:100%;
	width:1200px;
	text-align:center;
	margin:10em auto 0em auto;
}

div#slide_photo {
	height:100%;
	width:950px;
	text-align:center;
	margin:0em auto 0em auto;
}

/*slide photo*/
#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top:3px;
}

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left;
}

#slides .slidesjs-next {
  margin-right: 5px;
  float: left;
}

.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(./img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

.navbar {
  overflow: hidden
}

#slides {
  display: none
}

/* slide photo end*/

div#main_messages {
	height:100%;
	width:950px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#main_messages h1 {
	  font-family: 'UtsukushiFONT';
	  font-size:20pt;
	  font-weight:bold;
	  margin:1em auto 1em auto;
}

div#main_messages h2 {
	  font-family: 'UtsukushiFONT';
	  font-size:15pt;
	  font-weight:bold;
	  margin:1em auto 1em auto;
}

div#main_messages img {
	  width:40px;
	  height:40px;
	  margin:0em 0em 0em 0em;
}

div#sub_menu {
	height:250px;
	width:950px;
	text-align:center;
	margin:0em auto 2em auto;
}

div#sub_menu1 {
	height:100%;
	width:316px;
	text-align:center;
	float:left;
}

div#sub_menu1_pic {
	height:200px;
	width:200px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#sub_menu1_message h3{
	  font-family: 'UtsukushiFONT';
	  font-size:11pt;
	  font-weight:bold;
	  margin:0.5em auto 1em auto;
}

div#sub_menu2 {
	height:100%;
	width:316px;
	text-align:center;
	float:left;
}

div#sub_menu2_pic {
	height:200px;
	width:200px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#sub_menu2_message h3{
	  font-family: 'UtsukushiFONT';
	  font-size:11pt;
	  font-weight:bold;
	  margin:0.5em auto 1em auto;
}

div#sub_menu3 {
	height:100%;
	width:316px;
	text-align:center;
	float:left;
}

div#sub_menu3_pic {
	height:200px;
	width:200px;
	text-align:center;
	margin:0em auto 0em auto;
}

div#sub_menu3_message h3{
	  font-family: 'UtsukushiFONT';
	  font-size:11pt;
	  font-weight:bold;
	  margin:0.5em auto 1em auto;
}

}

