html,body {height:100%;}
body 				{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif, 'Droid Serif',"Helvetica Neue", Helvetica,;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-timing-function: linear, ease-in;
	transition-timing-function: linear, ease-in;
}

#wrapper {
	min-height: 100%;
  height: auto !important;
	margin-bottom:-95px;
}
.push {
	height:95px;
	clear:both;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 20px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}


textarea{
  width: 90%;
}

#overview {
}
#header_inner {
	height:60px;
	overflow:hidden;
}
#overview h1 a {
	text-decoration:none;
	font-size:48px;
	margin-left:10px;
}

#overview h1 a:hover {
	color:#8da0b6;
}
#overview h1 small {
	font-size:16px;
	padding-left:24px;
}

#header_inner {
	position: relative;
}

#information {
	position: absolute;
	top: 1px;
	right: 12px;
	height:16px;
	overflow:hidden;
}
#information ul li{
	float:left;
	margin-left:35px;
}
#information ul li a{
}
/* headerSearch */
#headerSearch {
	height:20px;
	width:242px;
	z-index:1001;
}
#headerSearch-searchform {
	width: 240px;
	background: transparent;
	display: block;
	height: 16px;
}
#headerSearch-keywords	{
	position: absolute;
	top: 25px;
	right: 12px;
	width: 120px;
	height: 16px;
	padding-left:6px;
	border:1px solid #AFAFAF;
	background: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#headerSearch-searchBtn	{
	position: absolute;
	top: 30px;
	right: 18px;
}


#corp_image_wrap {
	height:150px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
}

.container ul.breadcrumb {
	padding:10px 10px 0;
	margin-left:10px;
}
.wrap {
	height:40px;
}
#main-content {
	padding:20px 0 30px;
}
body.home #main-content {
	padding:20px 0 30px;
}

#center_contents {
	padding-top:18px;
}
body.home #center_contents {
	padding-top:18px;
}

#side_bar {
	padding-top:20px;
}
#right_bar .row,
#side_bar .row {
	padding-bottom:10px;
}

#right_bar {
	padding-top:20px;
}

#footer ,
footer {
	width: 100%;
	min-height:50px;
	padding: 5px 0 40px;
	text-align:center;
	line-height:40px;
	font-size: 90%;
}
#footer a ,
footer a {
	text-decoration:none;
}

#footer_menu {
	padding-top:10px;
}

#footer .container {
	line-height:1.5;
	text-align:left;
}

pre {overflow: auto; font-size: 12px; }


/* XOOPS Code & Quote */
.xoopsCode {
  font-family: "Courier New",Courier,monospace;
	font-size:12px;
	width:80%;
  padding: 6px;
	margin:10px;
	margin-bottom:0;
	word-break: break-all;
	overflow: auto;
}
.xoopsQuote {
	width:80%;
  padding: 3px;
	overflow: auto;
}

.xoopsCode pre{
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/* for xugj_date */
.new1 {
	margin-left:5px;
	font-weight:bold;
	color:red;
}
.new2 {
	margin-left:5px;
	color:red;
}

#theme_login_block_div ,
#theme_login_block {
	width:260px;
	height:260px;
}
#privatemessages {
	list-style:none;
}

#usermenu li ,
ul#privatemessages li,
#mainmenu li {
	width:98%;
	margin:0;
}
#usermenu li a,
ul#privatemessages li a,
#mainmenu li a{
	padding:4px 10px;
}
#usermenu li a.menuSub,
#mainmenu li a.menuSub{
	padding:2px 0 2px 20px;
	font-size:85%;
}


/* for xpresMe */
#xpress_wrap #xpress_content .xpress-post {
	float:left;
  width: 460px;
	min-height:150px;
  margin-left: 20px;
	padding-bottom:30px;
}
/* for xpresMe .end */


#socialbutton_div {
	clear:both;
}


/* bootstrap add */

h1,h2,h3,h4,h5,h6 {
	margin-bottom:7px;
}

h1,h2,h3 {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	font-weight:900;
	text-shadow: 1px 1px 0px rgba(240, 240, 240, 0.6);
}
.row {
	text-shadow: 1px 1px 0px rgba(240, 240, 240, 0.6);
}

#mainmenu > li > a.active,
#mainmenu > li > a.active:hover ,
#usermenu > li > a.active,
#usermenu > li > a.active:hover ,
.nav-list > li > a.active,
.nav-list > li > a.active:hover ,
.bulletin #mainmenu li.lastChild a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

[class*="span"] {
	padding-bottom:20px;
  margin-left: 20px;
}

a.menu-bg {
  display: block;
  outline: 0;
	line-height:20px;
  text-decoration: none;
  background-color: #dcdcdc;
}

/* bootstrap add .end */

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
	.navbar {
	  margin-bottom: 0px;
	}
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 100%;
  }
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.row {
	  margin-left: -10px;
	  *zoom: 1;
	}
}

@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px 5px 5px 20px;
  }
}

@media (min-width: 980px) {
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.row {
	  margin-left: -20px;
	  *zoom: 1;
	}
}

