@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:13px;
    color:#000;
}

br {
    letter-spacing:normal;
}

a {
	color:#039;
	text-decoration:none;
}
a:hover {
    color:#917700;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
	clear:both;
	padding:0;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

h3 {
	clear:both;
	margin:0 0 10px 0;
}
h2 + h3 {
    margin-top:20px;
}

h3 + h4 {
	margin-top:10px;
}
h4 {
    margin:30px 0 0 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    line-height:2.0;
    border:0;
}

h5 {
    line-height:2.0;
    font-size:14px;
    color:#000;
    font-weight:normal;
}

h6 {
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

p {
	margin:0.5em 0 1em 0.5em;
	line-height:1.8;
}

ul,ol,dl {
    margin:10px 0;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 1em 0;
    padding:10px;
    background:#f1f1f1;
}

/* ========TEMPLATE LAYOUT======== */
#container {
	width:100%;
	margin:0 auto;
	background:#fff;
	border-top-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#header {
	position:relative;
	width:980px;
	margin:0 auto;
}

#menu {
	position:absolute;
	right:0;
	bottom: 0px;
}

#contents {
	clear:both;
	overflow:hidden;
	width:980px;
	padding:10px 0;
	margin:0 auto;
}

#conL {
	float:left;
	width:220px;
}

#conR {
	float:right;
	width:980px;
}


#footer {
	clear:both;
	width:100%;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/common/line.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin:0;
	padding:10px 0;
	font-size: 12px;
	font-weight: normal;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
	width: 115px;
}

#menu li a {
	display:block;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}

#menu li a:hover {
	color:#333;
	text-decoration:none;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.slidePrev {
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideNext {
    display:block;
    width:50px;
    height:60px;
    position:absolute;
    top:145px;
    /* leftの位置はjQuery(common.js)にて設定 */
    cursor:pointer;
    z-index:100;
}

.slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0;
    padding:0 5px;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter: alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
    position:absolute;
    float:left;
    left:50%;
    bottom:0;
}

.controlNav span {
    position:relative;
    left:-50%;
    float:left;
    margin:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:10px;
    height:10px;
    overflow:hidden;
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
    background:#eee;
    text-indent:-9999px;
    vertical-align:middle;
}

.controlNav span:hover {
    background:#ccc;
    cursor:pointer;
}

.controlNav span.current {
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
    background:#85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
}

.topNaviImg {
    margin:0;
    padding:0;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
    position:relative;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
}

.topNavi h2 {
    padding:10px 0;
    color:#fff;
    font-size:14px;
    background:#61bca1;
}

.topNavi p {
    margin:10px;
}

.topNaviPhoto img {
    margin:10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information {
	margin-bottom:20px;
	margin-top: 20px;
	clear: both;
	float: left;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    position:relative;
    text-align:center;
    margin:0;
    padding:15px 0;
    line-height:1.0;
    color:#fff;
    border:none;
    background:#e19f9c;
}
.submenu h3:after {
    content:'▼';
    position:absolute;
    bottom:-13px;
    left:50%;
    float:left;
    color:#e19f9c;
}

.submenu h4 {
	padding:10px;
	font-weight:normal;
	font-size:10px;
	background:#f1f1f1;
	text-align: center;
}
.submenu ul {
    margin:0 10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}
.submenu li a {
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.bnrR {
	width:219px;
	margin:20px 0;
	border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
	margin:0;
	padding:10px;
	list-style:none;
	background:#eee;
}

/* BOX CUSTOMIZE */
.box {
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:10px solid #eee;
}

.box h4 {
    margin-top:0;
}

.box img {
    float:left;
}

.box p {
    margin-left:210px;
}

.first {
    margin-top:0;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu {
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footMenu .section {
	float:left;
	width:500px;
	margin-right:30px;
	margin-top: 20px;
}
#footMenu .section2 {
	float:left;
	width:200px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #FFF;
	font-size: 14px;
	margin-right: 30px;
}
#footMenu .section3 {
	float:left;
	width:200px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #FFF;
	font-size: 12px;
}



#footMenu h3 {
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: normal;
	margin-bottom: 3px;
}

#footMenu h3 a {
	font-size:14px;
	color: #000;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
	color: #333;
}

