@charset "shift_jis";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin-top: 0px;
	padding-top: 0px;
}


/*---------- ページ全体の指定 ----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 75%;
	line-height: 1.6;
	background-repeat: repeat;
	background-image: url(../../img/common/back.gif);
	width: 950px;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}
/* basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	border-right: 1px #666666;
	border-left: 1px #666666;
	background-repeat: repeat;
	clear: both;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


/*---------- ヘッダー ----------*/

#header {
	width: 950px;
	height: 60px;
	border-top: solid 4px #005ebb;
	background-color: #ffffff;
	background-repeat: no-repeat;
	position: relative;
	margin-left: 0;
}


#header h1 {
  margin: 0;
  padding: 5px 0 0 10px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #004080;
}
#header menu_01{
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 10;
}
#header menu_02{
	width: 710px;
	height: 50px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 15px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
	margin: 0px;
	width: 950px;
	height:40px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: solid 1px #005ebb;
	}

#header-menu img {
	margin: 0px 1px;
}

#header-menu ul {
	text-align: left;
	padding-bottom: 1px;
	margin: 0px;
}

#header-menu li {
  display: inline;
  padding-left: 0px;
  padding-right: 0px;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 5px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-attachment: scroll;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-right-color: #009;
	margin-right: 1px;
}





/* sidebar styles
-------------------------------*/
#sidebar h2 {
	padding-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #6C0008;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 5px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	display: block;
	background-image: url(../../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
	padding-left: 15px;
	float: left;
}
#sidebar ul li a:hover {
	background-image: url(../../img/common/arrow_hover.gif);
}
#sidebar span {
	height: 20px;
}
#sidebar p {
	line-height: 1.8;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
#main {
	float: right;
	width: 726px;
	background-color: #ffffff;
	border-left-color: #006;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 1px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	border-left-width: thin;
	border-left-style: dotted;
}

#sidebar img {
	margin: 7px 1px;
}



/* main styles
-------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #336699;
	border-left-color: #336699;
	border-left-width: medium;
	padding-left: 15px;
	position: relative;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	color: #000000;
}
#main h3 {
	margin-bottom: 5px;
	background-image: url(../../img/common/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#main h4 {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 80%;
}
/* table
-------------------------------*/
#header table {
	margin-bottom: 0px;
	border-top: 0px none #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table {
	margin-bottom: 5px;
	border-top: 0px none #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main dl dt {
	font-weight: bold;
	background-image: url(../../img/common/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#main dl dd {
	background-image: url(../../img/common/a.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-left: 0px;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 3px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}

/*---------- コンテンツ ----------*/

#container {
	width: 190px;
	overflow: hidden;
	margin: 0px;
	background-color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top-color: #F1F1ED;
	border-right-color: #F1F1ED;
	border-bottom-color: #F1F1ED;
	border-left-color: #F1F1ED;
}

#inquiry {
	width: 190px;
	margin-top: 5px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom:10px;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	padding-left: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 6px 5px 0;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 950px;
}
#download {
	width: 200px;
	padding-left: 5px;
	padding-bottom: 10px;
}


#contents h2 {
  margin: 0 0 4px 0;
  padding: 9px 0 10px 20px;
  line-height: 110%;
  font-size: 12px;
  color: #000000;
  background-image: url(../../img/common/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 0 0 4px 0;
  padding: 9px 0 10px 20px;
  line-height: 110%;
  font-size: 12px;
  color: #000000;
  background-image: url(../../img/common/titlebar_2.gif);
  background-repeat: no-repeat;
}



#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

/*---------- メニュー ----------*/

#menu {
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
	width: 170px;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(../../img/common/menu_back.gif);
}

#menu h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../../img/common/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(../../img/common/menu_back.gif);
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../../img/common/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #004080;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 148px;
  padding: 6px 0 5px 10px;
  font-size: 12px;
  line-height: 160%;
  background-color: #f3f3f2;
 }

.menulist a:hover{
  color: #005ebb;
  background-color: #ffffff;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(../../img/menu_back.gif);
}



.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}



.box { /* .itemList #main内の段組用内枠 */
	margin:0 0px 5px 0;
	width:270px;
}



.box h2 {
	left: 30px;
	background-position: left center;
	text-indent: 30px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: middle;
	padding-top: 15px;
}



.box ul {
	float: left;
	width: 210px;
	margin: 0 0 30px;
	list-style-position: outside;
}
.box2 {
	margin: 0 0px 5px 0;
	width: 460px;
}
.box2 h2 {
	left: 30px;
	background-position: left center;
	text-indent: 30px;
	text-align: left;
	letter-spacing: normal;
	vertical-align: middle;
	padding-top: 15px;
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../../img/common/sidebar.gif);
  background-repeat: no-repeat;
 }

.menu_free a{
  color: #004080;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
  letter-spacing: 1px;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}

.tabmenu {
	width:760px;
	margin:0px auto 0px auto;
	padding-top:0px;
	}
	
.tabmenu ul {
	margin:10px 0px 0px 0px;
	list-style:none}
	
.tabmenu ul li {
	float:left;
	height:40px;
	width:152px;
	text-align:center;
	display:block;

	margin:0px;}
	
.tabmenu ul  li a {
	display:block;


	}
/*clearfix
*/
.clearfix:before,
.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix {zoom:1;}

.m0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.flort_left {
	float: left;
}
.flort_right {
	float: right;
}


/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 950px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 4px;
	border-top-color: #004080;
	background-color: #ffffff;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
	color: #333333;
}
#menu_01 {
	width: 500px;
	height: 40px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#menu_02 {
	width: 400px;
	height: 40px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
}
#indent {
	line-height: 1.8;
	margin-bottom: 1em;
	color: #000000;
	margin-left: 15px;
}
#Red_strong {
	color: #F00;
}

/*---------- Tab ----------*/

.solution .contents {
  position: relative;
}
.solution .contents div {
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.solution .contents div {
  opacity: 0;
  z-index: 1;
}
.solution #tab li:first-child a {
  background: #333;
  color: #fff;
}
.solution .contents div:first-child {
  opacity: 1;
  z-index: 2;
}
.solution #tab01:target .contents .tab01,
.solution #tab02:target .contents .tab02,
.solution #tab03:target .contents .tab03 {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
}
.solution #tab01:target .contents div:not([class="tab01"]),
.solution #tab02:target .contents div:not([class="tab02"]),
.solution #tab03:target .contents div:not([class="tab03"]) {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1;
}
.solution #tab01:target #tab li a[href$="tab01"],
.solution #tab02:target #tab a[href$="tab02"],
.solution #tab03:target #tab a[href$="tab03"] {
  background: #333;
  color: #fff;
  -webkit-transition: background .5s;
  transition: background .5s;
}
.solution :not([id="tab01"]):target #tab li a[href$="tab01"] {
  background: #fff;
  color: #22aacc;
}