#footMenu li a {
	padding-left:20px;
	font-size:11px;
	background-image: url(../images/common/fd_menui.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #036;
}



/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-style:normal;
	font-size:11px;
	color:#FFF;
	line-height:3.0;
	text-align:center;
	background-color: #2F251B;
	clear: both;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#900C40 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#70d3b6 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}
#navigation{
	width:100%;
	z-index: 3;
	background-color: #2F251B;
	background-repeat: repeat-x;
}
#navigation ul{
	overflow:hidden;
	list-style:none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#navigation li{
	float:left;
	margin: 0px;
	padding: 10px 20px 0 0;
}

#navigation li a{
	color:#fff;
	text-decoration:none;
	padding:0 20px 10px 0;
	display:inline-block;
}
#navigation li .lilast {
	padding: 0px;
}


#navigation li a:hover{
	color:#F30;
}

.fixed{
	position:fixed;
}
.fixed{
	position:fixed;
}
.imglist {
	float: left;
	width: 100%;
}
.imgcaption	{
	font-size: 0.875em;
	float: left;
	width: 350px;
	margin-right:20px;
	margin-bottom: 20px;
	text-align: center;
}
.imgcaption img	{
	margin-bottom: 5px;
}


.imgcaption p	{
	margin: 0;
	text-align: center;
}

.imgcaptionr {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 350px;
	margin-bottom: 20px;

}

.imgcaptionr img {
	margin-bottom: 5px;
}
.imgcaptionr p {
	margin: 0;
	text-align: center;
}
.imglist2 {
	float: left;
	width: 710px;
	padding: 10px 0 0 10px;
	margin: 10px 0 10px 0;
}
.imgcaption2	{
	float: left;
	width: 180px;
	margin-right:10px;
	margin-bottom: 10px;
	text-align: center;
}
.imgcaption2 img	{
	margin-bottom: 5px;
}


.imgcaption2 p	{
	margin: 0;
	text-align: center;
}

.imgcaptionr2 {
	text-align: left;
	font-size: 0.875em;
	float: left;
	width: 330px;
	margin-bottom: 20px;

}

.imgcaptionr2 img {
	margin-bottom: 0px;
}
.imgcaptionr2 p {
	margin: 0;
	text-align: left;
}

#main {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 980px;
	float: left;
}
.imglist  h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
.section .imgcaptionleft {
	float: left;
	width: 166px;
	margin-right: 10px;
	clear: both;
}
.section ul {
	float: right;
}
.imgcaption2 h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.imgcaptionr2 h2 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.imgcaptionr2 h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #C1A371;
}
.imglist3 {
	float: left;
	width: 100%;
}
.imgcaption3	{
	float: left;
	width: 350px;
	margin-right:20px;
	margin-bottom: 20px;
	text-align: center;
}

.imgcaption3 img	{
	margin-bottom: 5px;
-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
	}

.imgcaption3 p	{
	margin: 0;
	text-align: center;
}

.imgcaptionr3 {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 350px;
	margin-bottom: 20px;

}

.imgcaptionr3 img {
	margin-bottom: 5px;
-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
	}
.imgcaptionr3 p {
	margin: 0;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
}

.imglist4 {
	float: left;
	width: 718px;
	border: 1px solid #CCC;
}
.imgcaption4	{
	float: left;
	width: 190px;
	margin-right:20px;
	text-align: center;
}

.imgcaption4 img	{
	margin-bottom: 0px;
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	box-shadow: 0 10px 8px -6px #8d8c8c;
	}

.imgcaption4 p	{
	margin: 0;
	text-align: center;
}

.imgcaptionr4 {
	text-align: left;
	font-size: 16px;
	float: left;
	width: 500px;
	margin-bottom: 20px;
	margin-top: 20px;

}

.imgcaptionr4 img {
	margin-bottom: 5px;
-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 10px 8px -6px #8d8c8c;
	}
.imgcaptionr4 p {
	margin: 0;
	text-align: left;
}
.imglist5 {
	float: left;
	width: 100%;
}
.imgcaption5	{
	float: left;
	width: 330px;
	margin-right:15px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
}

.imgcaption5 img	{
	margin-bottom: 5px;
	text-align: center;
	}

.imgcaption5 p	{
	margin: 0;
	text-align: left;
	font-size: 12px;
}

.imgcaptionr5 {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 330px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #EEE;

}

.imgcaptionr5 img {
	margin-bottom: 5px;
	text-align: center;
	}
.imgcaptionr5 p {
	margin: 0;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
}
.imglist6 {
	float: left;
	width: 100%;
}
.imgcaption6	{
	float: left;
	width: 230px;
	margin-right:15px;
	margin-bottom: 20px;
	text-align: center;
}

.imgcaption6 img	{
	margin-bottom: 10px;
	padding: 0px;
	}

.imgcaption6 p	{
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.imgcaptionr6 {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 230px;
	margin-bottom: 20px;

}

.imgcaptionr6 img {
	margin-bottom: 10px;
	padding: 0px;
	}
.imgcaptionr6 p {
	margin: 0;
	text-align: left;
	line-height: 1.5em;
	font-size: 12px;
}

.icons1 {
	background-image: url(../images/common/icon_3g_24.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0 0 30px;
}
.icons3 {
	background-image: url(../images/common/icon_1r_24.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0 0 30px;
}

.icons2 {
	background-image: url(../images/common/icon_4b_24.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0 0 30px;
}
.imgcaptionr2 .buttons {
	text-align: right;
	padding: 5px 0 0 0;
}
#conR .textbox {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	clear: both;
	float: left;
	width: 100%;
}
.textbox img {
	font-size: 16px;
	line-height: 1.8em;
	margin: 10px;
	float: left;
}

.textbox h3 {
	font-weight: normal;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	font-size: 24px;
}
#conR .textboxC {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	float: right;
	width: 100%;
	background-image: url(../images/sekourei/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#conR .textboxCC {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	float: right;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#conR .textboxCCC {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}


.textboxC img {
	margin: 0px;
	}

.textboxC h3 {
	font-weight: normal;
	line-height: 1.8em;
	font-size: 18px;
	margin: 0px;
	padding: 10px;
}
.textboxCC h3 {
	font-weight: normal;
	line-height: 1.8em;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #ffb76b; /* Old browsers */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 1%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	border: 1px solid #E6E6E6;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }
.textboxCC a {
	color:#F60;
	text-decoration:none;
}
.textboxCC a:hover {
	color:#9CF;
	text-decoration:underline;
}




table.timebox {
	width: 720px;
	border-spacing: 0;
	font-size:14px;
	margin-bottom: 20px;
}
table.timebox th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.timebox th:first-child {
  border-radius: 5px 0 0 0;	
}
table.timebox th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
}
table.timebox tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.timebox tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table.timebox tr {
  background: #fff;
}
table.timebox tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.company {
	width: 720px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	background-color: #FCAD36;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FCAD36;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FCAD36 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
	font-size: 14px;
}

.textboxC h4 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #FC6;
	margin: 0px;
	padding: 10px;
}
.bgs {
	background-image: url(../images/sekourei/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 165px;
}
.textbox h4 {
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F60;
	padding-left: 10px;
}
.textbox .centering {
	padding-left: 30px;
}
.imglist4 h2 {
	font-size: 24px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.titlei {
	font-size: 24px;
}
.voicebox {
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}
.voicebox h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}
.voicebox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.voicebox li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.5em;
}
.centering {
	text-align: center;
}
#accordion {
	width:720px;
	float: left;
	margin-left: 0px;
}
#accordion dt {
	cursor:pointer;
	background-image: url(../images/common/plus.gif);
	background-repeat: no-repeat;
	background-position: 650px center;
	border:solid 1px #ccc;
	padding:10px 0 20px 10px;
	font-size:16px;
	background-color: #FFF;
	line-height: 1.8em;
	margin-bottom: 2px;
}
#accordion dd{
	display:none;
	font-size:16px;
	line-height:1.8em;
	padding:15px;
	background-color: #FFF;
	margin: 0;
    }
#accordion dt.active{
    background-image: url(../images/common/minus.gif);
}
#accordion dt.over {
	background-color: #F3F3F3;
}
#accordion img {
	float: left;
	padding-right: 10px;
}
.imgcaption6 .bgaroow {
	background-image: url(../images/sekourei/bg_arrow.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 220px;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 14px;
}
.imgcaptionr6 .bgaroow {
	background-image: url(../images/sekourei/bg_arrow.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 220px;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 14px;
}
.textright {
	text-align: right;
}
